From: Mike Rylander Date: Mon, 16 Mar 2015 19:12:36 +0000 (-0400) Subject: Tooltips for holdable/visible on status and location in item summary X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32aedc766a41855e03753ae83c6f58df450d3a2d;p=working%2FEvergreen.git Tooltips for holdable/visible on status and location in item summary Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index 69181249ee..bb7370a418 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -20,7 +20,10 @@
[% l('Status') %]
-
{{copy.status().name()}}
+
{{copy.status().name()}}
@@ -44,7 +47,10 @@
[% l('Copy Location') %]
-
{{copy.location().name()}}
+
{{copy.location().name()}}
[% l('Call # Suffix') %]
diff --git a/Open-ILS/web/js/ui/default/staff/cat/item/app.js b/Open-ILS/web/js/ui/default/staff/cat/item/app.js index a7d08fb824..da3a6b5a68 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/item/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/item/app.js @@ -5,6 +5,12 @@ angular.module('egItemStatus', ['ngRoute', 'ui.bootstrap', 'egCoreMod', 'egUiMod', 'egGridMod']) +.filter('boolText', function(){ + return function (v) { + return v == 't'; + } +}) + .config(function($routeProvider, $locationProvider, $compileProvider) { $locationProvider.html5Mode(true); $compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|blob):/); // grid export