};
}
],
+ 'patron_date_of_exp' : [
+ ['render'],
+ function(e) {
+ return function() {
+ e.setAttribute('value',
+ 'Expires on ' + (
+ obj.patron.expire_date() ?
+ obj.patron.expire_date().substr(0,10) :
+ '<Unset>'
+ )
+ );
+ };
+ }
+ ],
'patron_date_of_birth' : [
['render'],
function(e) {
.PATRON_EXPIRED .patronNameLarge { background-color: #666666; color: white;}
.PATRON_EXPIRED label.expired_indicator { display: inline; color: black; }
+.PATRON_EXPIRED label.expire_date { background-color: #666666; color: white }
.PATRON_BARRED .patronNameLarge { background-color: #CC3300; color: white; }
.PATRON_BARRED label.barred_indicator { display: inline; color: #CC3300; }
.PATRON_NET_ACCESS_2 .net_access { color: green; } /* Unfiltered */
.PATRON_NET_ACCESS_3 .net_access { color: #CC3300; } /* No Access */
+.bad_barcode { color: red; }
+.line_item { font-family: monospace; }
+.checking_barcode { color: orange; text-decoration: blink; }
+