[Koha-cvs] koha C4/Date.pm koha-tmpl/intranet-tmpl/prog/en...

Joshua Ferraro jmf at liblime.com
Sat Mar 10 00:36:24 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Joshua Ferraro <kados>	07/03/09 23:36:24

Modified files:
	C4             : Date.pm 
	koha-tmpl/intranet-tmpl/prog/en/includes: menus.inc 

Log message:
	fixing typo in Date.pm and minor English in menus.inc

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Date.pm?cvsroot=koha&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc?cvsroot=koha&r1=1.8&r2=1.9

Patches:
Index: C4/Date.pm
===================================================================
RCS file: /sources/koha/koha/C4/Date.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- C4/Date.pm	9 Mar 2007 23:30:17 -0000	1.26
+++ C4/Date.pm	9 Mar 2007 23:36:24 -0000	1.27
@@ -1,4 +1,4 @@
-package C4::Date
+package C4::Date;
 # This file is part of Koha.
 #
 # Koha is free software; you can redistribute it and/or modify it under the

Index: koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc	9 Mar 2007 22:53:17 -0000	1.8
+++ koha-tmpl/intranet-tmpl/prog/en/includes/menus.inc	9 Mar 2007 23:36:24 -0000	1.9
@@ -34,7 +34,7 @@
     </ul>
     <!-- /TMPL_IF -->
                 <!-- TMPL_IF NAME="CAN_user_catalogue" -->
-                <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
+                <a href="/cgi-bin/koha/catalogue/search.pl">Catalogue</a>
                 <ul>
                     <li>
                         <form name="searchform" method="get" action="/cgi-bin/koha/catalogue/search.pl" id="searchform">





More information about the Koha-cvs mailing list