[open-ils-commits] r19012 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Dec 17 13:21:15 EST 2010
Author: phasefx
Date: 2010-12-17 13:21:11 -0500 (Fri, 17 Dec 2010)
New Revision: 19012
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/checkin.js
trunk/Open-ILS/xul/staff_client/server/circ/util.js
Log:
some style for this clickable link in Check In
Modified: trunk/Open-ILS/xul/staff_client/server/circ/checkin.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/checkin.js 2010-12-17 16:41:45 UTC (rev 19011)
+++ trunk/Open-ILS/xul/staff_client/server/circ/checkin.js 2010-12-17 18:21:11 UTC (rev 19012)
@@ -420,6 +420,7 @@
);
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() );
Modified: trunk/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/util.js 2010-12-17 16:41:45 UTC (rev 19011)
+++ trunk/Open-ILS/xul/staff_client/server/circ/util.js 2010-12-17 18:21:11 UTC (rev 19012)
@@ -2410,6 +2410,7 @@
no_change_label.setAttribute('value','');
no_change_label.setAttribute('hidden','true');
no_change_label.setAttribute('onclick','');
+ removeCSSClass(no_change_label,'click_link');
}
var msg = '';
More information about the open-ils-commits
mailing list