<!ENTITY staff.patron_display.items.print_receipt.accesskey 'P'>
<!ENTITY staff.patron_display.items_claimed_returned.label 'Items Claimed Returned:'>
<!ENTITY staff.patron_display.library_card.label 'Library Card:'>
+<!ENTITY staff.patron_display.parent_guardian.label 'Parent/Guardian:'>
<!ENTITY staff.patron_display.verify_password.label 'Test Password'>
<!ENTITY staff.patron_display.verify_password.accesskey 'P'>
<!ENTITY staff.patron_display.toggle_summary.label 'Toggle Summary'>
};
}
],
+ 'patron_parent_guardian' : [
+ ['render'],
+ function(e) {
+ return function() {
+ util.widgets.set_text(e, obj.patron.ident_value2() );
+ }
+ }
+ ],
'patron_hold_alias' : [
['render'],
function(e) {
value="&staff.patron_display.library_card.label;"/>
<description id="patron_card" class="copyable card value click_link" onclick="try { copy_to_clipboard(event); } catch(E) { alert(E); }"/>
</row>
+ <row>
+ <label id="PatronSummaryContact_guardian" value="&staff.patron_display.parent_guardian.label;" />
+ <description id="patron_parent_guardian" class="" />
+ </row>
<row id="pdsgr1">
<label id="PatronSummaryContact_ident_label" class="copyable text_left"
value="&staff.patron_display.ident1.label;"/>
<description id="patron_card" class="copyable card value click_link" onclick="try { copy_to_clipboard(event); } catch(E) { alert(E); }"/>
</row>
<row>
+ <label id="PatronSummaryContact_guardian" value="&staff.patron_display.parent_guardian.label;" />
+ <description id="patron_parent_guardian" class="" />
+ </row>
+ <row>
<label id="PatronSummaryContact_hold_alias_label" class="copyable text_left" value="&staff.patron_display.hold_alias.label;"/>
<description id="patron_hold_alias" class="copyable hold_alias value" />
</row>