dashboard, search bar, payments history initial
authorWilliam Rockwood <wrockwood@tadl.org>
Fri, 20 Jul 2012 18:54:53 +0000 (14:54 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Fri, 20 Jul 2012 18:54:53 +0000 (14:54 -0400)
- Tweaked the dashboard a bit. Made the text bigger, got rid of the
  colored numbers. Still want to do something about the account and
  logout buttons (push them further to the right).
- Changed the 'Search' button in the searchbar to 'Go!'
- Began changing the 'Print' and 'Email' form buttons under account
  summary->payments to use opac-buttons instead of default browser
  buttons.

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css
templates_tadlskin/opac/myopac/main_payments.tt2
templates_tadlskin/opac/parts/searchbar.tt2

index b0114a7..ece6811 100644 (file)
@@ -98,43 +98,45 @@ div.select-wrapper:hover {
 }
 
 #dash_wrapper div {
-       position: relative;
+    position: relative;
     vertical-align: middle;
     background: #ffffff;
     color:#292929;
     border: 1px solid #e6e6e6;
     border-radius: 5px;
     height: 3.5em;
-    padding: 0em 1em 0em 1em;
+    padding: 0em 1em;
 }
 
 span.dash_divider {
     margin: 0em 1em 0em 1em;
-       position: relative;
-    top: 10px;
+    position: relative;
+    top: 15px;
     color: #424242;
 }
 
 #dashboard {
-       clear:both;
-       float:right;
-    margin-top: 1em;
+    clear:both;
+    float:right;
+    margin-top: 5px;
     background: #004677;
     border-radius: 5px;
-    height: 3em;
+    height: 1em;
+    font-size:1.3em;
 }
 
 #dashboard span.dash-align a {
-       color:#424242;
-       font-weight: bold;
-       text-decoration: none;
-       position: relative;
-    top: 10px;
+    color:#424242;
+    font-weight: bold;
+    text-decoration: none;
+    position: relative;
+    top: 15px;
 }
 
 #dash_user {
-       font-weight: bold;
-       text-transform: capitalize;
+    font-weight: bold;
+    text-transform: capitalize;
+    font-size:1.3em;
     position: relative;
     top: 0px;
 }
index a30edeb..6e7f627 100644 (file)
                 <td>
                     <form action="[% ctx.opac_root %]/myopac/receipt_print" method="POST">
                         <input type="hidden" name="payment" value="[% payment.mp.id %]" />
-                        <input type="submit" value="[% l('Print') %]" />
+                        <input type="submit" value="[% l('Print') %]" class="opac-button" />
                     </form>
                     <form action="[% ctx.opac_root %]/myopac/receipt_email" method="POST">
                         <input type="hidden" name="payment" value="[% payment.mp.id %]" />
-                        <input type="submit" value="[% l('Email') %]" />
+                        <input type="submit" value="[% l('Email') %]" class="opac-button" />
                     </form>
                 </td>
             </tr>
index f4ee110..c75b2b4 100644 (file)
@@ -31,7 +31,7 @@
             l(' in '); INCLUDE build_org_selector show_loc_groups=1
     %]
     <span>
-        <input id='search-submit-go' type="submit" value="[% l('Search') %]" alt="[% l('Search') %]" class="opac-button"
+        <input id='search-submit-go' type="submit" value="[% l('Go') %]!" alt="[% l('Go') %]!" class="opac-button"
             onclick='setTimeout(function(){$("search-submit-spinner").className=""; $("search-submit-go").className="hidden"}, 2000)'/>
         <img id='search-submit-spinner' src='/opac/images/progressbar_green.gif' style='height:16px;width:16px;' class='hidden' alt=''/>
     </span>