PINES Local Customization: Modify Labels for Stored Preferences
authorMcCanna <tmccanna@georgialibraries.org>
Wed, 23 May 2018 20:53:26 +0000 (16:53 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 24 May 2018 10:20:04 +0000 (06:20 -0400)
Add wording to Workstation > Stored Preferences page tabs to indicate
which tab is related to Hatch settings and which tab is related to
browser settings.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/admin/workstation/t_stored_prefs.tt2

index dc031b4..ac972e9 100644 (file)
@@ -26,10 +26,10 @@ Click on the delete (X) button to remove a preference's value.
 
       <ul class="nav nav-tabs">
         <li ng-class="{active : context == 'local'}">
-          <a href='' ng-click="setContext('local')">[% l('Local Prefs') %]</a>
+          <a href='' ng-click="setContext('local')">[% l('Local Prefs') %] (Browser)</a>
         </li>
         <li ng-class="{active : context == 'remote'}">
-          <a href='' ng-click="setContext('remote')">[% l('Remote Prefs') %]</a>
+          <a href='' ng-click="setContext('remote')">[% l('Remote Prefs') %] (Hatch)</a>
         </li>
       </ul>
       <div class="tab-content">