Author: jleroux
Date: Sat Jan 29 15:12:52 2011
New Revision: 1065033
URL:
http://svn.apache.org/viewvc?rev=1065033&view=revLog:
Add a line for Layout Demo in Webtools Main page in Misc. Setup Tools section
French Webtools Layout Demo labels
Modified:
ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl
Modified: ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml?rev=1065033&r1=1065032&r2=1065033&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml (original)
+++ ofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml Sat Jan 29 15:12:52 2011
@@ -2444,10 +2444,12 @@
</property>
<property key="WebtoolsLayoutDemo">
<value xml:lang="en">Layout Demo</value>
+ <value xml:lang="fr">Démonstration de mise en page</value>
<value xml:lang="it">Dimostrazione Layout</value>
</property>
<property key="WebtoolsLayoutDemoText">
<value xml:lang="en">Demonstrate layout best practices and provide a visual theme test page.</value>
+ <value xml:lang="fr">Demontre les bonnes pratiques de mise en page et fourni un page de test pour les thèmes.</value>
<value xml:lang="it">Dimostrazione di come utilizzare gli stili e pagina per il test dei temi visuali.</value>
</property>
<property key="WebtoolsLeaveAllEntriesBlank">
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl?rev=1065033&r1=1065032&r2=1065033&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl Sat Jan 29 15:12:52 2011
@@ -98,6 +98,7 @@ under the License.
<#if security.hasPermission("PORTALPAGE_ADMIN", session)>
<li><a href="<@ofbizUrl>FindPortalPage</@ofbizUrl>">${uiLabelMap.WebtoolsAdminPortalPage}</a></li>
<li><a href="<@ofbizUrl>FindGeo</@ofbizUrl>">${uiLabelMap.WebtoolsGeoManagement}</a></li>
+ <li><a href="<@ofbizUrl>WebtoolsLayoutDemo</@ofbizUrl>">${uiLabelMap.WebtoolsLayoutDemo}</a></li>
</#if>
<#if security.hasPermission("ENUM_STATUS_MAINT", session)>
<#--