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
Guilherme Filippo
ISPConfig 3
Commits
494c3cf3
Commit
494c3cf3
authored
Jun 21, 2009
by
tbrehm
Browse files
Fixed: FS#752 - Cannot import lang file 3.0.1.1 => 3.0.1.3
parent
6a9054f3
Changes
2
Show whitespace changes
Inline
Side-by-side
interface/web/admin/templates/language_export.htm
View file @
494c3cf3
...
...
@@ -7,12 +7,16 @@
<fieldset
class=
"inlineLabels"
><legend>
Language Export
</legend>
<div
class=
"ctrlHolder"
>
<label
for=
"lng_select"
>
{tmpl_var name='language_select_txt'}
</label>
<select
name=
"lng_select"
id=
"l
a
ng
uage
"
class=
"selectInput withicons"
>
<select
name=
"lng_select"
id=
"lng
_select
"
class=
"selectInput withicons"
>
{tmpl_var name='language_option'}
</select>
</div>
</fieldset>
<tmpl_if
name=
"msg"
>
<div
id=
"OKMsg"
><p><tmpl_var
name=
"msg"
></p></div>
</tmpl_if>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
...
...
interface/web/admin/templates/language_import.htm
View file @
494c3cf3
...
...
@@ -17,6 +17,13 @@
</div>
</fieldset>
<tmpl_if
name=
"msg"
>
<div
id=
"OKMsg"
><p><tmpl_var
name=
"msg"
></p></div>
</tmpl_if>
<tmpl_if
name=
"error"
>
<div
id=
"errorMsg"
><h3>
ERROR
</h3><ol><tmpl_var
name=
"error"
></ol></div>
</tmpl_if>
<input
type=
"hidden"
name=
"id"
value=
"{tmpl_var name='id'}"
>
<div
class=
"buttonHolder buttons"
>
...
...
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