Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
49262986
Commit
49262986
authored
Nov 21, 2013
by
Falko Timme
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed missing save and cancel button texts in web form.
parent
fe5f5359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
interface/web/sites/web_domain_edit.php
interface/web/sites/web_domain_edit.php
+3
-0
No files found.
interface/web/sites/web_domain_edit.php
View file @
49262986
...
...
@@ -471,6 +471,9 @@ class page_action extends tform_actions {
}
}
$app
->
tpl
->
setVar
(
'btn_save_txt'
,
$app
->
lng
(
'btn_save_txt'
));
$app
->
tpl
->
setVar
(
'btn_cancel_txt'
,
$app
->
lng
(
'btn_cancel_txt'
));
parent
::
onShowEnd
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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