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
bc909de2
Commit
bc909de2
authored
Aug 14, 2016
by
Dennis Riehle
Browse files
fixed form to adhere to bootstrap standards (#4080)
parent
c650cb5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/templates/remote_user_edit.htm
View file @
bc909de2
...
...
@@ -7,14 +7,18 @@
<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=
"col-sm-9"
><input
type=
"text"
name=
"remote_username"
id=
"username"
value=
"{tmpl_var name='remote_username'}"
class=
"form-control"
/></div></div>
<div
class=
"form-group"
>
<label
for=
"remote_password"
class=
"col-sm-3 control-label"
>
{tmpl_var name='password_txt'}
</label>
<div
class=
"col-sm-6"
><input
type=
"password"
name=
"remote_password"
id=
"password"
value=
"{tmpl_var name='remote_password'}"
class=
"form-control"
autocomplete=
"off"
onkeyup=
"pass_check(this.value);checkPassMatch('password','repeat_password');"
/></div><div
class=
"col-sm-3 input-sm"
>
</div><a
href=
"javascript:void(0);"
onclick=
"generatePassword('password','repeat_password');"
>
{tmpl_var name='generate_password_txt'}
</a>
<div
class=
"col-sm-9"
>
<div
class=
"input-group"
>
<input
type=
"password"
name=
"remote_password"
id=
"password"
value=
"{tmpl_var name='remote_password'}"
class=
"form-control"
autocomplete=
"off"
onkeyup=
"pass_check(this.value);checkPassMatch('password','repeat_password');"
/>
<span
class=
"input-group-btn"
>
<button
class=
"btn btn-default"
type=
"button"
onclick=
"generatePassword('password','repeat_password');"
>
{tmpl_var name='generate_password_txt'}
</button>
</span>
</div>
<!-- /input-group -->
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
{tmpl_var name='password_strength_txt'}
</label>
...
...
@@ -35,7 +39,7 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
{tmpl_var name='function_txt'}
</label>
<div
class=
"col-sm-9"
>
{tmpl_var name='remote_functions'}
{tmpl_var name='remote_functions'}
</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