mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:52:26 +01:00
Minor adjustment to last commit.
This commit is contained in:
@@ -1820,13 +1820,13 @@ liberator.template = {
|
|||||||
|
|
||||||
options: function (title, opts)
|
options: function (title, opts)
|
||||||
{
|
{
|
||||||
return liberator.template.generic(
|
return this.generic(
|
||||||
<table>
|
<table>
|
||||||
<tr class="hl-Title" align="left">
|
<tr class="hl-Title" align="left">
|
||||||
<th>--- {title} ---</th>
|
<th>--- {title} ---</th>
|
||||||
</tr>
|
</tr>
|
||||||
{
|
{
|
||||||
liberator.template.map(opts, function (opt)
|
this.map(opts, function (opt)
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<span style={opt.isDefault ? "" : "font-weight: bold"}>{opt.pre}{opt.name}{opt.value}</span>
|
<span style={opt.isDefault ? "" : "font-weight: bold"}>{opt.pre}{opt.name}{opt.value}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user