Author: jleroux
Date: Thu Sep 24 14:26:01 2009 New Revision: 818493 URL: http://svn.apache.org/viewvc?rev=818493&view=rev Log: Complete previous commits for different screen sizes for POS Modified: ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml Modified: ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml?rev=818493&r1=818492&r2=818493&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml (original) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/mgrpanel.xml Thu Sep 24 14:26:01 2009 @@ -21,17 +21,17 @@ <Components> <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> - <Include file="default/includes/posinput"/> + <Include file="800x600/includes/posinput"/> </Panel> <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> - <Include file="default/includes/journal"/> + <Include file="800x600/includes/journal"/> </Panel> <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> - <Include file="default/menu/mgrmain"/> + <Include file="800x600/menu/mgrmain"/> </Panel> <Panel name="numericPanel" x="320" y="356" w="480" h="210" style="menu"> - <Include file="default/includes/numeric"/> + <Include file="800x600/includes/numeric"/> </Panel> </Panel> </Components> -</XPage> \ No newline at end of file +</XPage> Modified: ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml?rev=818493&r1=818492&r2=818493&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml (original) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/paypanel.xml Thu Sep 24 14:26:01 2009 @@ -21,17 +21,17 @@ <Components> <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> - <Include file="default/includes/payinput"/> + <Include file="800x600/includes/payinput"/> </Panel> <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> - <Include file="default/includes/journal"/> + <Include file="800x600/includes/journal"/> </Panel> <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> - <Include file="default/menu/paymain"/> + <Include file="800x600/menu/paymain"/> </Panel> <Panel name="numericPanel" x="320" y="356" w="480" h="210" style="menu"> - <Include file="default/includes/numeric"/> + <Include file="800x600/includes/numeric"/> </Panel> </Panel> </Components> -</XPage> \ No newline at end of file +</XPage> Modified: ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml?rev=818493&r1=818492&r2=818493&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml (original) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/pospanel.xml Thu Sep 24 14:26:01 2009 @@ -21,16 +21,16 @@ <Components> <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> - <Include file="default/includes/posinput"/> + <Include file="800x600/includes/posinput"/> </Panel> <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> - <Include file="default/includes/journal"/> + <Include file="800x600/includes/journal"/> </Panel> <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> - <Include file="default/menu/posmain"/> + <Include file="800x600/menu/posmain"/> </Panel> <Panel name="numericPanel" x="320" y="356" w="480" h="220" style="menu"> - <Include file="default/includes/numeric"/> + <Include file="800x600/includes/numeric"/> </Panel> </Panel> </Components> Modified: ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml?rev=818493&r1=818492&r2=818493&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml (original) +++ ofbiz/trunk/specialpurpose/pos/screens/800x600/promopanel.xml Thu Sep 24 14:26:01 2009 @@ -21,17 +21,17 @@ <Components> <Panel name="mainPanel" x="0" y="0" w="800" h="600" style="input" border="0"> <Panel name="inputPanel" x="0" y="0" w="800" h="38" style="input" border="0"> - <Include file="default/includes/posinput"/> + <Include file="800x600/includes/posinput"/> </Panel> <Panel name="journalPanel" x="0" y="38" w="320" h="542" style="menu"> - <Include file="default/includes/journal"/> + <Include file="800x600/includes/journal"/> </Panel> <Panel name="menuPanel" x="320" y="38" w="480" h="318" style="menu"> - <Include file="default/menu/promomain"/> + <Include file="800x600/menu/promomain"/> </Panel> <Panel name="numericPanel" x="320" y="356" w="480" h="220" style="menu"> - <Include file="default/includes/numeric"/> + <Include file="800x600/includes/numeric"/> </Panel> </Panel> </Components> -</XPage> \ No newline at end of file +</XPage> |
Free forum by Nabble | Edit this page |