[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. d0caef0b3d80fc2c1f7407a18241017c3b5f881b
Evergreen Git
git at git.evergreen-ils.org
Tue Sep 11 13:13:20 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_0 has been updated
via d0caef0b3d80fc2c1f7407a18241017c3b5f881b (commit)
from afb1cc861077980655df372ec84975d7dff98b1e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d0caef0b3d80fc2c1f7407a18241017c3b5f881b
Author: Dan Scott <dscott at laurentian.ca>
Date: Sun Jun 3 14:34:04 2018 -0400
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 at laurentian.ca>
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
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 6e873ff..1f2191e 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
@@ -573,7 +573,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: '=' },
-----------------------------------------------------------------------
Summary of changes:
.../js/ui/default/staff/cat/services/marcedit.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list