svn commit: r511243 - in /ofbiz/trunk/framework/webtools: webapp/webtools/main.ftl widget/LogScreens.xml

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

svn commit: r511243 - in /ofbiz/trunk/framework/webtools: webapp/webtools/main.ftl widget/LogScreens.xml

jacopoc
Author: jacopoc
Date: Sat Feb 24 01:08:11 2007
New Revision: 511243

URL: http://svn.apache.org/viewvc?view=rev&rev=511243
Log:
Moved ViewLog link to the main page.

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl
    ofbiz/trunk/framework/webtools/widget/LogScreens.xml

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl?view=diff&rev=511243&r1=511242&r2=511243
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/main.ftl Sat Feb 24 01:08:11 2007
@@ -61,6 +61,7 @@
         <li><h3>${uiLabelMap.WebtoolsCacheDebugTools}</h3></li>
         <li><a href="<@ofbizUrl>FindUtilCache</@ofbizUrl>">${uiLabelMap.WebtoolsCacheMaintenance}</a></li>
         <li><a href="<@ofbizUrl>LogConfiguration</@ofbizUrl>">${uiLabelMap.WebtoolsAdjustDebuggingLevels}</a></li>
+        <li><a href="<@ofbizUrl>LogView</@ofbizUrl>">${uiLabelMap.WebtoolsViewLog}</a></li>
         <li><a href="<@ofbizUrl>ViewComponents</@ofbizUrl>">${uiLabelMap.WebtoolsViewComponents}</a></li>
         <#if security.hasPermission("ENTITY_MAINT", session)>
           <li><h3>${uiLabelMap.WebtoolsEntityEngineTools}</h3></li>

Modified: ofbiz/trunk/framework/webtools/widget/LogScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/LogScreens.xml?view=diff&rev=511243&r1=511242&r2=511243
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/LogScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/LogScreens.xml Sat Feb 24 01:08:11 2007
@@ -29,9 +29,6 @@
       <widgets>
         <decorator-screen name="CommonWebtoolsDecorator" location="${parameters.mainDecoratorLocation}">
           <decorator-section name="body">
-              <container>
-                  <link target="LogView" text="${uiLabelMap.WebtoolsViewLog}" style="buttontext"/>
-              </container>
               <container style="boxoutside">
                 <container style="boxtop">
                   <label style="boxhead">${uiLabelMap.WebtoolsDebuggingLevelFormDescription}</label>
@@ -79,7 +76,6 @@
                 <label style="head1">${uiLabelMap.WebtoolsViewLog}</label>
             </container>
             <container>
-                <link target="LogConfiguration" text="${uiLabelMap.WebtoolsAdjustDebuggingLevels}" style="buttontext"/>
                 <link target="LogView" text="${uiLabelMap.CommonRefresh}" style="buttontext"/>
             </container>
             <container>