]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixes
authorRoland Haeder <roland@mxchange.org>
Tue, 15 Sep 2015 11:52:46 +0000 (13:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 15 Sep 2015 11:52:46 +0000 (13:52 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

nbproject/faces-config.NavData
web/WEB-INF/templates/guest/guest_privacy_terms.tpl

index 298bfc50a82fc997caae5cb3a3a53656c24b7570..2a273b2459e519656bd29590d3ff2affe0f7c56f 100644 (file)
@@ -1,6 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <Scene Scope="Project" version="2">
     <Scope Scope="Faces Configuration Only"/>
-    <Scope Scope="Project"/>
+    <Scope Scope="Project">
+        <Node id="admin/admin_logout.xhtml" x="400" y="600" zoom="true"/>
+        <Node id="item_added.xhtml" x="1150" y="150" zoom="true"/>
+        <Node id="admin/index.xhtml" x="400" y="300" zoom="true"/>
+        <Node id="*" x="150" y="300" zoom="true"/>
+        <Node id="customer/register.xhtml" x="650" y="150" zoom="true"/>
+        <Node id="errorHandler.xhtml" x="900" y="450" zoom="true"/>
+        <Node id="terms.xhtml" x="650" y="300" zoom="true"/>
+        <Node id="customer/checkout.xhtml" x="400" y="150" zoom="true"/>
+        <Node id="bye.xhtml" x="650" y="450" zoom="true"/>
+        <Node id="privacy.xhtml" x="150" y="150" zoom="true"/>
+        <Node id="customer/checkout2.xhtml" x="150" y="750" zoom="true"/>
+        <Node id="index.xhtml" x="1400" y="150" zoom="true"/>
+        <Node id="imprint.xhtml" x="1150" y="300" zoom="true"/>
+        <Node id="admin/category.xhtml" x="150" y="600" zoom="true"/>
+        <Node id="customer/lost_passwd.xhtml" x="400" y="450" zoom="true"/>
+        <Node id="basket.xhtml" x="900" y="150" zoom="true"/>
+        <Node id="admin/product.xhtml" x="150" y="450" zoom="true"/>
+        <Node id="customer/login.xhtml" x="900" y="300" zoom="true"/>
+    </Scope>
     <Scope Scope="All Faces Configurations"/>
 </Scene>
index 81b839717ebcba87cd4d916c2a119958f1c580a2..b9e8cd70b50cf6febad16ebacad0c8b410942886 100644 (file)
@@ -11,7 +11,7 @@
 
                        <div class="table_row">
                                <div class="table_left25">
-                                       <h:selectBooleanCheckbox class="input" id="privacy" required="true" requiredMessage="#{PRIVACY_POLICY_NOT_ACCEPTED_MESSAGE}">
+                                       <h:selectBooleanCheckbox class="input" id="privacy" required="true" requiredMessage="#{msg.PRIVACY_POLICY_NOT_ACCEPTED_MESSAGE}">
                                                <f:validator validatorId="PrivacyTermsCheckboxValidator" />
                                        </h:selectBooleanCheckbox>
                                </div>