We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5e640 commit b666515Copy full SHA for b666515
interface/web/admin/templates/language_edit.htm
@@ -8,7 +8,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
8
<span class="wf_oneField">
9
<tmpl_loop name="records">
10
11
- <label for="records[{tmpl_var name="key"}]" class="wf_preField">{tmpl_var name="key"}</label>
+ <label for="records[{tmpl_var name="key"}]" class="wf_preField col-sm-3">{tmpl_var name="key"}</label>
12
<div class="col-sm-9"><input class="form-control" type="text" id="records[{tmpl_var name="key"}]" name="records[{tmpl_var name="key"}]" value="{tmpl_var name='val'}" ></div></span>
13
</tmpl_loop>
14
</span>
0 commit comments