]> git.proxmox.com Git - pmg-gui.git/commitdiff
remove outlook report style
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 1 Feb 2018 10:00:11 +0000 (11:00 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 1 Feb 2018 10:20:14 +0000 (11:20 +0100)
this does not exist anymore

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/SpamQuarantineOptions.js

index 43e45cba4bc99967055c0838d3c85ac9caa01a36..e3f6789ff9a1faa0865a0ecea225446fd6daecb3 100644 (file)
@@ -15,7 +15,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
        none: gettext('No Reports'),
        'short': gettext('Short'),
        verbose: gettext('Verbose'),
-       outlook: gettext('Verbose') + ' (Outlook 2007)',
        custom: gettext('Custom')
     },
     
@@ -52,7 +51,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
                ['none', render_reportstyle('none') ],
                ['short', render_reportstyle('short') ],
                ['verbose', render_reportstyle('verbose') ],
-               ['outlook', render_reportstyle('outlook') ],
                ['custom', render_reportstyle('custom') ]]
        });
        /*jslint confusion: false*/