<!ENTITY staff.circ.alternate_copy_summary.Status_Changed_Time.label "Status Changed">
<!ENTITY staff.circ.alternate_copy_summary.Due_Date.label "Due Date">
<!ENTITY staff.circ.alternate_copy_summary.Edition.label "Edition">
+<!ENTITY staff.circ.alternate_copy_summary.Floating.label "Floating">
<!ENTITY staff.circ.alternate_copy_summary.Holdable.label "Holdable">
<!ENTITY staff.circ.alternate_copy_summary.Hold_Shelf_Location.label "Hold Shelf Location">
<!ENTITY staff.circ.alternate_copy_summary.Holds_Transit.label "Holds/Transit">
set_tooltip("copy_circ_lib" , '');
set("circ_modifier", '');
set("circulate", '');
+ set("floating", '');
set("copy_number", '');
set("copy_create_date", '');
set("status_changed_time", '');
set("circ_modifier","");
}
set("circulate", get_localized_bool( details.copy.circulate() ));
+ set("floating", get_localized_bool( details.copy.floating() ));
set("copy_number", details.copy.copy_number());
set("copy_create_date", util.date.formatted_date( details.copy.create_date(), '%{localized}' ));
set("status_changed_time", util.date.formatted_date( details.copy.status_changed_time(), '%{localized}' ));
<textbox name="max_fine_rule" readonly="true" context="clipboard"/>
</row>
<row>
- <spacer /><spacer />
+ <label value="&staff.circ.alternate_copy_summary.Floating.label;" />
+ <textbox name="floating" readonly="true" context="clipboard"/>
<label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
<textbox name="holdable" readonly="true" context="clipboard"/>
<spacer /><spacer />