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
Zvonimir
ISPConfig 3
Commits
edca9d62
Commit
edca9d62
authored
Aug 28, 2012
by
cfoe
Browse files
fixed display of addon templates FS#1464
parent
dc2dca2d
Changes
4
Show whitespace changes
Inline
Side-by-side
interface/web/client/client_edit.php
View file @
edca9d62
...
@@ -117,8 +117,8 @@ class page_action extends tform_actions {
...
@@ -117,8 +117,8 @@ class page_action extends tform_actions {
$text
=
''
;
$text
=
''
;
foreach
(
$tplAdd
as
$item
){
foreach
(
$tplAdd
as
$item
){
if
(
trim
(
$item
)
!=
''
){
if
(
trim
(
$item
)
!=
''
){
if
(
$text
!=
''
)
$text
.
=
'
<br />
'
;
if
(
$text
!=
''
)
$text
.
=
''
;
$text
.
=
$tpl
[
$item
];
$text
.
=
'<li>'
.
$tpl
[
$item
]
.
'</li>'
;
}
}
}
}
...
...
interface/web/client/lib/lang/de_client.lng
View file @
edca9d62
...
@@ -83,6 +83,7 @@ $wb['username_error_regex'] = 'Der Benutzername enthält ungültige Zeichen.';
...
@@ -83,6 +83,7 @@ $wb['username_error_regex'] = 'Der Benutzername enthält ungültige Zeichen.';
$wb
[
'password_strength_txt'
]
=
'Passwortkomplexität'
;
$wb
[
'password_strength_txt'
]
=
'Passwortkomplexität'
;
$wb
[
'template_master_txt'
]
=
'Mastervorlage'
;
$wb
[
'template_master_txt'
]
=
'Mastervorlage'
;
$wb
[
'template_additional_txt'
]
=
'Add-Ons'
;
$wb
[
'template_additional_txt'
]
=
'Add-Ons'
;
$wb
[
"active_template_additional_txt"
]
=
'Aktive Add-Ons'
;
$wb
[
'add_additional_template_txt'
]
=
'Zusätzliches Template hinzufügen'
;
$wb
[
'add_additional_template_txt'
]
=
'Zusätzliches Template hinzufügen'
;
$wb
[
'delete_additional_template_txt'
]
=
'Zusätzliches Template löschen'
;
$wb
[
'delete_additional_template_txt'
]
=
'Zusätzliches Template löschen'
;
$wb
[
'ssh_chroot_txt'
]
=
'SSH-Chroot Optionen'
;
$wb
[
'ssh_chroot_txt'
]
=
'SSH-Chroot Optionen'
;
...
...
interface/web/client/lib/lang/en_client.lng
View file @
edca9d62
...
@@ -94,6 +94,7 @@ $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.'
...
@@ -94,6 +94,7 @@ $wb["limit_cron_error_frequency"] = 'The cron frequency limit must be a number.'
$wb
[
"username_error_regex"
]
=
'The Username contains invalid chracaters.'
;
$wb
[
"username_error_regex"
]
=
'The Username contains invalid chracaters.'
;
$wb
[
"template_master_txt"
]
=
'Master template'
;
$wb
[
"template_master_txt"
]
=
'Master template'
;
$wb
[
"template_additional_txt"
]
=
'Addon template'
;
$wb
[
"template_additional_txt"
]
=
'Addon template'
;
$wb
[
"active_template_additional_txt"
]
=
'Active Addons'
;
$wb
[
"add_additional_template_txt"
]
=
'Add additional template'
;
$wb
[
"add_additional_template_txt"
]
=
'Add additional template'
;
$wb
[
"delete_additional_template_txt"
]
=
'Delete additional template'
;
$wb
[
"delete_additional_template_txt"
]
=
'Delete additional template'
;
$wb
[
"ssh_chroot_txt"
]
=
'SSH-Chroot Options'
;
$wb
[
"ssh_chroot_txt"
]
=
'SSH-Chroot Options'
;
...
...
interface/web/client/templates/client_edit_limits.htm
View file @
edca9d62
...
@@ -28,7 +28,14 @@
...
@@ -28,7 +28,14 @@
<select
name=
"tpl_add_select"
id=
"tpl_add_select"
class=
"selectInput"
>
<select
name=
"tpl_add_select"
id=
"tpl_add_select"
class=
"selectInput"
>
{tmpl_var name='tpl_add_select'}
{tmpl_var name='tpl_add_select'}
</select>
</select>
<div
id=
"template_additional_list"
><br
/><br
/>
{tmpl_var name='template_additional_list'}
</div>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='active_template_additional_txt'}
</p>
<div
id=
"template_additional_list"
class=
"multiField"
>
<ul>
{tmpl_var name='template_additional_list'}
</ul>
</div>
<input
type=
"hidden"
id=
"template_additional"
name=
"template_additional"
value=
"{tmpl_var name='template_additional'}"
>
<input
type=
"hidden"
id=
"template_additional"
name=
"template_additional"
value=
"{tmpl_var name='template_additional'}"
>
</div>
</div>
<div
class=
"ctrlHolder"
>
<div
class=
"ctrlHolder"
>
...
...
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