Restore fines, checkout, and holds tabs
authorKathy Lussier <klussier@masslnc.org>
Tue, 24 Sep 2013 11:32:28 +0000 (07:32 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:14 +0000 (18:45 -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>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 212967b..f9cfa6b 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;