[open-ils-commits] r19352 - branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 1 16:16:43 EST 2011


Author: senator
Date: 2011-02-01 16:16:37 -0500 (Tue, 01 Feb 2011)
New Revision: 19352

Modified:
   branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/provider.tt2
Log:
Backport r19351 from trunk

Acq: make the "new provider" button under Admin -> Server Admin ->
Acquisitions -> Providers not produce a dialog with a ton of mysterious
whitespace. Spotted by Dan Scott.



Modified: branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/provider.tt2
===================================================================
--- branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/provider.tt2	2011-02-01 21:15:22 UTC (rev 19351)
+++ branches/rel_2_0/Open-ILS/web/templates/default/conify/global/acq/provider.tt2	2011-02-01 21:16:37 UTC (rev 19352)
@@ -53,7 +53,7 @@
         <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
             <div>Provider</div>
             <div>
-                <button dojoType='dijit.form.Button' onClick='pListGrid.showCreateDialog()'>New Provider</button>
+                <button dojoType='dijit.form.Button' onClick='pListGrid.showCreatePane()'>New Provider</button>
                 <button dojoType='dijit.form.Button' onClick='pListGrid.deleteSelected()'>Delete Selected</button> 
             </div>
         </div>



More information about the open-ils-commits mailing list