[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/members m... [dev_week]

Cindy Murdock cmurdock at ccfls.org
Tue Nov 27 17:53:42 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Cindy Murdock <clm>	07/11/27 16:53:42

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/members: memberentry.tmpl 

Log message:
	Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/memberentry.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.12&r2=1.1.2.1.2.13

Patches:
Index: memberentry.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/members/Attic/memberentry.tmpl,v
retrieving revision 1.1.2.1.2.12
retrieving revision 1.1.2.1.2.13
diff -u -b -r1.1.2.1.2.12 -r1.1.2.1.2.13
--- memberentry.tmpl	12 Jun 2007 16:49:40 -0000	1.1.2.1.2.12
+++ memberentry.tmpl	27 Nov 2007 16:53:42 -0000	1.1.2.1.2.13
@@ -409,7 +409,7 @@
     </tr>
 
 
-    <tr><th><label for="borrowernotes">Ciculation Note:</label><p>(Appears For Librarians Only)</p> </th><td colspan="4"><textarea id="borrowernotes" name="borrowernotes" cols="30" rows="3"><!-- TMPL_VAR NAME="borrowernotes" --></textarea></td></tr>
+    <tr><th><label for="borrowernotes">Circulation Note:</label><p>(Appears For Librarians Only)</p> </th><td colspan="4"><textarea id="borrowernotes" name="borrowernotes" cols="30" rows="3"><!-- TMPL_VAR NAME="borrowernotes" --></textarea></td></tr>
     <tr><th><label for="textmessaging">Patron Note:</label><p><font color="red">(Appears for Patron When Logged Into OPAC)</font></p></th><td colspan="4"><textarea id="textmessaging" name="textmessaging" cols="30" rows="3"><!-- TMPL_VAR NAME="textmessaging" --></textarea></td></tr>
 
     <tr>





More information about the Koha-cvs mailing list