cfoe
2012-08-28 edca9d621a27e4f4f2c8b3963c96faf4348b759e
fixed display of addon templates FS#1464
4 files modified
15 ■■■■ changed files
interface/web/client/client_edit.php 4 ●●●● patch | view | raw | blame | history
interface/web/client/lib/lang/de_client.lng 1 ●●●● patch | view | raw | blame | history
interface/web/client/lib/lang/en_client.lng 1 ●●●● patch | view | raw | blame | history
interface/web/client/templates/client_edit_limits.htm 9 ●●●● patch | view | raw | blame | history
interface/web/client/client_edit.php
@@ -117,8 +117,8 @@
        $text = '';
        foreach($tplAdd as $item){
            if (trim($item) != ''){
                if ($text != '') $text .= '<br />';
                $text .= $tpl[$item];
                if ($text != '') $text .= '';
                $text .= '<li>' . $tpl[$item]. '</li>';
            }
        }
interface/web/client/lib/lang/de_client.lng
@@ -83,6 +83,7 @@
$wb['password_strength_txt'] = 'Passwortkomplexität';
$wb['template_master_txt'] = 'Mastervorlage';
$wb['template_additional_txt'] = 'Add-Ons';
$wb["active_template_additional_txt"] = 'Aktive Add-Ons';
$wb['add_additional_template_txt'] = 'Zusätzliches Template hinzufügen';
$wb['delete_additional_template_txt'] = 'Zusätzliches Template löschen';
$wb['ssh_chroot_txt'] = 'SSH-Chroot Optionen';
interface/web/client/lib/lang/en_client.lng
@@ -94,6 +94,7 @@
$wb["username_error_regex"] = 'The Username contains invalid chracaters.';
$wb["template_master_txt"] = 'Master template';
$wb["template_additional_txt"] = 'Addon template';
$wb["active_template_additional_txt"] = 'Active Addons';
$wb["add_additional_template_txt"] = 'Add additional template';
$wb["delete_additional_template_txt"] = 'Delete additional template';
$wb["ssh_chroot_txt"] = 'SSH-Chroot Options';
interface/web/client/templates/client_edit_limits.htm
@@ -28,7 +28,14 @@
                    <select name="tpl_add_select" id="tpl_add_select" class="selectInput">
                        {tmpl_var name='tpl_add_select'}
                    </select>
                    <div id="template_additional_list"><br /><br />{tmpl_var name='template_additional_list'}</div>
                </div>
                <div class="ctrlHolder">
                    <p class="label">{tmpl_var name='active_template_additional_txt'}</p>
                    <div id="template_additional_list" class="multiField">
                        <ul>
                        {tmpl_var name='template_additional_list'}
                        </ul>
                    </div>
                    <input type="hidden" id="template_additional" name="template_additional" value="{tmpl_var name='template_additional'}">
                </div>
                <div class="ctrlHolder">