You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/09/04 16:48:12 UTC

svn commit: r992615 - /ofbiz/trunk/framework/webtools/widget/CacheScreens.xml

Author: buscob
Date: Sat Sep  4 14:48:12 2010
New Revision: 992615

URL: http://svn.apache.org/viewvc?rev=992615&view=rev
Log:
Changed indentation from 2 to 4 spaces.

Modified:
    ofbiz/trunk/framework/webtools/widget/CacheScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/CacheScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/CacheScreens.xml?rev=992615&r1=992614&r2=992615&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/CacheScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/CacheScreens.xml Sat Sep  4 14:48:12 2010
@@ -20,101 +20,101 @@ under the License.
 
 <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd">
-  <screen name="FindUtilCache">
-    <section>
-      <actions>
-        <set field="headerItem" value="cache"/>
-        <set field="titleProperty" value="PageTitleFindUtilCache"/>
-        <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/FindUtilCache.groovy"/>
-      </actions>
-      <widgets>
-        <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
-          <decorator-section name="body">
-            <section>
-              <!-- do check for UTIL_CACHE, _VIEW permission -->
-              <condition>
-                <if-has-permission permission="UTIL_CACHE" action="_VIEW"/>
-              </condition>
-              <widgets>
-                <screenlet title="${uiLabelMap.PageTitleFindUtilCache}">
-                    <label>${uiLabelMap.WebtoolsMemory} ${uiLabelMap.WebtoolsTotalMemory} ${memory} ${uiLabelMap.WebtoolsFreeMemory} ${freeMemory} ${uiLabelMap.WebtoolsUsedMemory} ${usedMemory}
-                           ${uiLabelMap.WebtoolsMaxMemory} ${maxMemory}</label>
-                    <include-menu name="FindCache" location="component://webtools/widget/Menus.xml"/>
-                    <include-form name="ListCache" location="component://webtools/widget/CacheForms.xml"/>
-                    <include-menu name="FindCache" location="component://webtools/widget/Menus.xml"/>
-                </screenlet>
-              </widgets>
-              <fail-widgets>
-                <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label>
-              </fail-widgets>
-            </section>
-          </decorator-section>
-        </decorator-screen>
-      </widgets>
-    </section>
-  </screen>
+    <screen name="FindUtilCache">
+        <section>
+            <actions>
+                <set field="headerItem" value="cache"/>
+                <set field="titleProperty" value="PageTitleFindUtilCache"/>
+                <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/FindUtilCache.groovy"/>
+            </actions>
+            <widgets>
+                <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
+                        <section>
+                            <!-- do check for UTIL_CACHE, _VIEW permission -->
+                            <condition>
+                                <if-has-permission permission="UTIL_CACHE" action="_VIEW"/>
+                            </condition>
+                            <widgets>
+                                <screenlet title="${uiLabelMap.PageTitleFindUtilCache}">
+                                    <label>${uiLabelMap.WebtoolsMemory} ${uiLabelMap.WebtoolsTotalMemory} ${memory} ${uiLabelMap.WebtoolsFreeMemory} ${freeMemory} ${uiLabelMap.WebtoolsUsedMemory} ${usedMemory}
+                                        ${uiLabelMap.WebtoolsMaxMemory} ${maxMemory}</label>
+                                    <include-menu name="FindCache" location="component://webtools/widget/Menus.xml"/>
+                                    <include-form name="ListCache" location="component://webtools/widget/CacheForms.xml"/>
+                                    <include-menu name="FindCache" location="component://webtools/widget/Menus.xml"/>
+                                </screenlet>
+                            </widgets>
+                            <fail-widgets>
+                                <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label>
+                            </fail-widgets>
+                        </section>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
 
-  <screen name="FindUtilCacheElements">
-    <section>
-      <actions>
-        <set field="headerItem" value="cache"/>
-        <set field="titleProperty" value="PageTitleFindUtilCacheElements"/>
-        <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/FindUtilCacheElements.groovy"/>
-      </actions>
-      <widgets>
-        <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
-          <decorator-section name="body">
-            <section>
-              <!-- do check for UTIL_CACHE, _VIEW permission -->
-              <condition>
-                <if-has-permission permission="UTIL_CACHE" action="_VIEW"/>
-              </condition>
-              <widgets>
-                <screenlet title="${uiLabelMap.PageTitleFindUtilCacheElements}">
-                    <label>${uiLabelMap.WebtoolsCacheName} ${cacheName} (${now}) ${uiLabelMap.WebtoolsSizeTotal} ${totalSize} ${uiLabelMap.WebtoolsBytes}</label>
-                    <include-menu name="CacheElements" location="component://webtools/widget/Menus.xml"/>
-                    <include-form name="ListCacheElements" location="component://webtools/widget/CacheForms.xml"/>
-                    <include-menu name="CacheElements" location="component://webtools/widget/Menus.xml"/>
-                </screenlet>
-              </widgets>
-              <fail-widgets>
-                <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label>
-              </fail-widgets>
-            </section>
-          </decorator-section>
-        </decorator-screen>
-      </widgets>
-    </section>
-  </screen>
+    <screen name="FindUtilCacheElements">
+        <section>
+            <actions>
+                <set field="headerItem" value="cache"/>
+                <set field="titleProperty" value="PageTitleFindUtilCacheElements"/>
+                <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/FindUtilCacheElements.groovy"/>
+            </actions>
+            <widgets>
+                <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
+                        <section>
+                            <!-- do check for UTIL_CACHE, _VIEW permission -->
+                            <condition>
+                                <if-has-permission permission="UTIL_CACHE" action="_VIEW"/>
+                            </condition>
+                            <widgets>
+                                <screenlet title="${uiLabelMap.PageTitleFindUtilCacheElements}">
+                                    <label>${uiLabelMap.WebtoolsCacheName} ${cacheName} (${now}) ${uiLabelMap.WebtoolsSizeTotal} ${totalSize} ${uiLabelMap.WebtoolsBytes}</label>
+                                    <include-menu name="CacheElements" location="component://webtools/widget/Menus.xml"/>
+                                    <include-form name="ListCacheElements" location="component://webtools/widget/CacheForms.xml"/>
+                                    <include-menu name="CacheElements" location="component://webtools/widget/Menus.xml"/>
+                                </screenlet>
+                            </widgets>
+                            <fail-widgets>
+                                <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label>
+                            </fail-widgets>
+                        </section>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
 
-  <screen name="EditUtilCache">
-    <section>
-      <actions>
-        <set field="headerItem" value="cache"/>
-        <set field="titleProperty" value="PageTitleEditUtilCache"/>
-        <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/EditUtilCache.groovy"/>
-      </actions>
-      <widgets>
-        <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
-          <decorator-section name="body">
-            <section>
-              <!-- do check for UTIL_CACHE, _EDIT permission -->
-              <condition>
-                <if-has-permission permission="UTIL_CACHE" action="_EDIT"/>
-              </condition>
-              <widgets>
-                <screenlet title="${uiLabelMap.PageTitleEditUtilCache}">
-                    <include-menu name="EditCache" location="component://webtools/widget/Menus.xml"/>
-                    <include-form name="EditCache" location="component://webtools/widget/CacheForms.xml"/>
-                </screenlet>
-              </widgets>
-              <fail-widgets>
-                <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label>
-              </fail-widgets>
-            </section>
-          </decorator-section>
-        </decorator-screen>
-      </widgets>
-    </section>
-  </screen>
+    <screen name="EditUtilCache">
+        <section>
+            <actions>
+                <set field="headerItem" value="cache"/>
+                <set field="titleProperty" value="PageTitleEditUtilCache"/>
+                <script location="component://webtools/webapp/webtools/WEB-INF/actions/cache/EditUtilCache.groovy"/>
+            </actions>
+            <widgets>
+                <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+                    <decorator-section name="body">
+                        <section>
+                            <!-- do check for UTIL_CACHE, _EDIT permission -->
+                            <condition>
+                                <if-has-permission permission="UTIL_CACHE" action="_EDIT"/>
+                            </condition>
+                            <widgets>
+                                <screenlet title="${uiLabelMap.PageTitleEditUtilCache}">
+                                    <include-menu name="EditCache" location="component://webtools/widget/Menus.xml"/>
+                                    <include-form name="EditCache" location="component://webtools/widget/CacheForms.xml"/>
+                                </screenlet>
+                            </widgets>
+                            <fail-widgets>
+                                <label style="h3">${uiLabelMap.WebtoolsPermissionError}</label>
+                            </fail-widgets>
+                        </section>
+                    </decorator-section>
+                </decorator-screen>
+            </widgets>
+        </section>
+    </screen>
 </screens>