Skip to content

Commit b666515

Browse files
committed
Update language_edit.htm: add col-sm-3 to label-tag so that the language key is on the left side instead of the right side with all other keys.
1 parent 2d5e640 commit b666515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/templates/language_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1><tmpl_var name="list_head_txt"></h1>
88
<span class="wf_oneField">
99
<tmpl_loop name="records">
1010
<span class="wf_oneField">
11-
<label for="records[{tmpl_var name="key"}]" class="wf_preField">{tmpl_var name="key"}</label>
11+
<label for="records[{tmpl_var name="key"}]" class="wf_preField col-sm-3">{tmpl_var name="key"}</label>
1212
<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>
1313
</tmpl_loop>
1414
</span>

0 commit comments

Comments
 (0)