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

Kyle Hall kyle.m.hall at gmail.com
Fri Aug 31 13:48:16 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/08/31 11:48:16

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/rotatingCollections: 
	                                                      rotatingCollections.tmpl 

Log message:
	Fixed typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/rotatingCollections/rotatingCollections.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: rotatingCollections.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/rotatingCollections/Attic/rotatingCollections.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- rotatingCollections.tmpl	23 Apr 2007 14:54:54 -0000	1.1.2.1
+++ rotatingCollections.tmpl	31 Aug 2007 11:48:16 -0000	1.1.2.2
@@ -11,7 +11,7 @@
             <tr>
               <th><strong>Title</strong></th>
               <th>Description</strong></th>
-              <th>Current Locataion</th>
+              <th>Location</th>
               <th>Add Items</th>
               <th>Transfer</th>
             </tr>
@@ -20,7 +20,7 @@
                 <td><!-- TMPL_VAR NAME="colTitle" --></td>
                 <td><!-- TMPL_VAR NAME="colDesc" --></td>
                 <td><!-- TMPL_VAR NAME="colBranchcode" --></td>
-                <td><a href="addItems.pl?colId=<!-- TMPL_VAR NAME="colId" -->">Add Items</a></td>
+                <td><a href="addItems.pl?colId=<!-- TMPL_VAR NAME="colId" -->">Add / View Items</a></td>
                 <td><a href="transferCollection.pl?colId=<!-- TMPL_VAR NAME="colId" -->">Transfer</a></td>
               </tr>
             <!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list