[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/authorities... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Aug 3 21:14:30 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Owen Leonard <oleonard>	06/08/03 19:14:29

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/authorities: authorities.tmpl 

Log message:
	Swapping image source for "upSubfield" function. Not sure if the image is ideal, but then again I'm not sure what the function is supposed to do, since it's broken.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: authorities.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- authorities.tmpl	2 Mar 2006 21:19:43 -0000	1.1.2.5
+++ authorities.tmpl	3 Aug 2006 19:14:29 -0000	1.1.2.6
@@ -51,7 +51,7 @@
 		<p>
 			<label class="labelsubfield">
 				<!-- TMPL_UNLESS name="hide_marc" -->
-					<img src="<!-- TMPL_VAR NAME="themelang" -->/images/prev.gif" onClick="javascript:upSubfield('<!-- TMPL_VAR name="index" -->')">
+					<a href="#" onclick=" onclick="upSubfield('<!-- TMPL_VAR name="index" -->')"; return false;"><img src="<!-- TMPL_VAR NAME="themelang" -->/images/up.png" border="0" /></a>
 						<input type="text" name="subfield" value="<!-- TMPL_VAR NAME="subfield" -->" size="1" maxlength="1">
 				<!-- TMPL_ELSE -->
 						<input type="hidden" name="subfield" value="<!-- TMPL_VAR NAME="subfield" -->">





More information about the Koha-cvs mailing list