css fixes remove the need for a padding div after grids to prevent horizontal scroll
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 May 2009 21:07:14 +0000 (21:07 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 18 May 2009 21:07:14 +0000 (21:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@13205 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/acq/financial/list_currency_types.tt2
Open-ILS/web/templates/default/acq/financial/list_funds.tt2
Open-ILS/web/templates/default/conify/global/acq/exchange_rate.tt2
Open-ILS/web/templates/default/conify/global/acq/provider.tt2
Open-ILS/web/templates/default/conify/global/config/circ_matrix_matchpoint.tt2
Open-ILS/web/templates/default/conify/global/config/circ_modifier.tt2
Open-ILS/web/templates/default/conify/global/config/idl_field_doc.tt2
Open-ILS/web/templates/default/conify/global/config/z3950_source.tt2
Open-ILS/web/templates/default/conify/global/permission/grp_penalty_threshold.tt2

index 19d2eb7..948c9ee 100644 (file)
@@ -28,7 +28,6 @@
             fmClass='acqct'
             editOnEnter='true'>
     </table>
-    <div/>
 </div>
 [% END %]
 
index 9a14771..9230ed3 100644 (file)
@@ -1,6 +1,7 @@
 [% WRAPPER default/base.tt2 %]
 <script>
     dojo.require('openils.widget.AutoGrid');
+    dojo.require('dijit.form.FilteringSelect');
     openils.Util.addOnLoad(
         function() {
             erGrid.loadAll({order_by:{acqpro : 'name'}});
@@ -24,7 +25,6 @@
             fmClass='acqexr'
             editOnEnter='true'>
     </table>
-    <div/>
 </div>
 [% END %]
 
index ca90bcb..fb7aa98 100644 (file)
@@ -86,7 +86,6 @@ function formatName(value) {
                 <tr><th field='name' get='getProviderName' formatter='formatName'/></tr>
             </thead>
         </table>
-        <div></div>
     </div>
 </div>
 
index a733cfb..3a45d13 100644 (file)
     <div><button dojoType='dijit.form.Button' onClick='cmGrid.showCreatePane()'>New</button></div>
 </div>
 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
-    <table  jsId="cmGrid" 
+    <table  jsId="cmGrid"
             autoHeight='true'
-            dojoType="openils.widget.AutoGrid" 
+            dojoType="openils.widget.AutoGrid"
             fieldOrder="['id', 'active', 'org_unit', 'grp', 'circ_modifier', 'marc_type', 'marc_form', 'marc_vr_format']"
             suppressFields="['circulate', 'duration_rule', 'max_fine_rule', 'recurring_fine_rule', 'script_test']"
             defaultCellWidth='"auto"'
-            query="{id: '*'}" 
-            fmClass='ccmm' 
+            query="{id: '*'}"
+            fmClass='ccmm'
             editStyle='pane'
             editOnEnter='true'>
     </table>
-    <div/>
-</div>
+  </div>
 [% END %]
index a7d1d76..50e68ab 100644 (file)
     </tr>
 </table>
 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
-    <table  jsId="fdocGrid" 
+    <table  jsId="fdocGrid"
             autoHeight='true'
-            dojoType="openils.widget.AutoGrid" 
+            dojoType="openils.widget.AutoGrid"
             fieldOrder="['id', 'fm_class', 'owner', 'field', 'string']"
-            query="{id: '*'}" 
+            query="{id: '*'}"
             fmClass='fdoc'
             defaultCellWidth='15'
             editOnEnter='true'>
@@ -23,8 +23,7 @@
             <tr><th field='string' width='auto'/></tr>
         </thead>
     </table>
-    <div/>
-</div>
+  </div>
 <div class='hidden'>
     <span dojoType='dijit.form.FilteringSelect' jsId='editClassSelector'></span>
     <span dojoType='dijit.form.FilteringSelect' jsId='editFieldSelector'></span>
index 1b28980..27da006 100644 (file)
@@ -20,7 +20,6 @@
             fmClass='czs'
             editOnEnter='true'>
     </table>
-    <div/>
 </div>
 
 [% END %]
index 5e42a3c..0287b26 100644 (file)
@@ -28,7 +28,6 @@
             fmClass='pgpt' 
             editOnEnter='true'>
     </table>    
-    <div/>
 </div>
     
 <script type='javascript/text'>