[open-ils-commits] r15544 - trunk/Open-ILS/web/templates/default/acq/picklist (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 16 08:54:46 EST 2010


Author: erickson
Date: 2010-02-16 08:54:44 -0500 (Tue, 16 Feb 2010)
New Revision: 15544

Modified:
   trunk/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2
Log:
hide marc edit button in brief record create interface, update button text

Modified: trunk/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2	2010-02-16 06:41:20 UTC (rev 15543)
+++ trunk/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2	2010-02-16 13:54:44 UTC (rev 15544)
@@ -23,8 +23,10 @@
         </tbody>
         <tbody>
             <tr>
-                <td><button dojoType='dijit.form.Button' type='submit'>Submit</button></td>
+                <td><button dojoType='dijit.form.Button' type='submit'>Save Record</button></td>
+                <!--
                 <td><button dojoType='dijit.form.Button' type='submit' jsId='marcEditButton'>Edit MARC</button></td>
+                -->
             </tr>
         </tbody>
     </table>



More information about the open-ils-commits mailing list