border-bottom: none;
}
/* Force table to not be like tables anymore */
- table#acct_checked_main_header thead tr th, table#acct_holds_main_header thead tr th, table#acct_checked_hist_header thead tr th, table#acct_holds_hist_header thead tr th, table#ebook_circs_main_table thead tr th, table#ebook_holds_main_table thead tr th {
+ table#acct_checked_main_header thead tr th, table#acct_holds_main_header thead tr th, table#acct_checked_hist_header thead tr th, table#acct_holds_groups_header thead tr th, table#acct_holds_hist_header thead tr th, table#ebook_circs_main_table thead tr th, table#ebook_holds_main_table thead tr th {
display: none;
}
- table#acct_checked_main_header tbody tr td, table#acct_holds_main_header tbody tr td, table#acct_checked_hist_header tbody tr td, table#acct_holds_hist_header tbody tr td, table#ebook_circs_main_table tbody tr td, table#ebook_holds_main_table tbody tr td {
+ table#acct_checked_main_header tbody tr td, table#acct_holds_main_header tbody tr td, table#acct_checked_hist_header tbody tr td, table#acct_holds_groups_header tbody tr td, table#acct_holds_hist_header tbody tr td, table#ebook_circs_main_table tbody tr td, table#ebook_holds_main_table tbody tr td {
display: block;
}
[% END -%]
}*/
- table#acct_checked_main_header, table#acct_holds_main_header, table#acct_checked_hist_header, table#acct_holds_hist_header, table#ebook_circs_main_table, table#ebook_holds_main_table {
+ table#acct_checked_main_header, table#acct_holds_main_header, table#acct_checked_hist_header, table#acct_holds_groups_header, table#acct_holds_hist_header, table#ebook_circs_main_table, table#ebook_holds_main_table {
width: 90%;
}
here. */
table#ebook_circs_main_table tr, table#ebook_holds_main_table tr { border-top: 25px solid #fff; }
+ table#acct_holds_groups_header tr{ border-top: 2px solid #bbb; }
table#acct_holds_hist_header tr{ border-top: 2px solid #bbb; }
- table#acct_checked_main_header td, table#acct_holds_main_header td, table#acct_checked_hist_header td, table#acct_holds_hist_header td, table#ebook_circs_main_table td, table#ebook_holds_main_table td {
+ table#acct_checked_main_header td, table#acct_holds_main_header td, table#acct_checked_hist_header td, table#acct_holds_groups_header td, table#acct_holds_hist_header td, table#ebook_circs_main_table td, table#ebook_holds_main_table td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
[% END -%]
}
- table#acct_checked_main_header td:before, table#acct_holds_main_header td:before, table#acct_checked_hist_header td:before, table#acct_holds_hist_header td:before, table#ebook_circs_main_table td:before, table#ebook_holds_main_table td:before {
+ table#acct_checked_main_header td:before, table#acct_holds_main_header td:before, table#acct_checked_hist_header td:before, table#acct_holds_groups_header td:before, table#acct_holds_hist_header td:before, table#ebook_circs_main_table td:before, table#ebook_holds_main_table td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
table#acct_holds_main_header td:nth-of-type(7):before { content: "[% l('Status') %]"; }
table#acct_holds_main_header td.hold_notes:before { content: "[% l('Notes') %]"; }
+ table#acct_holds_groups_header td:nth-of-type(1):before { content: "[% l('Group Name') %]";}
+ table#acct_holds_groups_header td:nth-of-type(2):before { content: "[% l('Description') %]"; }
+ table#acct_holds_groups_header td:nth-of-type(3):before { content: "[% l('Actions') %]"; }
+
table#acct_holds_hist_header td:nth-of-type(1):before { content: "[% l('Cover') %]";}
table#acct_holds_hist_header td:nth-of-type(2):before { content: "[% l('Title') %]"; }
table#acct_holds_hist_header td:nth-of-type(3):before { content: "[% l('Author') %]"; }
%]
<div id='myopac_holds_div'>
+ <h3>[% l("Current Hold Groups") %]</h3>
<div class="header_middle">
- <span style="float:left;">[% l("Current Hold Groups") %]</span>
<span style="float:right;">
<a class="hide_me" href="#">[% l('Export List') %]</a>
</span>
<big><strong>[% l('No subscriptions found.') %]</strong></big>
</div>
[% ELSE %]
- <table id='acct_holds_hist_header' class='table_no_border_space table_no_cell_pad' title="[% l('Hold Groups') %]">
+ <table id='acct_holds_groups_header' class='table table-hover table-bordered miniTable holdgroupsTable' title="[% l('Hold Groups') %]">
<thead>
<tr>
- <th><span>[% l('Name') %]</span></th>
+ <th><span>[% l('Group Name') %]</span></th>
<th><span>[% l('Description') %]</span></th>
<th><span>[% l('Actions') %]</span></th>
</tr>