Fix an autogrid create dialog of the kind that gets big, unusable and jumpy
authorsenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Sep 2010 20:11:12 +0000 (20:11 +0000)
committersenator <senator@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 24 Sep 2010 20:11:12 +0000 (20:11 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17974 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/vandelay/inc/item_attrs.tt2

index 3865cc4..611657c 100644 (file)
@@ -6,7 +6,7 @@
     <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
         <div>Import Item Attribute Definitions</div>
         <div>
-            <button dojoType='dijit.form.Button' onClick='itemAttrGrid.showCreateDialog()'>New Definition</button>
+            <button dojoType='dijit.form.Button' onClick='itemAttrGrid.showCreatePane()'>New Definition</button>
             <button dojoType='dijit.form.Button' onClick='itemAttrGrid.deleteSelected()'>Delete Selected</button>
         </div>
     </div>