xt_finish.setAttribute('value','Due: ' + r_circ.due_date().toString().substr(0,10) );
}
*/
+ if (! r_circ.checkin_time()) {
+ xt_value.setAttribute('style','background: red; color: white');
+ if (document.getElementById('circulating_hint')) {
+ document.getElementById('circulating_hint').hidden = false;
+ }
+ }
obj.network.simple_request(
'MODS_SLIM_RECORD_RETRIEVE_VIA_COPY',
[ r_circ.target_copy() ],
<label style="font-weight: bold;" value="Selected Balance:"/><label id="selected_balance"/>
<label style="font-weight: bold;" value="Un-Selected:"/><label id="unselected_balance"/>
<label style="font-weight: bold;" value="Voided:"/><label id="voided_balance"/>
+ <spacer flex="1"/>
+ <label id="circulating_hint" hidden="true" style="background: red; color: white" value="Red Items are still Checked Out"/>
</hbox>
<listbox id="bill_list" flex="1"/>
<hbox>