Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lolo888
ISPConfig 3
Commits
855e605f
Commit
855e605f
authored
Nov 21, 2013
by
Falko Timme
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stable-3.0.5' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.0.5
parents
cb795fd2
7b35164b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
10 deletions
+1
-10
interface/lib/classes/tform.inc.php
interface/lib/classes/tform.inc.php
+1
-1
interface/web/client/client_edit.php
interface/web/client/client_edit.php
+0
-3
interface/web/client/reseller_edit.php
interface/web/client/reseller_edit.php
+0
-3
interface/web/sites/web_domain_edit.php
interface/web/sites/web_domain_edit.php
+0
-3
No files found.
interface/lib/classes/tform.inc.php
View file @
855e605f
...
...
@@ -131,7 +131,7 @@ class tform {
$this
->
module
=
$module
;
$wb
=
array
();
include
_once
ISPC_ROOT_PATH
.
'/lib/lang/'
.
$_SESSION
[
's'
][
'language'
]
.
'.lng'
;
include
ISPC_ROOT_PATH
.
'/lib/lang/'
.
$_SESSION
[
's'
][
'language'
]
.
'.lng'
;
if
(
is_array
(
$wb
))
$wb_global
=
$wb
;
...
...
interface/web/client/client_edit.php
View file @
855e605f
...
...
@@ -212,9 +212,6 @@ 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
();
}
...
...
interface/web/client/reseller_edit.php
View file @
855e605f
...
...
@@ -159,9 +159,6 @@ 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
();
}
...
...
interface/web/sites/web_domain_edit.php
View file @
855e605f
...
...
@@ -471,9 +471,6 @@ 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