Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/components/com_phocacart/views/item/tmpl/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/components/com_phocacart/views/item/tmpl/default.xml

<?xml version="1.0" encoding="utf-8"?>
<metadata>
   <layout title="COM_PHOCACART_ITEM_LAYOUT">
      <message>
         <![CDATA[COM_PHOCACART_ITEM_LAYOUT_DESC]]>
      </message>
   </layout>

   <name>COM_PHOCACART_ITEM_LAYOUT</name>
   <description>COM_PHOCACART_ITEM_LAYOUT_DESC</description>
   <fields name="request">
      <fieldset name="request"
addfieldpath="/administrator/components/com_phocacart/models/fields">

        
		 
		 
		 
		  <field 
            name="id" 
            type="phocaselectitem" 
            section="com_phocacart" 
            class="inputbox"
            default="" 
            label="COM_PHOCACART_FIELD_SELECT_PRODUCT_LABEL" 
            description="COM_PHOCACART_FIELD_SELECT_PRODUCT_DESC"

            required="true"
			multiple="false"
			filter="integer"
         />
		 
		 <field 
            name="catid" 
            type="phocaselectitemcategory" 
            section="com_phocacart" 
            class="inputbox"
            default="1" 
            label="COM_PHOCACART_FIELD_CATEGORY_LABEL" 
            description="COM_PHOCACART_FIELD_CATEGORY_DESC" 
            required="true"
			multiple="false"
			filter="integer"
			
         />
		
      </fieldset>
   </fields>
  

</metadata>