svn commit: r1736869 [2/2] - in /ofbiz/trunk/specialpurpose/webpos: template/ template/cart/ template/catalog/ template/customer/ template/includes/ template/manager/ template/payment/ template/promo/ template/search/ template/shortcuts/ widget/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1736869 [2/2] - in /ofbiz/trunk/specialpurpose/webpos: template/ template/cart/ template/catalog/ template/customer/ template/includes/ template/manager/ template/payment/ template/promo/ template/search/ template/shortcuts/ widget/

jleroux@apache.org
Added: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl?rev=1736869&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl (added)
+++ ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl Mon Mar 28 11:15:43 2016
@@ -0,0 +1,39 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<form name="SearchProducts" method="post" action="<@ofbizUrl>AddItem</@ofbizUrl>">
+  <div>
+    <input type="hidden" id="quantity" name="quantity" value="1" />
+    <input type="hidden" id="add_product_id" name="add_product_id" value="${parameters.add_product_id!}" />
+    <input type="hidden" id="goodIdentificationTypeId" name="goodIdentificationTypeId" value="" />
+    <label for="searchBy"><b>&nbsp;${uiLabelMap.WebPosSearchBy}</b></label>
+    <select id="searchBy" name="searchBy">
+      <option value="productName" selected="selected">${uiLabelMap.ProductProductName}</option>
+      <option value="productDescription">${uiLabelMap.ProductProductDescription}</option>
+      <option value="idValue">${uiLabelMap.ProductGoodIdentification}</option>
+    </select>
+    <input type="text" id="productToSearch" name="productToSearch" size="28" maxlength="100"/>
+    <div id="products" class="autocomplete" style="display:none"></div>
+    <br />
+    <input type="submit" value="${uiLabelMap.CommonSearch}" id="productSearchConfirm"/>
+  </div>
+</form>
+<br />
+<script language="javascript" type="text/javascript">
+  document.SearchProducts.productToSearch.focus();
+</script>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProducts.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl?rev=1736869&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl (added)
+++ ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl Mon Mar 28 11:15:43 2016
@@ -0,0 +1,68 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<div id="searchProductsResults" style="display:none">
+  <form method="post" action="javascript:void(0);" id="SearchProductsResultsForm" name="SearchProductsResultsForm">
+    <table>
+      <tr>
+        <td width="25%">
+          <label for="searchByProductIdValue"><b>&nbsp;${uiLabelMap.ProductGoodIdentification}</b></label>
+        </td>
+        <td width="25%">
+          <input type="hidden" id="goodIdentificationTypeId" name="goodIdentificationTypeId" value="" />
+          <input type="text" id="searchByProductIdValue" name="searchByProductIdValue"/>
+        </td>
+        <td width="25%">
+          <label for="searchByProductName"><b>&nbsp;${uiLabelMap.ProductProductName}</b></label>
+        </td>
+        <td width="25%">
+          <input type="text" id="searchByProductName" name="searchByProductName"/>
+        </td>
+      </tr>
+      <tr>
+        <td width="25%">
+          <label for="searchByProductDescription"><b>&nbsp;${uiLabelMap.ProductProductDescription}</b></label>
+        </td>
+        <td width="25%">
+          <input type="text" id="searchByProductDescription" name="searchByProductDescription"/>
+        </td>
+        <td width="50%" colspan="2" style="text-align:center">
+          <input type="submit" value="${uiLabelMap.CommonSearch}" id="searchProductsResultsSearch"/>
+          &nbsp;
+          <input type="submit" value="${uiLabelMap.CommonCancel}" id="searchProductsResultsCancel"/>
+        </td>
+      </tr>
+    </table>
+    <table cellspacing="0" cellpadding="2" class="basic-table">
+      <thead class="searchProductsResultsHead">
+        <tr class="header-row">
+          <td nowrap>&nbsp;</td>
+          <td nowrap><b>${uiLabelMap.ProductProductId}</b></td>
+          <td nowrap><b>${uiLabelMap.ProductProductName}</b></td>
+          <td nowrap><b>${uiLabelMap.ProductProductDescription}</b></td>
+        </tr>
+      </thead>
+      <tbody id="searchProductsResultsList" class="searchProductsResultsCartBody">
+        <tr>
+          <td colspan="3">
+          </td>
+        </tr>
+      <tbody>
+    </table>
+  </form>
+</div>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchProductsResults.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl?rev=1736869&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl (added)
+++ ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl Mon Mar 28 11:15:43 2016
@@ -0,0 +1,60 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<div>
+  <div id="SearchSalesRepsList">
+    <#if salesReps?? && salesReps?has_content>
+      <table id="salesRepsResults" name="salesRepsResults" cellspacing="0" cellpadding="2" class="basic-table">
+      <#assign alt_row = false>
+        <#list salesReps as salesRep>
+          <#assign salesRepInCart = false>
+          <#if cartSalesReps?? && cartSalesReps?has_content>
+          <#list cartSalesReps as cartSalesRep>
+            <#if cartSalesRep == salesRep.partyId>
+              <#assign salesRepInCart = true>
+            </#if>
+          </#list>
+          </#if>
+          <#assign person = ""/>
+          <#if salesRep.lastName?has_content>
+            <#assign person = person + (salesRep.lastName).trim() + " "/>
+          </#if>
+          <#if salesRep.firstName?has_content>
+            <#assign person = person + (salesRep.firstName).trim()/>
+          </#if>
+          <#assign person = person + " (" + salesRep.partyId + ")"/>
+          <tr <#if salesRepInCart>class="pos-cart-choose"<#else><#if alt_row>class="pos-cart-even"<#else>class="pos-cart-odd"</#if></#if>>
+            <td>
+              <#if salesRepInCart>
+              <a href="javascript:removeSalesRep('${salesRep.partyId}');">
+                &nbsp;${person}
+              </a>
+              <#else>
+              <a href="javascript:addSalesRep('${salesRep.partyId}');">
+                &nbsp;${person}
+              </a>
+              </#if>
+            </td>
+          </tr>
+          <#-- toggle the row color -->
+          <#assign alt_row = !alt_row>
+        </#list>
+      </table>
+    </#if>
+  </div>
+</div>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/webpos/template/search/SearchSalesReps.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl?rev=1736869&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl (added)
+++ ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl Mon Mar 28 11:15:43 2016
@@ -0,0 +1,92 @@
+<#--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<table>
+  <tr>
+    <td>
+      <ol id="posShortcut"></ol>
+    </td>
+    <td>
+      <div id="pleaseWait" style="display:none;"> <b>${uiLabelMap.WebPosPleaseWait}</b></div>
+    </td>
+  </tr>
+</table>
+<script type="text/javascript">
+  function activateHotKeys() {
+    $(document).keydown(function(e){
+        switch (e.keyCode) {
+          case 112:
+            productToSearchFocus();
+            break;
+          case 113:
+            partyToSearchFocus();
+            break;
+          case 114:
+            payCash();
+            break;
+          case 115:
+            payCheck();
+            break;
+          case 116:
+            payGiftCard();
+            break;
+          case 117:
+            payCreditCard();
+            break;
+          case 118:
+            payFinish();
+            break;
+          case 119:
+            itemQuantityFocus();
+            break;
+          case 120:
+            incrementItemQuantity();
+            break;
+          case 121:
+            decrementItemQuantity();
+            break;
+          case 122:
+            emptyCart();
+            break;
+          case 38:
+            keyUp();
+            break;
+          case 40:
+            keyDown();
+            break;
+          default: return;
+        }
+        e.preventDefault();
+        return false;
+    });
+    WebPosHotkeys.bind("keydown", "f1", productToSearchFocus, "productToSearchFocus()", "${uiLabelMap.WebPosProductSearch}");
+    WebPosHotkeys.bind("keydown", "f2", partyToSearchFocus, "partyToSearchFocus()", "${uiLabelMap.WebPosPartySearch}");
+    WebPosHotkeys.bind("keydown", "f3", payCash, "payCash()", "${uiLabelMap.WebPosPayCash}");
+    WebPosHotkeys.bind("keydown", "f4", payCheck, "payCheck()", "${uiLabelMap.WebPosPayCheck}");
+    WebPosHotkeys.bind("keydown", "f5", payGiftCard, "payGiftCard()", "${uiLabelMap.WebPosPayGiftCard}");
+    WebPosHotkeys.bind("keydown", "f6", payCreditCard, "payCreditCard()", "${uiLabelMap.WebPosPayByCC}");
+    WebPosHotkeys.bind("keydown", "f7", payFinish, "payFinish()", "${uiLabelMap.WebPosCheckout}");
+    WebPosHotkeys.bind("keydown", "f8", itemQuantityFocus, "itemQuantityFocus()", "${uiLabelMap.WebPosChangeQuantity}");
+    WebPosHotkeys.bind("keydown", "f9", incrementItemQuantity, "incrementItemQuantity()", "${uiLabelMap.WebPosAddQuantity}");
+    WebPosHotkeys.bind("keydown", "f10", decrementItemQuantity, "decrementItemQuantity()", "${uiLabelMap.WebPosSubstractQuantity}");
+    WebPosHotkeys.bind("keydown", "f11", emptyCart, "emptyCart()", "${uiLabelMap.WebPosEmptyCart}");
+    WebPosHotkeys.bind("keydown", "up", keyUp, "keyUp()", "${uiLabelMap.WebPosShortcutKeyUp}");
+    WebPosHotkeys.bind("keydown", "down", keyDown, "keyDown()", "${uiLabelMap.WebPosShortcutKeyDown}");
+    updateHotKeys();
+  }
+</script>
\ No newline at end of file

Propchange: ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/webpos/template/shortcuts/Shortcuts.ftl
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CartScreens.xml Mon Mar 28 11:15:43 2016
@@ -47,7 +47,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/cart/ShowCart.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/cart/ShowCart.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -79,7 +79,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/cart/ShowCartItemSelected.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/cart/ShowCartItemSelected.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -91,7 +91,7 @@ under the License.
                 <set field="titleProperty" value="WebPosPageTitleChooseVariant"/>
             </actions>
             <widgets>
-                <platform-specific><html><html-template location="component://webpos/webapp/webpos/cart/ChooseVariant.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://webpos/template/cart/ChooseVariant.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CatalogScreens.xml Mon Mar 28 11:15:43 2016
@@ -41,7 +41,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/catalog/SideDeepCategory.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/catalog/SideDeepCategory.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -68,7 +68,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/catalog/CategoryDetail.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/catalog/CategoryDetail.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CommonScreens.xml Mon Mar 28 11:15:43 2016
@@ -224,7 +224,7 @@ under the License.
     <screen name="Header">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://webpos/webapp/webpos/includes/Header.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://webpos/template/includes/Header.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -241,7 +241,7 @@ under the License.
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://webpos/webapp/webpos/Login.ftl"/></html>
+                            <html><html-template location="component://webpos/template/Login.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>
@@ -260,7 +260,7 @@ under the License.
                 <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
                     <decorator-section name="body">
                         <platform-specific>
-                            <html><html-template location="component://webpos/webapp/webpos/RequirePasswordChange.ftl"/></html>
+                            <html><html-template location="component://webpos/template/RequirePasswordChange.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/CustomerScreens.xml Mon Mar 28 11:15:43 2016
@@ -45,7 +45,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/customer/EditAddress.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/customer/EditAddress.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/ManagerScreens.xml Mon Mar 28 11:15:43 2016
@@ -29,7 +29,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/manager/OpenTerminal.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/manager/OpenTerminal.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -43,7 +43,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/manager/CloseTerminal.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/manager/CloseTerminal.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -58,7 +58,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/manager/PaidOutAndIn.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/manager/PaidOutAndIn.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -72,7 +72,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/manager/VoidOrder.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/manager/VoidOrder.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/PaymentScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/PaymentScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/PaymentScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/PaymentScreens.xml Mon Mar 28 11:15:43 2016
@@ -28,7 +28,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/payment/PayCash.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/payment/PayCash.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -41,7 +41,7 @@ under the License.
             </actions>
             <widgets>
                  <container>
-                     <platform-specific><html><html-template location="component://webpos/webapp/webpos/payment/PayCheck.ftl"/></html></platform-specific>
+                     <platform-specific><html><html-template location="component://webpos/template/payment/PayCheck.ftl"/></html></platform-specific>
                  </container>
             </widgets>
         </section>
@@ -54,7 +54,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/payment/PayGiftCard.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/payment/PayGiftCard.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -67,7 +67,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/payment/PayCreditCard.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/payment/PayCreditCard.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/PromoScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/PromoScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/PromoScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/PromoScreens.xml Mon Mar 28 11:15:43 2016
@@ -29,7 +29,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/promo/PromoCode.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/promo/PromoCode.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/SearchScreens.xml Mon Mar 28 11:15:43 2016
@@ -26,7 +26,7 @@ under the License.
             <widgets>
                 <screenlet title="${uiLabelMap.ProductProductSearch}">
                     <container id="SearchProducts">
-                        <platform-specific><html><html-template location="component://webpos/webapp/webpos/search/SearchProducts.ftl"/></html></platform-specific>
+                        <platform-specific><html><html-template location="component://webpos/template/search/SearchProducts.ftl"/></html></platform-specific>
                     </container>
                 </screenlet>
             </widgets>
@@ -36,7 +36,7 @@ under the License.
     <screen name="SearchProductsResults">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://webpos/webapp/webpos/search/SearchProductsResults.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://webpos/template/search/SearchProductsResults.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -65,7 +65,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/search/CustomerAddress.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/search/CustomerAddress.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>
@@ -74,7 +74,7 @@ under the License.
     <screen name="Parties">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://webpos/webapp/webpos/search/SearchParties.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://webpos/template/search/SearchParties.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -82,7 +82,7 @@ under the License.
     <screen name="SearchPartiesResults">
         <section>
             <widgets>
-                <platform-specific><html><html-template location="component://webpos/webapp/webpos/search/SearchPartiesResults.ftl"/></html></platform-specific>
+                <platform-specific><html><html-template location="component://webpos/template/search/SearchPartiesResults.ftl"/></html></platform-specific>
             </widgets>
         </section>
     </screen>
@@ -113,7 +113,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/search/SearchSalesReps.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/search/SearchSalesReps.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/ShortcutsScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/ShortcutsScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/ShortcutsScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/ShortcutsScreens.xml Mon Mar 28 11:15:43 2016
@@ -46,7 +46,7 @@ under the License.
             </actions>
             <widgets>
                 <container>
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/shortcuts/Shortcuts.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/shortcuts/Shortcuts.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>

Modified: ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml?rev=1736869&r1=1736868&r2=1736869&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/webpos/widget/WebPosScreens.xml Mon Mar 28 11:15:43 2016
@@ -68,7 +68,7 @@ under the License.
         <section>
             <widgets>
                 <container id="Messages">
-                    <platform-specific><html><html-template location="component://webpos/webapp/webpos/includes/Messages.ftl"/></html></platform-specific>
+                    <platform-specific><html><html-template location="component://webpos/template/includes/Messages.ftl"/></html></platform-specific>
                 </container>
             </widgets>
         </section>