.copyTable tr:nth-of-type(10):before { content: "Copy #10"; display: block; text-align:center;}
.copyTable td:nth-of-type(1):before { content: "Library"; display: flex; }
- .copyTable td:nth-of-type(2):before { content: "Call Number"; display: flex; }
- .copyTable td:nth-of-type(3):before { content: "Barcode"; display: flex;}
- .copyTable td:nth-of-type(4):before { content: "Shelving Location"; display: flex;}
+ .copyTable td:nth-of-type(2):before { content: "Shelving Location"; display: flex;}
+ .copyTable td:nth-of-type(3):before { content: "Call Number"; display: flex; }
+ .copyTable td:nth-of-type(4):before { content: "Barcode"; display: flex;}
.copyTable td:nth-of-type(5):before { content: "Status"; display: flex;}
.copyTable td:nth-of-type(6):before { content: "Due Date"; display: flex;}
.copyTable td:nth-of-type(7):before { content: "[% l('Distance') %]"; display: flex;}
.copyTable tr:nth-of-type(10):before { content: "Copy #10"; display: block; text-align:center;}
.copyTable td:nth-of-type(1):before { content: "Library"; display: flex; }
- .copyTable td:nth-of-type(2):before { content: "Call Number"; display: flex; }
- .copyTable td:nth-of-type(3):before { content: "Barcode"; display: flex;}
- .copyTable td:nth-of-type(4):before { content: "Shelving Location"; display: flex;}
+ .copyTable td:nth-of-type(2):before { content: "Shelving Location"; display: flex;}
+ .copyTable td:nth-of-type(3):before { content: "Call Number"; display: flex; }
+ .copyTable td:nth-of-type(4):before { content: "Barcode"; display: flex;}
.copyTable td:nth-of-type(5):before { content: "Status"; display: flex;}
.copyTable td:nth-of-type(6):before { content: "Due Date"; display: flex;}
.copyTable td:nth-of-type(7):before { content: "[% l('Distance') %]"; display: flex;}
[%- ELSE -%]
<th scope='col'>[% l("Location") %]</th>
[%- END %]
+ <th scope='col'>[% l("Shelving Location") %]</th>
<th scope='col'>[% l("Call Number / Copy Notes") %]</th>
[%- IF has_parts == 'true' %]
<th scope='col'>[% l("Part") %]</th>
[%- END %]
<th scope='col'>[% l("Barcode") %]</th>
- <th scope='col'>[% l("Shelving Location") %]</th>
[%- IF ctx.is_staff || ctx.use_courses %]
<th scope='col'>[% l("Circulation Modifier") %]</th>
[%- END %]
</a>
</li></ul>
</td>
+ <td>[% bib.target_copy.location.name | html %]</td>
<td>[% bib.target_copy.call_number.label | html %]</td>
<td>[% bib.target_copy.barcode | html %]</td>
- <td>[% bib.target_copy.location.name | html %]</td>
<td>[% bib.target_copy.status.name | html %]</td>
<td>[% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %]</td>
[%- IF ctx.geo_sort && ctx.has_valid_coords %]
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
<meta property="price" content="0.00">
</td>[% END %]
+ <td property="availableAtOrFrom">[%- INCLUDE "opac/parts/location_name_link.tt2"; -%]</td>
<td><span property="sku">[% callnum | html %]</span> [% IF ctx.get_org_setting(CGI.param('loc')
OR ctx.aou_tree.id, 'sms.enable') == 1 %](<a href="[% mkurl(ctx.opac_root _ '/sms_cn',
{copy_id => copy_info.id}) %];rec=[%- ctx.bre_id -%]" rel="nofollow" vocab="">Text</a>)[% END %]
'<meta property="gtin13" content="' _ attrs.gtin13 _ '" />';
END; -%]
</td>
- <td property="availableAtOrFrom">[%- INCLUDE "opac/parts/location_name_link.tt2"; -%]</td>
[% IF copy_info.courses.size > 0 || ctx.is_staff %]
<td>[% copy_info.circ_modifier | html %]</td>
[% ELSIF ctx.use_courses %]