You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2008/02/28 02:27:58 UTC

svn commit: r631800 - /portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/j2-admin/src/webapp/WEB-INF/view/site/site-view.vm

Author: taylor
Date: Wed Feb 27 17:27:57 2008
New Revision: 631800

URL: http://svn.apache.org/viewvc?rev=631800&view=rev
Log:
damn margins going out of whack, causing the New button to completely dissapear and breaking this functionality
- dropped margin style
others may want to test this on lesser monitor resolutions


Modified:
    portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/j2-admin/src/webapp/WEB-INF/view/site/site-view.vm

Modified: portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/j2-admin/src/webapp/WEB-INF/view/site/site-view.vm
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/j2-admin/src/webapp/WEB-INF/view/site/site-view.vm?rev=631800&r1=631799&r2=631800&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/j2-admin/src/webapp/WEB-INF/view/site/site-view.vm (original)
+++ portals/jetspeed-2/portal/branches/JETSPEED-2.1.3-POSTRELEASE/applications/j2-admin/src/webapp/WEB-INF/view/site/site-view.vm Wed Feb 27 17:27:57 2008
@@ -1628,12 +1628,12 @@
       <td></td>
   </tr>
 </table>
-<div dojoType="LayoutContainer" widgetId="securityControls" minHeight="20" layoutAlign="bottom" style="width: 100%; height: 25px; margin-left:60px;">
+<div dojoType="LayoutContainer" widgetId="securityControls" minHeight="20" layoutAlign="bottom" style="width: 100%; height: 25px;">
   <div class="buttonbox">
-    <button widgetId="securityNewButton" dojoType="Button" onclick="newEntry()">New</button>
+    <button widgetId="securityRevertButton" dojoType="Button" onclick="revertEntry()">Revert</button>
     <button widgetId="securityDeleteButton" dojoType="Button" onclick="deleteEntry()">Delete</button>
     <button widgetId="securitySaveButton" dojoType="Button" onclick="saveEntry()">Save</button>
-    <button widgetId="securityRevertButton" dojoType="Button" onclick="revertEntry()">Revert</button>
+    <button widgetId="securityNewButton" dojoType="Button" onclick="newEntry()">New</button>
   </div>
 </div>
 </div> <!-- End Tab Security -->
@@ -1674,12 +1674,12 @@
     </td>
   </tr>
 </table>
-<div dojoType="LayoutContainer" widgetId="metaControls" minHeight="20" layoutAlign="bottom" style="width: 100%; height: 25px; margin-left:60px;">
+<div dojoType="LayoutContainer" widgetId="metaControls" minHeight="20" layoutAlign="bottom" style="width: 100%; height: 25px;">
   <div class="buttonbox">
-    <button widgetId="metaNewButton" dojoType="Button" onclick="newEntry()">New</button>
+    <button widgetId="metaRevertButton" dojoType="Button" onclick="revertEntry()">Revert</button>
     <button widgetId="metaDeleteButton" dojoType="Button" onclick="deleteEntry()">Delete</button>
     <button widgetId="metaSaveButton" dojoType="Button" onclick="saveEntry()">Save</button>
-    <button widgetId="metaRevertButton" dojoType="Button" onclick="revertEntry()">Revert</button>
+    <button widgetId="metaNewButton" dojoType="Button" onclick="newEntry()">New</button>
   </div>
 </div>
 </div> <!-- End Tab Metadata -->



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org