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
Zvonimir
ISPConfig 3
Commits
74a4654c
Commit
74a4654c
authored
Jul 05, 2012
by
cfoe
Browse files
added overview to subNav + changed <label> w/o INPUT to <p>s
parent
a9cae5c4
Changes
6
Hide whitespace changes
Inline
Side-by-side
interface/web/mailuser/lib/lang/de.lng
View file @
74a4654c
<?php
$wb
[
"Email Account"
]
=
'E-Mail-Konto'
;
$wb
[
"Overview"
]
=
'Übersicht'
;
$wb
[
"Password"
]
=
'Passwort'
;
$wb
[
"Autoresponder"
]
=
'Autoresponder'
;
$wb
[
"Send copy"
]
=
'Kopie senden an'
;
...
...
interface/web/mailuser/lib/lang/en.lng
View file @
74a4654c
<?php
$wb
[
"Email Account"
]
=
'Email Account'
;
$wb
[
"Overview"
]
=
'Overview'
;
$wb
[
"Password"
]
=
'Password'
;
$wb
[
"Autoresponder"
]
=
'Autoresponder'
;
$wb
[
"Send copy"
]
=
'Send copy'
;
...
...
interface/web/mailuser/lib/module.conf.php
View file @
74a4654c
...
...
@@ -12,43 +12,41 @@ $module['tab_width'] = '';
//**** menu
$items
=
array
();
$items
[]
=
array
(
'title'
=>
'Overview'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/index.php'
,
'html_id'
=>
'mail_user_index'
);
$items
[]
=
array
(
'title'
=>
'Overview'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/index.php'
,
'html_id'
=>
'mail_user_index'
);
$items
[]
=
array
(
'title'
=>
'Password'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_password_edit.php'
,
'html_id'
=>
'mail_user_password'
);
$items
[]
=
array
(
'title'
=>
'Password'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_password_edit.php'
,
'html_id'
=>
'mail_user_password'
);
$items
[]
=
array
(
'title'
=>
'Autoresponder'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_autoresponder_edit.php'
,
'html_id'
=>
'mail_user_autoresponder'
);
$items
[]
=
array
(
'title'
=>
'Autoresponder'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_autoresponder_edit.php'
,
'html_id'
=>
'mail_user_autoresponder'
);
$items
[]
=
array
(
'title'
=>
'Send copy'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_cc_edit.php'
,
'html_id'
=>
'mail_user_cc'
);
$items
[]
=
array
(
'title'
=>
'Send copy'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_cc_edit.php'
,
'html_id'
=>
'mail_user_cc'
);
$items
[]
=
array
(
'title'
=>
'Spamfilter'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_spamfilter_edit.php'
,
'html_id'
=>
'mail_user_cc'
);
$items
[]
=
array
(
'title'
=>
'Spamfilter'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_spamfilter_edit.php'
,
'html_id'
=>
'mail_user_cc'
);
$items
[]
=
array
(
'title'
=>
'Email Filters'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_filter_list.php'
,
'html_id'
=>
'mail_user_filter_list'
);
$items
[]
=
array
(
'title'
=>
'Email Filters'
,
'target'
=>
'content'
,
'link'
=>
'mailuser/mail_user_filter_list.php'
,
'html_id'
=>
'mail_user_filter_list'
);
if
(
count
(
$items
))
{
$module
[
'nav'
][]
=
array
(
'title'
=>
'Email Account'
,
'open'
=>
1
,
'items'
=>
$items
);
$module
[
'nav'
][]
=
array
(
'title'
=>
'Email Account'
,
'open'
=>
1
,
'items'
=>
$items
);
}
?>
\ No newline at end of file
interface/web/mailuser/templates/mail_user_cc_edit.htm
View file @
74a4654c
...
...
@@ -6,8 +6,8 @@
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<
label
for=
"password
"
>
{tmpl_var name='email_txt'}
</
label
>
{tmpl_var name='email'}
<
p
class=
"label
"
>
{tmpl_var name='email_txt'}
</
p
>
<p
class=
"value"
>
{tmpl_var name='email'}
</p>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"name"
>
{tmpl_var name='cc_txt'}
</label>
...
...
interface/web/mailuser/templates/mail_user_password_edit.htm
View file @
74a4654c
...
...
@@ -6,8 +6,8 @@
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<
label
for=
"password
"
>
{tmpl_var name='email_txt'}
</
label
>
{tmpl_var name='email'}
<
p
class=
"label
"
>
{tmpl_var name='email_txt'}
</
p
>
<p
class=
"value"
>
{tmpl_var name='email'}
</p>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"password"
>
{tmpl_var name='password_txt'}
</label>
...
...
interface/web/mailuser/templates/mail_user_spamfilter_edit.htm
View file @
74a4654c
...
...
@@ -6,8 +6,8 @@
<div
class=
"pnl_formsarea"
>
<fieldset
class=
"inlineLabels"
>
<div
class=
"ctrlHolder"
>
<
label
for=
"password
"
>
{tmpl_var name='email_txt'}
</
label
>
{tmpl_var name='email'}
<
p
class=
"label
"
>
{tmpl_var name='email_txt'}
</
p
>
<p
class=
"value"
>
{tmpl_var name='email'}
</p>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"policy"
>
{tmpl_var name='policy_txt'}
</label>
...
...
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