repaired some div placement to fix the tabs
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 15 Dec 2008 16:17:16 +0000 (16:17 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 15 Dec 2008 16:17:16 +0000 (16:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11576 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/acq/po/view.tt2

index 3b4cfe1..578d4a1 100644 (file)
@@ -9,7 +9,8 @@
     <div id='oils-acq-list-header-label'>PO Details</div>
 </div>
 
-<div dojoType="dijit.layout.ContentPane" layoutAlign="top">
+ <div dojoType="dijit.layout.ContentPane" layoutAlign="top">
+
     <div dojoType="dijit.layout.TabContainer">
 
         <div dojoType="dijit.layout.ContentPane" class='oils-acq-detail-content-pane' title="Summary" selected='true'>
                     </table>     
                 </div> 
             </div> 
-
-            <div dojoType="dijit.layout.ContentPane" class='oils-acq-detail-content-pane' title="Line Items">
-                <script type='dojo/connect' event='onShow'>loadLIGrid();</script>
-                [% grid_jsid = 'liGrid'; domprefix = 'oils-acq-lineitem' %]
-                [% INCLUDE 'default/acq/common/jubgrid.tt2' %]
-            </div>
+        </div>
+        <div dojoType="dijit.layout.ContentPane" class='oils-acq-detail-content-pane' title="Line Items">
+            <script type='dojo/connect' event='onShow'>loadLIGrid();</script>
+            [% grid_jsid = 'liGrid'; domprefix = 'oils-acq-lineitem' %]
+            [% INCLUDE 'default/acq/common/jubgrid.tt2' %]
         </div>
     </div>
-    [% END %]
+</div>
+[% END %]