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
c213c38c
Commit
c213c38c
authored
Nov 20, 2008
by
karailiev
Browse files
setting database password field type to 'password'
parent
7d78160c
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/sites/templates/database_edit.htm
View file @
c213c38c
...
...
@@ -34,7 +34,7 @@
</span>
<span
class=
"wf_oneField"
>
<label
for=
"database_password"
class=
"wf_preField"
>
{tmpl_var name='database_password_txt'}
</label>
<input
type=
"
text
"
id=
"database_password"
name=
"database_password"
value=
"{tmpl_var name='database_password'}"
size=
"30"
maxlength=
"255"
class=
"wf_required"
><span
class=
"wf_reqMark"
>
*
</span><br>
<input
type=
"
password
"
id=
"database_password"
name=
"database_password"
value=
"{tmpl_var name='database_password'}"
size=
"30"
maxlength=
"255"
class=
"wf_required"
><span
class=
"wf_reqMark"
>
*
</span><br>
</span>
<span
class=
"wf_oneField"
>
<label
for=
"database_charset"
class=
"wf_preField"
>
{tmpl_var name='database_charset_txt'}
</label>
...
...
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