[open-ils-commits] r17600 - in branches/rel_2_0/Open-ILS/web/templates/default/acq: financial search (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 10 18:30:29 EDT 2010


Author: senator
Date: 2010-09-10 18:30:23 -0400 (Fri, 10 Sep 2010)
New Revision: 17600

Modified:
   branches/rel_2_0/Open-ILS/web/templates/default/acq/financial/view_fund.tt2
   branches/rel_2_0/Open-ILS/web/templates/default/acq/search/unified.tt2
Log:
Backport r17599 from trunk, refresh grid buttons


Modified: branches/rel_2_0/Open-ILS/web/templates/default/acq/financial/view_fund.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/default/acq/financial/view_fund.tt2	2010-09-10 22:24:44 UTC (rev 17599)
+++ branches/rel_2_0/Open-ILS/web/templates/default/acq/financial/view_fund.tt2	2010-09-10 22:30:23 UTC (rev 17600)
@@ -212,6 +212,7 @@
             <script type='dojo/connect' event='onShow'>loadDebitGrid();</script>
             
             <div dojoType="dijit.layout.ContentPane" layoutAlign="top" style='height:600px;'> 
+                <button dojoType="dijit.form.Button" onClick="fundDebitGrid.refresh();">Refresh Grid</button>
                 <div dojoType="dijit.layout.ContentPane" layoutAlign="client">
 
                     <table 

Modified: branches/rel_2_0/Open-ILS/web/templates/default/acq/search/unified.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/default/acq/search/unified.tt2	2010-09-10 22:24:44 UTC (rev 17599)
+++ branches/rel_2_0/Open-ILS/web/templates/default/acq/search/unified.tt2	2010-09-10 22:30:23 UTC (rev 17600)
@@ -201,6 +201,9 @@
     </div>
     <div id="acq-unified-results-invoice" class="hidden">
         <div class="acq-unified-result-specific-controls">
+            <button onclick="dijit.byId('acq-unified-inv-grid').refresh();">
+                Refresh Grid
+            </button>
             <button onclick="printInvoiceVouchers();">
                 Print Selected Invoices
             </button>
@@ -217,7 +220,7 @@
             <thead>
                 <tr>
                     <th field="inv_ident" get="getInvIdent"
-                        formatter="formatInvIdent">Vendor Invoice ID</th>
+                        formatter="formatInvIdent"></th>
                 </tr>
             </thead>
         </table>



More information about the open-ils-commits mailing list