From 7989b708cdcdfdf3da5974c53aebada6a61b2907 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 17 Dec 2010 18:21:11 +0000 Subject: [PATCH] some style for this clickable link in Check In git-svn-id: svn://svn.open-ils.org/ILS/trunk@19012 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/checkin.js | 1 + Open-ILS/xul/staff_client/server/circ/util.js | 1 + 2 files changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/circ/checkin.js b/Open-ILS/xul/staff_client/server/circ/checkin.js index 7986545e87..a766685227 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkin.js +++ b/Open-ILS/xul/staff_client/server/circ/checkin.js @@ -420,6 +420,7 @@ circ.checkin.prototype = { ); no_change_label.setAttribute('hidden','false'); no_change_label.setAttribute('onclick','xulG.new_patron_tab({},{"id" : '+bill.usr()+', "show" : "bills" })'); + addCSSClass(no_change_label,'click_link'); } if (document.getElementById('fine_tally')) { var amount = Number( document.getElementById('fine_tally').getAttribute('amount') ) + Number( bill.balance_owed() ); diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 82466ab45e..0e9b29d7d5 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -2410,6 +2410,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che no_change_label.setAttribute('value',''); no_change_label.setAttribute('hidden','true'); no_change_label.setAttribute('onclick',''); + removeCSSClass(no_change_label,'click_link'); } var msg = ''; -- 2.11.0