Highlighting overdues in red, adding accesskey indicator to confirmation dialog
authorOwen Leonard <oleonard@myacpl.org>
Mon, 5 Nov 2007 22:43:28 +0000 (16:43 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 6 Nov 2007 12:29:33 +0000 (06:29 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 917d04f..76e48da 100644 (file)
@@ -213,6 +213,11 @@ tr.highlight td, td.highlight {
        background-color : #F3F3F3;
 }
 
+td.od {
+       color : #cc0000;
+       font-weight : bold;
+}
+
 tr.warn td {
        background-color: #FF9090;
 }
@@ -942,4 +947,8 @@ div.first fieldset {
  
  div.results {
        padding : .7em 0;
+ }
+ .accesskey {
+       text-decoration : underline;
  }
\ No newline at end of file
index dcd53f6..8b2859a 100755 (executable)
     <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
     <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
-    <input type="submit" class="approve" value="Yes, Check Out" accesskey="y" />
+    <input type="submit" class="approve" value="Yes, Check Out (Y)" accesskey="y" />
 </form>
 
 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
-    <input type="submit" class="deny" value="No, Don't Check Out" accesskey="n" />
+    <input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" />
 </form>
 
 </div></div></div></div>
@@ -665,7 +665,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
     <!-- TMPL_ELSE -->
         <tr class="highlight">
     <!-- /TMPL_IF -->
-        <td>
+        <!-- TMPL_IF NAME="od" --><td class="od"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
         <!-- TMPL_VAR NAME="dd" -->
         </td>
         <td>