Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
39df2236
Commit
39df2236
authored
Aug 17, 2016
by
Florian Schaal
Browse files
fixed placeholder in server-templates
parent
a636a177
Changes
5
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/templates/server_config_server_edit.htm
View file @
39df2236
...
...
@@ -77,7 +77,7 @@
</div>
<div
class=
"form-group"
>
<label
for=
"monit_url"
class=
"col-sm-3 control-label"
>
{tmpl_var name='monit_url_txt'}
</label>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"monit_url"
id=
"monit_url"
value=
"{tmpl_var name='monit_url'}"
class=
"form-control"
/>
</div><div
class=
"col-sm-3 input-sm"
>
{tmpl_var name='monit_url_note_txt'}
</div>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"monit_url"
id=
"monit_url"
value=
"{tmpl_var name='monit_url'}"
class=
"form-control"
/>
{tmpl_var name='monit_url_note_txt'}
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"monit_user"
class=
"col-sm-3 control-label"
>
{tmpl_var name='monit_user_txt'}
</label>
...
...
@@ -87,7 +87,7 @@
<div
class=
"col-sm-9"
><input
type=
"text"
name=
"monit_password"
id=
"monit_password"
value=
"{tmpl_var name='monit_password'}"
class=
"form-control"
/></div></div>
<div
class=
"form-group"
>
<label
for=
"munin_url"
class=
"col-sm-3 control-label"
>
{tmpl_var name='munin_url_txt'}
</label>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"munin_url"
id=
"munin_url"
value=
"{tmpl_var name='munin_url'}"
class=
"form-control"
/>
</div><div
class=
"col-sm-3 input-sm"
>
{tmpl_var name='munin_url_note_txt'}
</div>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"munin_url"
id=
"munin_url"
value=
"{tmpl_var name='munin_url'}"
class=
"form-control"
/>
{tmpl_var name='munin_url_note_txt'}
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"munin_user"
class=
"col-sm-3 control-label"
>
{tmpl_var name='munin_user_txt'}
</label>
...
...
interface/web/admin/templates/server_config_web_edit.htm
View file @
39df2236
...
...
@@ -46,7 +46,7 @@
</div>
<div
class=
"form-group"
>
<label
for=
"website_autoalias"
class=
"col-sm-3 control-label"
>
{tmpl_var name='website_autoalias_txt'}
</label>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"website_autoalias"
id=
"website_autoalias"
value=
"{tmpl_var name='website_autoalias'}"
class=
"form-control"
/>
</div><div
class=
"col-sm-3 input-sm"
>
{tmpl_var name='website_autoalias_note_txt'}
</div>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[client_id]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[client_username]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[website_id]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[website_domain]
</a>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"website_autoalias"
id=
"website_autoalias"
value=
"{tmpl_var name='website_autoalias'}"
class=
"form-control"
/>
{tmpl_var name='website_autoalias_note_txt'}
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[client_id]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[client_username]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[website_id]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[website_domain]
</a>
</div>
</div>
<div
class=
"form-group apache"
>
<label
for=
"vhost_rewrite_v6"
class=
"col-sm-3 control-label"
>
{tmpl_var name='vhost_rewrite_v6_txt'}
</label>
...
...
interface/web/admin/templates/system_config_mail_edit.htm
View file @
39df2236
...
...
@@ -37,7 +37,7 @@
</div>
<div
class=
"form-group"
>
<label
for=
"webmail_url"
class=
"col-sm-3 control-label"
>
{tmpl_var name='webmail_url_txt'}
</label>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"webmail_url"
id=
"webmail_url"
value=
"{tmpl_var name='webmail_url'}"
class=
"form-control"
/>
</div><div
class=
"col-sm-3 input-sm"
>
{tmpl_var name='webmail_url_note_txt'}
</div>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"webmail_url"
id=
"webmail_url"
value=
"{tmpl_var name='webmail_url'}"
class=
"form-control"
/>
{tmpl_var name='webmail_url_note_txt'}
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-3 control-label"
>
{tmpl_var name='mailmailinglist_link_txt'}
</label>
...
...
interface/web/admin/templates/system_config_sites_edit.htm
View file @
39df2236
...
...
@@ -28,7 +28,7 @@
</div>
<div
class=
"form-group"
>
<label
for=
"phpmyadmin_url"
class=
"col-sm-3 control-label"
>
{tmpl_var name='phpmyadmin_url_txt'}
</label>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"phpmyadmin_url"
id=
"phpmyadmin_url"
value=
"{tmpl_var name='phpmyadmin_url'}"
class=
"form-control"
/>
</div><div
class=
"col-sm-3 input-sm"
>
{tmpl_var name='phpmyadmin_url_note_txt'}
</div>
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[DATABASENAME]
</a>
<div
class=
"col-sm-6"
><input
type=
"text"
name=
"phpmyadmin_url"
id=
"phpmyadmin_url"
value=
"{tmpl_var name='phpmyadmin_url'}"
class=
"form-control"
/>
{tmpl_var name='phpmyadmin_url_note_txt'}
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[SERVERNAME]
</a>
,
<a
href=
"javascript:void(0);"
class=
"addPlaceholder"
>
[DATABASENAME]
</a>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"webftp_url"
class=
"col-sm-3 control-label"
>
{tmpl_var name='webftp_url_txt'}
</label>
...
...
interface/web/client/lib/lang/de_client.lng
View file @
39df2236
...
...
@@ -84,7 +84,7 @@ $wb['username_error_regex'] = 'Der Benutzername enthält ungültige Zeichen.';
$wb
[
'password_strength_txt'
]
=
'Passwortkomplexität'
;
$wb
[
'template_master_txt'
]
=
'Mastervorlage'
;
$wb
[
'template_additional_txt'
]
=
'Erweiterte Vorlage'
;
$wb
[
'active_template_additional_txt'
]
=
'Aktive erweiterte Vorlage'
;
$wb
[
'active_template_additional_txt'
]
=
'Aktive erweiterte Vorlage
(n)
'
;
$wb
[
'add_additional_template_txt'
]
=
'Zusätzliches Template hinzufügen'
;
$wb
[
'delete_additional_template_txt'
]
=
'Zusätzliches Template löschen'
;
$wb
[
'ssh_chroot_txt'
]
=
'SSH Chroot Optionen'
;
...
...
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