Skip to content

Commit dd4a4ff

Browse files
author
Florian Schaal
committed
Remote users form broken in 3.1rc1 (#4080)
1 parent 71cae5d commit dd4a4ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

interface/web/admin/templates/remote_user_edit.htm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ <h1><tmpl_var name="list_head_txt"></h1>
77

88
<div class="form-group">
99
<label for="remote_username" class="col-sm-3 control-label">{tmpl_var name='username_txt'}</label>
10+
<!--
1011
<div class="col-sm-2">{tmpl_var name='username_prefix'}</div>
12+
-->
1113
<div class="col-sm-7"><input type="text" name="remote_username" id="username" value="{tmpl_var name='remote_username'}" class="form-control" /></div></div>
1214

1315
<div class="form-group">
@@ -45,4 +47,4 @@ <h1><tmpl_var name="list_head_txt"></h1>
4547
<div class="clear"><div class="right">
4648
<button class="btn btn-default formbutton-success" type="button" value="{tmpl_var name='btn_save_txt'}" data-submit-form="pageForm" data-form-action="admin/remote_user_edit.php">{tmpl_var name='btn_save_txt'}</button>
4749
<button class="btn btn-default formbutton-default" type="button" value="{tmpl_var name='btn_cancel_txt'}" data-load-content="admin/remote_user_list.php">{tmpl_var name='btn_cancel_txt'}</button>
48-
</div></div>
50+
</div></div>

0 commit comments

Comments
 (0)