From 1d38620f4f01444d1bf9b9485f38a9bf3f9589d1 Mon Sep 17 00:00:00 2001
From: Dan Scott <dscott@laurentian.ca>
Date: Sun, 3 Jun 2018 14:34:04 -0400
Subject: [PATCH] LP#1774886 Distinguish Phys Char Wizard with an edit icon

As both authority fields and the Physical Characteristics Wizard for 007 use
the same glyphicons-link class, it's not obvious to new users of the MARC
editor that the icons result in radically different actions.

Change the 007 icon to glyphicons-edit to reflect that it opens an editor
interface.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---
 Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
index 96a15dd888..a3cca7ad80 100644
--- a/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
+++ b/Open-ILS/web/js/ui/default/staff/cat/services/marcedit.js
@@ -575,7 +575,7 @@ angular.module('egMarcMod', ['egCoreMod', 'ui.bootstrap'])
                       'ng-show="showPhysCharLink()"'+
                       'ng-click="spawnPhysCharWizard()"'+
                       '>'+
-                      '<span class="glyphicon glyphicon-link"></span>'+
+                      '<span class="glyphicon glyphicon-edit"></span>'+
                       '</button>'+
                   '</div>',
         scope: { field: "=", onKeydown: '=', contextFunctions: '=' },
-- 
2.11.0