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
Zvonimir
ISPConfig 3
Commits
15aeffd6
Commit
15aeffd6
authored
Jul 18, 2012
by
cfoe
Browse files
make use of added language vars -> removed hardcoded language-specifig text
parent
8471a3dd
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/themes/default-v2/templates/client/client_edit_limits.htm
View file @
15aeffd6
...
...
@@ -7,8 +7,8 @@
<div
class=
"pnl_toolsarea"
>
<fieldset><legend>
{tmpl_var name="toolsarea_head_txt"}
</legend>
<div
class=
"buttons topbuttons"
>
<button
class=
"positive iconstxt icoAdd"
type=
"button"
value=
"{tmpl_var name='add_additional_template_txt'}"
onClick=
"addAdditionalTemplate();"
><span>
A
dd
additional
template
</span></button>
<button
class=
"negative iconstxt icoDelete"
type=
"button"
value=
"{tmpl_var name='delete_additional_template_txt'}"
onClick=
"delAdditionalTemplate();"
><span>
D
elete
additional
template
</span></button>
<button
class=
"positive iconstxt icoAdd"
type=
"button"
value=
"{tmpl_var name='add_additional_template_txt'}"
onClick=
"addAdditionalTemplate();"
><span>
{tmpl_var name='a
dd
_
additional
_
template
_txt'}
</span></button>
<button
class=
"negative iconstxt icoDelete"
type=
"button"
value=
"{tmpl_var name='delete_additional_template_txt'}"
onClick=
"delAdditionalTemplate();"
><span>
{tmpl_var name='d
elete
_
additional
_
template
_txt'}
</span></button>
</div>
</fieldset>
</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