Restore fines, checkout, and holds tabs
authorKathy Lussier <klussier@masslnc.org>
Tue, 24 Sep 2013 11:32:28 +0000 (07:32 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 24 Sep 2013 11:32:28 +0000 (07:32 -0400)
These display well as tabs since there are only two tabs to display. Probably
inadvisable to replace these tabs with menus as we did in other places because
there are already menus on these screens to perform actions on selected
checkouts/holds.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style.css.tt2

index 7e28d22..722f336 100644 (file)
@@ -1746,7 +1746,7 @@ a.preflib_change {
        margin: 0px 5px 0px 0px;
     }
     #acct_fines_tabs {
-       display: none;
+       height: 15px;
     }
 
     #acct_select, #acct_prefs_select {
@@ -1757,12 +1757,6 @@ a.preflib_change {
          display:none;
     }
     
-    #acct_checked_tabs {
-        display:none;
-    }
-    #acct_holds_tabs {
-        display: none;
-    }
     #dash_wrapper div {
         background: transparent;
         padding: 0px;