[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/tools view... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Jan 11 17:02:56 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/11 16:02:56

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/tools: viewlog.tmpl 

Log message:
	some little display change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/tools/viewlog.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: viewlog.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/Attic/viewlog.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- viewlog.tmpl	11 Jan 2007 14:23:10 -0000	1.1.2.2
+++ viewlog.tmpl	11 Jan 2007 16:02:56 -0000	1.1.2.3
@@ -13,7 +13,7 @@
 
 <h1>Browse system logs</h1>
 
-<form method="post" action="/cgi-bin/koha/tools/viewlog.pl">
+<form method="POST" action="/cgi-bin/koha/tools/viewlog.pl">
 
 <fieldset>
     <legend>Additional infos</legend>
@@ -122,7 +122,7 @@
 	        <select name="module">
 			    <option value="" checked>All</option>
 			    <option value ="CATALOGUING">Catalogue</option>
-				<option value ="MEMBERS">Borrowers</option>
+				<option value ="MEMBERS">Members</option>
 				<option value ="ACQUISITION">Acquisitions</option>
 				<option value="CIRCULATION">Circulation</option>
 			</select>





More information about the Koha-cvs mailing list