From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Tue, 16 Feb 2010 13:54:44 +0000 (+0000) Subject: hide marc edit button in brief record create interface, update button text X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2360e98986648c02f4f04817b090fbd81a13306b;p=contrib%2FConifer.git hide marc edit button in brief record create interface, update button text git-svn-id: svn://svn.open-ils.org/ILS/trunk@15544 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2 b/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2 index af4e1adced..2c72824955 100644 --- a/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2 +++ b/Open-ILS/web/templates/default/acq/picklist/brief_record.tt2 @@ -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>