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

Kyle Hall kyle.m.hall at gmail.com
Fri Jan 5 15:04:11 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Kyle Hall <kylemhall>	07/01/05 14:04:11

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/acqui.simple: addbooks.tmpl 

Log message:
	

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/acqui.simple/addbooks.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.2&r2=1.1.2.1.2.3

Patches:
Index: addbooks.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/acqui.simple/Attic/addbooks.tmpl,v
retrieving revision 1.1.2.1.2.2
retrieving revision 1.1.2.1.2.3
diff -u -b -r1.1.2.1.2.2 -r1.1.2.1.2.3
--- addbooks.tmpl	30 Nov 2006 15:56:27 -0000	1.1.2.1.2.2
+++ addbooks.tmpl	5 Jan 2007 14:04:11 -0000	1.1.2.1.2.3
@@ -65,7 +65,7 @@
 		</form>
 
 		<!-- TMPL_IF NAME="NOTMARC" -->
-		<form action="addbiblio.pl"><p> <input type="submit" value="Add Record Without Search" class="submit" /></p></form>
+		<form action="addbiblio.pl"><p> <input type="submit" value="Add Record Without Search" class="submitNOT" /></p></form>
 		<!-- TMPL_ELSE -->
 				<form action="addbiblio.pl" method="post">
 		<div class="data"><table>
@@ -75,7 +75,7 @@
 						<!-- TMPL_LOOP NAME="frameworkcodeloop" -->
 							<option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="frameworktext" --></option>
 						<!-- /TMPL_LOOP -->
-					</select> <input type="submit" value="Add Record Without Search" class="submit" /></td></tr>
+					</select> <input type="submit" value="Add Record Without Search" class="submitNOT" /></td></tr>
 		</table></div></form>
 			
 		<!-- /TMPL_IF -->





More information about the Koha-cvs mailing list