cfoe
2012-07-05 74a4654cf9ce5a7fb814fef560baff819e0a07f3
added overview to subNav + changed <label> w/o INPUT to <p>s
6 files modified
70 ■■■■ changed files
interface/web/mailuser/lib/lang/de.lng 1 ●●●● patch | view | raw | blame | history
interface/web/mailuser/lib/lang/en.lng 1 ●●●● patch | view | raw | blame | history
interface/web/mailuser/lib/module.conf.php 56 ●●●● patch | view | raw | blame | history
interface/web/mailuser/templates/mail_user_cc_edit.htm 4 ●●●● patch | view | raw | blame | history
interface/web/mailuser/templates/mail_user_password_edit.htm 4 ●●●● patch | view | raw | blame | history
interface/web/mailuser/templates/mail_user_spamfilter_edit.htm 4 ●●●● patch | view | raw | blame | history
interface/web/mailuser/lib/lang/de.lng
@@ -1,5 +1,6 @@
<?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
@@ -1,5 +1,6 @@
<?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
@@ -12,43 +12,41 @@
//**** 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);
}
?>
interface/web/mailuser/templates/mail_user_cc_edit.htm
@@ -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
@@ -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
@@ -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>