File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
interface/web/admin/templates Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments