Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
e2fbdbfc
Commit
e2fbdbfc
authored
Aug 09, 2016
by
Till Brehm
Browse files
Merge branch 'master' into 'stable-3.1'
Master See merge request !405
parents
3cf7f969
dd4a4ffe
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/templates/remote_user_edit.htm
View file @
e2fbdbfc
...
...
@@ -7,7 +7,9 @@
<div
class=
"form-group"
>
<label
for=
"remote_username"
class=
"col-sm-3 control-label"
>
{tmpl_var name='username_txt'}
</label>
<!--
<div class="col-sm-2">{tmpl_var name='username_prefix'}</div>
-->
<div
class=
"col-sm-7"
><input
type=
"text"
name=
"remote_username"
id=
"username"
value=
"{tmpl_var name='remote_username'}"
class=
"form-control"
/></div></div>
<div
class=
"form-group"
>
...
...
@@ -45,4 +47,4 @@
<div
class=
"clear"
><div
class=
"right"
>
<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>
<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>
</div></div>
\ No newline at end of file
</div></div>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment