hide marc edit button in brief record create interface, update button text
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 13:54:44 +0000 (13:54 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 16 Feb 2010 13:54:44 +0000 (13:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15544 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/acq/picklist/brief_record.tt2

index af4e1ad..2c72824 100644 (file)
         </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>