Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 44.99 KB | None | 0 0
  1.  
  2.         [                             {
  3.                         xtype: 'hoverbutton',                                                                                                text: "Artikel",
  4.                                                                                                 iconCls: "ico package_green article--main",
  5.                         menu: Ext.create('Ext.menu.Menu', {
  6.                             shadow: false, cls: 'shopware-ui-main-menu',
  7.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  8.                             items:         [                             {
  9.                                                                                                                         text: "Anlegen&nbsp;<span class='shortcut'>(STRG + ALT + N)</span>",
  10.                         handler: function() {
  11.                             Shopware.app.Application.addSubApplication({
  12.                                 name: 'Shopware.apps.Article',
  13.                                 localizedName: "Anlegen"
  14.                                 , action: 'Detail'                            });
  15.                         },
  16.                                                                                                 iconCls: "sprite-inbox--plus article--add-article"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  17.                                                                                                                         text: "Übersicht&nbsp;<span class='shortcut'>(STRG + ALT + O)</span>",
  18.                         handler: function() {
  19.                             Shopware.app.Application.addSubApplication({
  20.                                 name: 'Shopware.apps.ArticleList',
  21.                                 localizedName: "Übersicht"
  22.                                                             });
  23.                         },
  24.                                                                                                 iconCls: "sprite-ui-scroll-pane-list article--overview"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  25.                                                                                                                         text: "Kategorien",
  26.                         handler: function() {
  27.                             Shopware.app.Application.addSubApplication({
  28.                                 name: 'Shopware.apps.Category',
  29.                                 localizedName: "Kategorien"
  30.                                                             });
  31.                         },
  32.                                                                                                 iconCls: "sprite-blue-folders-stack article--categories"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  33.                                                                                                                         text: "Eigenschaften",
  34.                         handler: function() {
  35.                             Shopware.app.Application.addSubApplication({
  36.                                 name: 'Shopware.apps.Property',
  37.                                 localizedName: "Eigenschaften"
  38.                                                             });
  39.                         },
  40.                                                                                                 iconCls: "sprite-property-blue article--properties"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  41.                                                                                                                         text: "Hersteller",
  42.                         handler: function() {
  43.                             Shopware.app.Application.addSubApplication({
  44.                                 name: 'Shopware.apps.Supplier',
  45.                                 localizedName: "Hersteller"
  46.                                                             });
  47.                         },
  48.                                                                                                 iconCls: "sprite-truck article--manufacturers"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  49.                                                                                                                         text: "Bewertungen",
  50.                         handler: function() {
  51.                             Shopware.app.Application.addSubApplication({
  52.                                 name: 'Shopware.apps.Vote',
  53.                                 localizedName: "Bewertungen"
  54.                                                             });
  55.                         },
  56.                                                                                                 iconCls: "sprite-balloon article--ratings"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  57.                                                                                                                         text: "Custom sort",
  58.                         handler: function() {
  59.                             Shopware.app.Application.addSubApplication({
  60.                                 name: 'Shopware.apps.CustomSort',
  61.                                 localizedName: "Custom sort"
  62.                                                             });
  63.                         },
  64.                                                                                                 iconCls: "sprite-blue-document-text-image"                    }                                    ]
  65.    
  66.                         })
  67.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  68.                         xtype: 'hoverbutton',                                                                                                text: "Inhalte",
  69.                                                                                                 iconCls: "ico2 note03 contents--main",
  70.                         menu: Ext.create('Ext.menu.Menu', {
  71.                             shadow: false, cls: 'shopware-ui-main-menu',
  72.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  73.                             items:         [                             {
  74.                                                                                                                         text: "Shopseiten",
  75.                         handler: function() {
  76.                             Shopware.app.Application.addSubApplication({
  77.                                 name: 'Shopware.apps.Site',
  78.                                 localizedName: "Shopseiten"
  79.                                                             });
  80.                         },
  81.                                                                                                 iconCls: "sprite-documents contents--shopsites"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  82.                                                                                                                         text: "Blog",
  83.                         handler: function() {
  84.                             Shopware.app.Application.addSubApplication({
  85.                                 name: 'Shopware.apps.Blog',
  86.                                 localizedName: "Blog"
  87.                                                             });
  88.                         },
  89.                                                                                                 iconCls: "sprite-application-blog contents--blog"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  90.                                                                                                                         text: "Formulare",
  91.                         handler: function() {
  92.                             Shopware.app.Application.addSubApplication({
  93.                                 name: 'Shopware.apps.Form',
  94.                                 localizedName: "Formulare"
  95.                                                             });
  96.                         },
  97.                                                                                                 iconCls: "sprite-application-form contents--forms"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  98.                                                                                                                         text: "Import/Export",
  99.                         handler: function() {
  100.                             Shopware.app.Application.addSubApplication({
  101.                                 name: 'Shopware.apps.ImportExport',
  102.                                 localizedName: "Import/Export"
  103.                                                             });
  104.                         },
  105.                                                                                                 iconCls: "sprite-arrow-circle-double-135 contents--import-export"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  106.                                                                                                                         text: "Medienverwaltung",
  107.                         handler: function() {
  108.                             Shopware.app.Application.addSubApplication({
  109.                                 name: 'Shopware.apps.MediaManager',
  110.                                 localizedName: "Medienverwaltung"
  111.                                                             });
  112.                         },
  113.                                                                                                 iconCls: "sprite-inbox-image contents--media-manager"                    }                                    ]
  114.    
  115.                         })
  116.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  117.                         xtype: 'hoverbutton',                                                                                                text: "Kunden",
  118.                                                                                                 iconCls: "ico customer customers--main",
  119.                         menu: Ext.create('Ext.menu.Menu', {
  120.                             shadow: false, cls: 'shopware-ui-main-menu',
  121.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  122.                             items:         [                             {
  123.                                                                                                                         text: "Anlegen",
  124.                         handler: function() {
  125.                             Shopware.app.Application.addSubApplication({
  126.                                 name: 'Shopware.apps.Customer',
  127.                                 localizedName: "Anlegen"
  128.                                 , action: 'Detail'                            });
  129.                         },
  130.                                                                                                 iconCls: "sprite-user--plus customers--add-customer"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  131.                                                                                                                         text: "Kunden&nbsp;<span class='shortcut'>(STRG + ALT + K)</span>",
  132.                         handler: function() {
  133.                             Shopware.app.Application.addSubApplication({
  134.                                 name: 'Shopware.apps.Customer',
  135.                                 localizedName: "Kunden"
  136.                                                             });
  137.                         },
  138.                                                                                                 iconCls: "sprite-ui-scroll-pane-detail customers--customer-list"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  139.                                                                                                                         text: "Bestellungen&nbsp;<span class='shortcut'>(STRG + ALT + B)</span>",
  140.                         handler: function() {
  141.                             Shopware.app.Application.addSubApplication({
  142.                                 name: 'Shopware.apps.Order',
  143.                                 localizedName: "Bestellungen"
  144.                                                             });
  145.                         },
  146.                                                                                                 iconCls: "sprite-sticky-notes-pin customers--orders"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  147.                                                                                                                         text: "Zahlungen",
  148.                                                                                                 iconCls: "sprite-credit-cards settings--payment-methods",
  149.                         menu: Ext.create('Ext.menu.Menu', {
  150.                             shadow: false, cls: 'shopware-ui-main-menu',
  151.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  152.                             items:         [                             {
  153.                                                                                                                         text: "PayPal",
  154.                         handler: function() {
  155.                             Shopware.app.Application.addSubApplication({
  156.                                 name: 'Shopware.apps.PaymentPaypal',
  157.                                 localizedName: "PayPal"
  158.                                                             });
  159.                         },
  160.                                                                                                 iconCls: "paypal--icon"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  161.                                                                                                                         text: "Sofort AG Orders",
  162.                         handler: function() {
  163.                             Shopware.app.Application.addSubApplication({
  164.                                 name: 'Shopware.apps.SofortOrderView',
  165.                                 localizedName: "Sofort AG Orders"
  166.                                 , action: 'index'                            });
  167.                         },
  168.                                                                                                 iconCls: "sprite-cards-stack"                    }                                    ]
  169.    
  170.                         })
  171.                                             }                                    ]
  172.    
  173.                         })
  174.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  175.                         xtype: 'hoverbutton',                                                                                                text: "Einstellungen",
  176.                                                                                                 iconCls: "ico2 wrench_screwdriver settings--main",
  177.                         menu: Ext.create('Ext.menu.Menu', {
  178.                             shadow: false, cls: 'shopware-ui-main-menu',
  179.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  180.                             items:         [                             {
  181.                                                                                                                         text: "Caches / Performance",
  182.                         handler: function() {
  183.                             Shopware.app.Application.addSubApplication({
  184.                                 name: 'Shopware.apps.Performance',
  185.                                 localizedName: "Caches / Performance"
  186.                                                             });
  187.                         },
  188.                                                                                                 iconCls: "sprite-bin-full settings--performance",
  189.                         menu: Ext.create('Ext.menu.Menu', {
  190.                             shadow: false, cls: 'shopware-ui-main-menu',
  191.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  192.                             items:         [                             {
  193.                                                                                                                         text: "Shop cache leeren&nbsp;<span class='shortcut'>(STRG + ALT + X)</span>",
  194.                         handler: function() {
  195.                             Shopware.app.Application.addSubApplication({
  196.                                 name: 'Shopware.apps.Performance',
  197.                                 localizedName: "Shop cache leeren"
  198.                                 , action: 'Config'                            });
  199.                         },
  200.                                                                                                 iconCls: "sprite-edit-shade settings--performance--cache"                    }                                    ]
  201.    
  202.                         })
  203.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  204.                                                                                                                         text: "Grundeinstellungen",
  205.                         handler: function() {
  206.                             Shopware.app.Application.addSubApplication({
  207.                                 name: 'Shopware.apps.Config',
  208.                                 localizedName: "Grundeinstellungen"
  209.                                                             });
  210.                         },
  211.                                                                                                 iconCls: "sprite-wrench-screwdriver settings--basic-settings"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  212.                                                                                                                         text: "Systeminfo",
  213.                         handler: function() {
  214.                             Shopware.app.Application.addSubApplication({
  215.                                 name: 'Shopware.apps.Systeminfo',
  216.                                 localizedName: "Systeminfo"
  217.                                                             });
  218.                         },
  219.                                                                                                 iconCls: "sprite-blueprint settings--system-info"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  220.                                                                                                                         text: "Benutzerverwaltung",
  221.                         handler: function() {
  222.                             Shopware.app.Application.addSubApplication({
  223.                                 name: 'Shopware.apps.UserManager',
  224.                                 localizedName: "Benutzerverwaltung"
  225.                                                             });
  226.                         },
  227.                                                                                                 iconCls: "sprite-user-silhouette settings--user-management"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  228.                                                                                                                         text: "Logfile",
  229.                         handler: function() {
  230.                             Shopware.app.Application.addSubApplication({
  231.                                 name: 'Shopware.apps.Log',
  232.                                 localizedName: "Logfile"
  233.                                                             });
  234.                         },
  235.                                                                                                 iconCls: "sprite-cards-stack settings--logfile",
  236.                         menu: Ext.create('Ext.menu.Menu', {
  237.                             shadow: false, cls: 'shopware-ui-main-menu',
  238.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  239.                             items:         [                             {
  240.                                                                                                                         text: "Sofort AG Log",
  241.                         handler: function() {
  242.                             Shopware.app.Application.addSubApplication({
  243.                                 name: 'Shopware.apps.SofortLogView',
  244.                                 localizedName: "Sofort AG Log"
  245.                                 , action: 'index'                            });
  246.                         },
  247.                                                                                                 iconCls: "sprite-cards-stack"                    }                                    ]
  248.    
  249.                         })
  250.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  251.                                                                                                                         text: "Versandkosten",
  252.                         handler: function() {
  253.                             Shopware.app.Application.addSubApplication({
  254.                                 name: 'Shopware.apps.Shipping',
  255.                                 localizedName: "Versandkosten"
  256.                                                             });
  257.                         },
  258.                                                                                                 iconCls: "sprite-envelope--arrow settings--delivery-charges"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  259.                                                                                                                         text: "Zahlungsarten",
  260.                         handler: function() {
  261.                             Shopware.app.Application.addSubApplication({
  262.                                 name: 'Shopware.apps.Payment',
  263.                                 localizedName: "Zahlungsarten"
  264.                                                             });
  265.                         },
  266.                                                                                                 iconCls: "sprite-credit-cards settings--payment-methods"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  267.                                                                                                                         text: "eMail-Vorlagen",
  268.                         handler: function() {
  269.                             Shopware.app.Application.addSubApplication({
  270.                                 name: 'Shopware.apps.Mail',
  271.                                 localizedName: "eMail-Vorlagen"
  272.                                                             });
  273.                         },
  274.                                                                                                 iconCls: "sprite-mail--pencil settings--mail-presets"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  275.                                                                                                                         text: "Riskmanagement",
  276.                         handler: function() {
  277.                             Shopware.app.Application.addSubApplication({
  278.                                 name: 'Shopware.apps.RiskManagement',
  279.                                 localizedName: "Riskmanagement"
  280.                                                             });
  281.                         },
  282.                                                                                                 iconCls: "sprite-funnel--exclamation"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  283.                                                                                                                         text: "Textbausteine",
  284.                         handler: function() {
  285.                             Shopware.app.Application.addSubApplication({
  286.                                 name: 'Shopware.apps.Snippet',
  287.                                 localizedName: "Textbausteine"
  288.                                                             });
  289.                         },
  290.                                                                                                 iconCls: "sprite-edit-shade settings--snippets"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  291.                                                                                                                         text: "Theme Manager",
  292.                         handler: function() {
  293.                             Shopware.app.Application.addSubApplication({
  294.                                 name: 'Shopware.apps.Theme',
  295.                                 localizedName: "Theme Manager"
  296.                                                             });
  297.                         },
  298.                                                                                                 iconCls: "sprite-application-icon-large settings--theme-manager"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  299.                                                                                                                         text: "Plugin Manager",
  300.                         handler: function() {
  301.                             Shopware.app.Application.addSubApplication({
  302.                                 name: 'Shopware.apps.PluginManager',
  303.                                 localizedName: "Plugin Manager"
  304.                                                             });
  305.                         },
  306.                                                                                                 iconCls: "sprite-application-block settings--plugin-manager"                    }                                    ]
  307.    
  308.                         })
  309.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  310.                         xtype: 'hoverbutton',                                                                                                text: "Marketing",
  311.                                                                                                 iconCls: "ico2 chart_bar01 marketing--main",
  312.                         menu: Ext.create('Ext.menu.Menu', {
  313.                             shadow: false, cls: 'shopware-ui-main-menu',
  314.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  315.                             items:         [                             {
  316.                                                                                                                         text: "Auswertungen",
  317.                                                                                                 iconCls: "sprite-chart marketing--analyses",
  318.                         menu: Ext.create('Ext.menu.Menu', {
  319.                             shadow: false, cls: 'shopware-ui-main-menu',
  320.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  321.                             items:         [                             {
  322.                                                                                                                         text: "Übersicht",
  323.                         handler: function() {
  324.                             Shopware.app.Application.addSubApplication({
  325.                                 name: 'Shopware.apps.Overview',
  326.                                 localizedName: "Übersicht"
  327.                                                             });
  328.                         },
  329.                                                                                                 iconCls: "sprite-report-paper marketing--analyses--overview"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  330.                                                                                                                         text: "Auswertungen",
  331.                         handler: function() {
  332.                             Shopware.app.Application.addSubApplication({
  333.                                 name: 'Shopware.apps.Analytics',
  334.                                 localizedName: "Auswertungen"
  335.                                                             });
  336.                         },
  337.                                                                                                 iconCls: "sprite-chart"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  338.                                                                                                                         text: "Abbruch-Analyse",
  339.                         handler: function() {
  340.                             Shopware.app.Application.addSubApplication({
  341.                                 name: 'Shopware.apps.CanceledOrder',
  342.                                 localizedName: "Abbruch-Analyse"
  343.                                                             });
  344.                         },
  345.                                                                                                 iconCls: "sprite-chart-down-color marketing--analyses--abort-analyses"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  346.                                                                                                                         text: "E-Mail Benachrichtigung",
  347.                         handler: function() {
  348.                             Shopware.app.Application.addSubApplication({
  349.                                 name: 'Shopware.apps.Notification',
  350.                                 localizedName: "E-Mail Benachrichtigung"
  351.                                                             });
  352.                         },
  353.                                                                                                 iconCls: "sprite-mail-forward"                    }                                    ]
  354.    
  355.                         })
  356.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  357.                                                                                                                         text: "Banner",
  358.                         handler: function() {
  359.                             Shopware.app.Application.addSubApplication({
  360.                                 name: 'Shopware.apps.Banner',
  361.                                 localizedName: "Banner"
  362.                                                             });
  363.                         },
  364.                                                                                                 iconCls: "sprite-image-medium marketing--banner"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  365.                                                                                                                         text: "Einkaufswelten",
  366.                         handler: function() {
  367.                             Shopware.app.Application.addSubApplication({
  368.                                 name: 'Shopware.apps.Emotion',
  369.                                 localizedName: "Einkaufswelten"
  370.                                                             });
  371.                         },
  372.                                                                                                 iconCls: "sprite-pin marketing--shopping-worlds"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  373.                                                                                                                         text: "Prämienartikel",
  374.                         handler: function() {
  375.                             Shopware.app.Application.addSubApplication({
  376.                                 name: 'Shopware.apps.Premium',
  377.                                 localizedName: "Prämienartikel"
  378.                                                             });
  379.                         },
  380.                                                                                                 iconCls: "sprite-star marketing--premium-items"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  381.                                                                                                                         text: "Gutscheine",
  382.                         handler: function() {
  383.                             Shopware.app.Application.addSubApplication({
  384.                                 name: 'Shopware.apps.Voucher',
  385.                                 localizedName: "Gutscheine"
  386.                                                             });
  387.                         },
  388.                                                                                                 iconCls: "sprite-mail-open-image marketing--vouchers"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  389.                                                                                                                         text: "Produktexporte",
  390.                         handler: function() {
  391.                             Shopware.app.Application.addSubApplication({
  392.                                 name: 'Shopware.apps.ProductFeed',
  393.                                 localizedName: "Produktexporte"
  394.                                                             });
  395.                         },
  396.                                                                                                 iconCls: "sprite-folder-export marketing--product-exports"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  397.                                                                                                                         text: "Partnerprogramm",
  398.                         handler: function() {
  399.                             Shopware.app.Application.addSubApplication({
  400.                                 name: 'Shopware.apps.Partner',
  401.                                 localizedName: "Partnerprogramm"
  402.                                                             });
  403.                         },
  404.                                                                                                 iconCls: "sprite-xfn-colleague marketing--partner-program"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  405.                                                                                                                         text: "Newsletter",
  406.                         handler: function() {
  407.                             Shopware.app.Application.addSubApplication({
  408.                                 name: 'Shopware.apps.NewsletterManager',
  409.                                 localizedName: "Newsletter"
  410.                                                             });
  411.                         },
  412.                                                                                                 iconCls: "sprite-paper-plane marketing--newsletters"                    }                                    ]
  413.    
  414.                         })
  415.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  416.                         xtype: 'hoverbutton',                                                                                                text: "",
  417.                                                                                                 iconCls: "ico question_frame shopware-help-menu",
  418.                         menu: Ext.create('Ext.menu.Menu', {
  419.                             shadow: false, cls: 'shopware-ui-main-menu',
  420.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  421.                             items:         [                             {
  422.                                                                                                                         text: "Hilfe",
  423.                                                                                                 iconCls: "sprite-lifebuoy misc--help",
  424.                         menu: Ext.create('Ext.menu.Menu', {
  425.                             shadow: false, cls: 'shopware-ui-main-menu',
  426.                             showSeparator: false, plain: true, ui: 'shopware-ui', margin: '0 0 0 2',
  427.                             items:         [                             {
  428.                                                                                                                         text: "Zum Forum",
  429.                                                 handler: function() { window.open('http://www.shopware-community.de','Shopware','width=800,height=550,scrollbars=yes') },                                                iconCls: "sprite-balloons-box misc--help--board"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  430.                                                                                                                         text: "<a href="mailto:info@fwineco.com"></a>",
  431.                                                 handler: function() { window.open('http://www.shopware.de/wiki','Shopware','width=800,height=550,scrollbars=yes') },                                                iconCls: "sprite-lifebuoy misc--help--online-help"                    }                                    ]
  432.    
  433.                         })
  434.                                             },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  435.                                                                                                                         text: "Feedback senden",
  436.                         handler: function() {
  437.                             Shopware.app.Application.addSubApplication({
  438.                                 name: 'Shopware.apps.BetaFeedback',
  439.                                 localizedName: "Feedback senden"
  440.                                                             });
  441.                         },
  442.                                                                                                 iconCls: "sprite-briefcase--arrow"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  443.                                                                                                                         text: "Softwareaktualisierung",
  444.                         handler: function() {
  445.                             Shopware.app.Application.addSubApplication({
  446.                                 name: 'Shopware.apps.SwagUpdate',
  447.                                 localizedName: "Softwareaktualisierung"
  448.                                                             });
  449.                         },
  450.                                                                                                 iconCls: "sprite-arrow-continue-090 misc--software-update"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  451.                                                                                                                         text: "Tastenkürzel",
  452.                         handler: function() {
  453.                             Shopware.app.Application.addSubApplication({
  454.                                 name: 'Shopware.apps.ShortCutMenu',
  455.                                 localizedName: "Tastenkürzel"
  456.                                                             });
  457.                         },
  458.                                                 handler: function() { createKeyNavOverlay() },                                                iconCls: "sprite-keyboard-command misc--shortcuts"                    },{ xtype: 'tbspacer', width: 6 }, { xtype: 'tbseparator' }, { xtype: 'tbspacer', width: 6 },                                                                  {
  459.                                                                                                                         text: "Über Shopware",
  460.                         handler: function() {
  461.                             Shopware.app.Application.addSubApplication({
  462.                                 name: 'Shopware.apps.AboutShopware',
  463.                                 localizedName: "Über Shopware"
  464.                                                             });
  465.                         },
  466.                                                 handler: function() { createShopwareVersionMessage() },                                                iconCls: "sprite-shopware-logo misc--about-shopware"                    }                                    ]
  467.    
  468.                         })
  469.                                             }                                    ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement