From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 18 Mar 2010 03:46:38 +0000 (+0000)
Subject: repaired grid name in new/delete button actions.  set grid column order. added a... 
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c5cee9510c59e58ecac46e2a922f436640014bd9;p=contrib%2FConifer.git

repaired grid name in new/delete button actions.  set grid column order. added a touch of text padding

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15905 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/web/templates/default/vandelay/inc/profiles.tt2 b/Open-ILS/web/templates/default/vandelay/inc/profiles.tt2
index d19d0593ae..d5f2bcd9d1 100644
--- a/Open-ILS/web/templates/default/vandelay/inc/profiles.tt2
+++ b/Open-ILS/web/templates/default/vandelay/inc/profiles.tt2
@@ -4,18 +4,18 @@
     <div dojoType="dijit.layout.ContentPane" layoutAlign="top" class='oils-header-panel'>
         <div>Overlay / Merge Profiles</div>
         <div>
-            <button dojoType='dijit.form.Button' onClick='crGrid.showCreateDialog()'>New Merge Profile</button>
-            <button dojoType='dijit.form.Button' onClick='crGrid.deleteSelected()'>Delete Selected</button>
+            <button dojoType='dijit.form.Button' onClick='pGrid.showCreateDialog()'>New Merge Profile</button>
+            <button dojoType='dijit.form.Button' onClick='pGrid.deleteSelected()'>Delete Selected</button>
         </div>
     </div>
     <div>
-        <span>Context Org Unit</span>
+        <span style='padding-right:10px;'>Context Org Unit</span>
         <select dojoType="openils.widget.OrgUnitFilteringSelect" jsId='profileContextOrgSelector'
             searchAttr='shortname' labelAttr='shortname'> </select>
     </div>
     <table  jsId="pGrid"
             dojoType="openils.widget.AutoGrid"
-            fieldOrder="[]"
+            fieldOrder="['name', 'owner', 'preserve_spec', 'replace_spec', 'add_spec', 'strip_spec']"
             query="{id: '*'}"
             defaultCellWidth='"auto"'
             fmClass='vmp'