// Update new installer

This commit is contained in:
rMalie
2011-12-21 21:33:22 +00:00
parent 85d0861c9e
commit 5ebccc02d7
253 changed files with 14861 additions and 14216 deletions
+22 -23
View File
@@ -1,25 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<entity_quick_access>
<fields id="name" class="QuickAccess">
<field name="new_window" />
<field name="link" />
</fields>
<entities>
<quick_access id="Home" new_window="0">
<link><![CDATA[index.php]]></link>
</quick_access>
<quick_access id="My_Shop" new_window="1">
<link><![CDATA[../]]></link>
</quick_access>
<quick_access id="New_category" new_window="0">
<link><![CDATA[index.php?controller=AdminCatalog&addcategory]]></link>
</quick_access>
<quick_access id="New_product" new_window="0">
<link><![CDATA[index.php?controller=AdminCatalog&addproduct]]></link>
</quick_access>
<quick_access id="New_voucher" new_window="0">
<link><![CDATA[index.php?controller=AdminCartRules&addcart_rule]]></link>
</quick_access>
</entities>
</entity_quick_access>
<fields id="name" class="QuickAccess">
<field name="new_window"/>
<field name="link"/>
</fields>
<entities>
<quick_access id="Home" new_window="0">
<link>index.php</link>
</quick_access>
<quick_access id="My_Shop" new_window="1">
<link>../</link>
</quick_access>
<quick_access id="New_category" new_window="0">
<link>index.php?controller=AdminCategories&amp;addcategory</link>
</quick_access>
<quick_access id="New_product" new_window="0">
<link>index.php?controller=AdminProducts&amp;addproduct</link>
</quick_access>
<quick_access id="New_voucher" new_window="0">
<link>index.php?controller=AdminCartRules&amp;addcart_rule</link>
</quick_access>
</entities>
</entity_quick_access>