TPAC: Add Notes label to that row in small-screen My Account->Holds
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 6 Jan 2014 16:44:56 +0000 (11:44 -0500)
committerDan Scott <dscott@laurentian.ca>
Mon, 6 Jan 2014 21:45:19 +0000 (16:45 -0500)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2

index a1384ab..4b00864 100644 (file)
@@ -1985,4 +1985,5 @@ a.preflib_change {
         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.hold_notes:before { content: "[% l('Notes') %]"; }
 }