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
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Bas van Beek
ISPConfig 3
Commits
6360fdf4
Commit
6360fdf4
authored
Aug 03, 2015
by
Marius Cramer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- ported some patches
parent
a0145976
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
7 deletions
+37
-7
interface/web/client/form/client.tform.php
interface/web/client/form/client.tform.php
+18
-3
interface/web/client/form/reseller.tform.php
interface/web/client/form/reseller.tform.php
+18
-3
interface/web/themes/default/templates/sidenav.tpl.htm
interface/web/themes/default/templates/sidenav.tpl.htm
+1
-1
No files found.
interface/web/client/form/client.tform.php
View file @
6360fdf4
...
...
@@ -381,7 +381,12 @@ $form["tabs"]['address'] = array (
'class'
=>
'validate_client'
,
'function'
=>
'check_vat_id'
,
'errmsg'
=>
'invalid_vat_id'
),
),
),
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TRIM'
),
1
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOUPPER'
)
),
),
'company_id'
=>
array
(
'datatype'
=>
'VARCHAR'
,
...
...
@@ -447,7 +452,12 @@ $form["tabs"]['address'] = array (
'width'
=>
'30'
,
'maxlength'
=>
'255'
,
'rows'
=>
''
,
'cols'
=>
''
'cols'
=>
''
,
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TRIM'
),
1
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOUPPER'
)
),
),
'bank_account_swift'
=>
array
(
'datatype'
=>
'VARCHAR'
,
...
...
@@ -458,7 +468,12 @@ $form["tabs"]['address'] = array (
'width'
=>
'30'
,
'maxlength'
=>
'255'
,
'rows'
=>
''
,
'cols'
=>
''
'cols'
=>
''
,
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TRIM'
),
1
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOUPPER'
)
),
),
'notes'
=>
array
(
'datatype'
=>
'TEXT'
,
...
...
interface/web/client/form/reseller.tform.php
View file @
6360fdf4
...
...
@@ -380,7 +380,12 @@ $form["tabs"]['address'] = array (
'class'
=>
'validate_client'
,
'function'
=>
'check_vat_id'
,
'errmsg'
=>
'invalid_vat_id'
),
),
),
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TRIM'
),
1
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOUPPER'
)
),
),
'company_id'
=>
array
(
'datatype'
=>
'VARCHAR'
,
...
...
@@ -446,7 +451,12 @@ $form["tabs"]['address'] = array (
'width'
=>
'30'
,
'maxlength'
=>
'255'
,
'rows'
=>
''
,
'cols'
=>
''
'cols'
=>
''
,
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TRIM'
),
1
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOUPPER'
)
),
),
'bank_account_swift'
=>
array
(
'datatype'
=>
'VARCHAR'
,
...
...
@@ -457,7 +467,12 @@ $form["tabs"]['address'] = array (
'width'
=>
'30'
,
'maxlength'
=>
'255'
,
'rows'
=>
''
,
'cols'
=>
''
'cols'
=>
''
,
'filters'
=>
array
(
0
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TRIM'
),
1
=>
array
(
'event'
=>
'SAVE'
,
'type'
=>
'TOUPPER'
)
),
),
'notes'
=>
array
(
'datatype'
=>
'TEXT'
,
...
...
interface/web/themes/default/templates/sidenav.tpl.htm
View file @
6360fdf4
<tmpl_loop
name=
"nav_left"
>
<
header><tmpl_if
name=
"startpage"
><a
href=
"#"
class=
"subnav-header"
data-load-content=
"<tmpl_var name='startpage'>"
></tmpl_if><tmpl_var
name=
"title"
><tmpl_if
name=
"startpage"
></a></tmpl_if></header
>
<
tmpl_if
name=
"title"
><header><tmpl_if
name=
"startpage"
><a
href=
"#"
class=
"subnav-header"
data-load-content=
"<tmpl_var name='startpage'>"
></tmpl_if><tmpl_var
name=
"title"
><tmpl_if
name=
"startpage"
></a></tmpl_if></header></tmpl_if
>
<ul
id=
"sub-navigation"
>
<tmpl_loop
name=
"items"
>
<li
<
tmpl_if
name=
"html_id"
>
id='
<tmpl_var
name=
"html_id"
>
'
</tmpl_if>
>
...
...
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