]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/MailProxyConfiguration.js
avoid to many gettext entries
[pmg-gui.git] / js / MailProxyConfiguration.js
index 7a52f8346f923863d303ad9caaa9e931a3443ea6..7a06df0992fdb612e7adc4bae985fe66538363ce 100644 (file)
@@ -2,7 +2,8 @@ Ext.define('PMG.MailProxyConfiguration', {
     extend: 'Ext.tab.Panel',
     alias: 'widget.pmgMailProxyConfiguration',
 
-    title: gettext('Mail Proxy Configuration'),
+    title: gettext('Configuration') + ': ' +
+       gettext('Mail Proxy'),
 
     items: [
        {
@@ -23,19 +24,19 @@ Ext.define('PMG.MailProxyConfiguration', {
        },
        {
             title: gettext('Transports'),
-           html: "Transports"
+           xtype: 'pmgTransport'
        },
        {
             title: gettext('Networks'),
-           html: "Networks"
+           xtype: 'pmgMyNetworks'
        },
        {
             title: gettext('TLS'),
-           html: "TLS"
+           xtype: 'pmgMailProxyTLS'
        },
        {
             title: gettext('Whitelist'),
-           html: "whitelist"
+           xtype: "pmgSMTPWhitelist"
        }
     ]
 });