parent
29898751dc
commit
1411c287c5
@ -28,7 +28,7 @@ th pre { color: grey; text-align: left; }
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ d }} (Current: {{ confget(section, d)|truncate(100) }})</td>
|
<td>{{ d }} (Current: {{ confget(section, d)|truncate(100) }})</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="input"
|
<input type="text"
|
||||||
onblur="cset('{{ section }}', '{{ d }}', this)"
|
onblur="cset('{{ section }}', '{{ d }}', this)"
|
||||||
value="{{ confget(section, d) }}">
|
value="{{ confget(section, d) }}">
|
||||||
</input>
|
</input>
|
||||||
|
Loading…
Reference in New Issue
Block a user