LP1908619 Staff Catalog Preferences
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 5 Jan 2021 19:12:14 +0000 (14:12 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Tue, 5 Jan 2021 19:12:14 +0000 (14:12 -0500)
Aaaaaand, adding the other file I forgot to add in the last commit.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/catalog/prefs.component.html

index cdb51c0..abe932c 100644 (file)
     Add the 'Exclude Electronic Resources' checkbox to the main search form.
   </div>
 </div>
+<div class="row">
+  <div class="col-lg-1">
+  <button class="btn btn-info label-with-material-icon" (click)="goBack()" [disabled]="hasNoHistory()">
+      <span class="material-icons">keyboard_backspace</span>
+      <span i18n>Return</span>
+  </button>
+  </div>
+</div>
\ No newline at end of file