Jump to content
xt:Commerce Community Forum

Im Metatags Javascript eingefügt, jetzt Metatags nicht mehr aufrufbar


spiceflo

Recommended Posts

Hallo zusammen,

ich habe im Admin unter Shop Einstellungen > Mandanten > Mein Shop > Metatags folgenden Code eingefügt:

<script type="text/javascript" src="http://www.domain.com/smt2/core/js/smt-aux.min.js"></script>  
<script type="text/javascript" src="http://www.domain.com/smt2/core/js/smt-record.min.js"></script>[/PHP]

Nachdem ich das gespeichert habe kommt beim Aufruf der Metatags im Adminbereich nun aber nicht mehr das Formular (zur Administration der Admin Tags) sondern nur noch Quelltext:

[PHP]',xtype: 'textfield'}],title: 'Standard',autoHeight: true,bodyStyle: 'padding: 5px;',xtype: 'panel',layout: 'form'},{buttonAlign: 'center',xtype: 'panel'}],buttons: [{text: 'Speichern',handler: function(){ Ext.getCmp("configurationselectedItem_1275517176-grideditform").getForm().submit({ url: 'adminHandler.php?load_section=configuration&edit_id=16&store_id=1&parentNode=group_16_1&edit_id='+selectedItem_1275517176+'&save=true', success: function(){contentTabs.remove(contentTabs.getActiveTab()); Ext.getCmp('').getStore().reload(); }, failure: function(){Ext.Msg.alert('HINWEIS','KEIN ERFOLG')}, waitMsg: 'Laden' });},icon: 'images/icons/disk_multiple.png',iconCls: 'x-btn-text',xtype: 'button'},{text: 'Übernehmen',handler: function(){ Ext.getCmp("configurationselectedItem_1275517176-grideditform").getForm().submit({ url: 'adminHandler.php?load_section=configuration&edit_id=16&store_id=1&parentNode=group_16_1&edit_id='+selectedItem_1275517176+'&save=true', success: '', failure: function(){Ext.Msg.alert('HINWEIS','KEIN ERFOLG')}, waitMsg: 'Laden' });},icon: 'images/icons/disk.png',iconCls: 'x-btn-text',xtype: 'button'},{text: 'Abbrechen',handler: function(){ contentTabs.remove(contentTabs.getActiveTab()); ;},icon: 'images/icons/cancel.png',iconCls: 'x-btn-text',xtype: 'button'},{text: 'Neu Laden',handler: function(){ configurationgridEditForm.getForm().load({url:'adminHandler.php?load_section=configuration&edit_id=16&store_id=1&parentNode=group_16_1&get_singledata=16', waitMsg:'Loading',method: 'GET'});},icon: 'images/icons/done.gif',iconCls: 'x-btn-text',xtype: 'button'}],id: 'configurationselectedItem_1275517176-grideditform',labelAlign: 'left',labelWidth: 200,reader: new Ext.data.JsonReader({root: 'data',totalProperty: 'totalCount',id: 'id'}, [{name: '_STORE_META_AUTHOR'},{name: '_STORE_META_PUBLISHER'},{name: '_STORE_META_COMPANY'},{name: '_STORE_META_TOPIC'},{name: '_STORE_META_REPLY_TO'},{name: '_STORE_META_REVISIT_AFTER'},{name: '_STORE_META_ROBOTS'},{name: '_STORE_META_DESCRIPTION'},{name: '_STORE_META_KEYWORDS'},{name: '_STORE_META_FREE_META'}]),bodyStyle: 'background-color:#efefef; color:#000; padding: 5px;',renderTo: Ext.get('configurationselectedItem_1275517176-grideditform')}); });tinyMCE.init(tinyMCESettings); [/PHP]

Wie bekomme ich es wieder hin, dass ich die Metatags editieren kann?

Danke und schöne Grüße

Flo

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...