fix styling of manage copy alert button in item status
authorGalen Charlton <gmc@esilibrary.com>
Thu, 17 Dec 2015 22:47:39 +0000 (17:47 -0500)
committerMike Rylander <mrylander@gmail.com>
Mon, 31 Jul 2017 14:12:51 +0000 (10:12 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2

index eb3d68a..266e346 100644 (file)
   <div class="flex-row">
     <div class="flex-cell">[% l('Copy Alerts') %]</div>
     <div id="item-status-alert-msg">
-      <button ng-click="manageCopyAlerts(copy.id())" >[% l('Manage') %]</button>
+      <button class="btn btn-default" ng-click="manageCopyAlerts(copy.id())" >[% l('Manage') %]</button>
     </div>
   </div>