Terminology correction: cancelled -> withdrawn. Also adding dateformat variable to...
authorOwen Leonard <oleonard@myacpl.org>
Thu, 22 May 2008 14:49:40 +0000 (09:49 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 27 May 2008 11:42:46 +0000 (06:42 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
circ/view_holdsqueue.pl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl

index 7e04907..74cf9b4 100755 (executable)
@@ -55,7 +55,8 @@ if ( $run_report ) {
                                         branch    => $branchlimit,
                      total     => scalar @$items,
                      itemsloop => $items,
-                     run_report => $run_report
+                     run_report => $run_report,
+                     dateformat => C4::Context->preference("dateformat"),
                  );
 }
 
index 75ea48c..2ff691a 100644 (file)
@@ -248,7 +248,7 @@ function Dopop(link) {
                         <p class="problem">Item was lost, now found.</p>
                     <!-- /TMPL_IF -->
                     <!-- TMPL_IF Name="withdrawn" -->
-                        <p class="problem">Item Cancelled</p>
+                        <p class="problem">Item is withdrawn.</p>
                     <!-- /TMPL_IF -->
             <!-- /TMPL_LOOP -->
         <!-- /TMPL_IF -->
index 2a67dab..285b209 100755 (executable)
                                 <!-- TMPL_IF name="lostimageurl"--><img src="<!-- TMPL_VAR NAME="lostimageurl" -->" alt="<!-- TMPL_VAR NAME="lostimagelabel" -->" title="<!-- TMPL_VAR NAME="lostimagelabel" -->"><!-- TMPL_ELSE -->Item lost<!-- /TMPL_IF -->
                             <!-- TMPL_ELSE -->
                                 <!-- TMPL_IF NAME="wthdrawn" -->
-                                    Item Cancelled
+                                    Item withdrawn
                                 <!-- TMPL_ELSE -->
                                     Available
                                 <!-- /TMPL_IF -->