Stick with bold/uppercase styling of the rest of the table, and also add
the Notes column heading on the left for smaller screens.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
border-collapse: collapse;
}
-.hold_notes {
- text-transform: none;
- font-weight: normal;
-}
-
.hold_note_title { font-weight: bold; }
#acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
table#acct_holds_main_header td:nth-of-type(7):before { content: "[% l('Cancel on') %]"; }
table#acct_holds_main_header td:nth-of-type(8):before { content: "[% l('Active') %]"; }
table#acct_holds_main_header td:nth-of-type(9):before { content: "[% l('Status') %]"; }
+ table#acct_holds_main_header td:nth-of-type(10):before { content: "[% l('Notes') %]"; }
}
[% PROCESS get_hold_status hold=hold; %]
</div>
</td>
- <td class="hold_notes">
+ <td>
[%- FOREACH pubnote IN ahr.notes;
IF pubnote.pub == 't';
%]