[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 19 15:40:17 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2805/koha-tmpl/opac-tmpl/css/en

Modified Files:
	opac-main.tmpl 
Log Message:
moving language change : now, possible even when unidentified

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** opac-main.tmpl	4 Oct 2004 20:20:24 -0000	1.13
--- opac-main.tmpl	19 Oct 2004 13:40:15 -0000	1.14
***************
*** 65,76 ****
  			Log Out
  		</a>
- 		<form action="/cgi-bin/koha/changelanguage.pl" method="post">
- 			<select name="language">
- 				<TMPL_LOOP NAME="languages">
- 					<option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
- 				</TMPL_LOOP>
- 			</select>
- 			<input type="submit" value="Change Language" class="button">
- 		</form>
  		<!-- TMPL_IF name="textmessaging"-->
  			<h2>Message from the library</h2>
--- 65,68 ----
***************
*** 80,83 ****
--- 72,83 ----
  		<p><a href="/cgi-bin/koha/opac-user.pl">Log in to Koha</a> to have personal options.</p>
  	<!-- /TMPL_IF -->
+ 	<form action="/cgi-bin/koha/changelanguage.pl" method="post">
+ 		<select name="language">
+ 			<TMPL_LOOP NAME="languages">
+ 				<option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
+ 			</TMPL_LOOP>
+ 		</select>
+ 		<input type="submit" value="Change Language" class="button">
+ 	</form>
  	<p class="copyright">
  		This Library is powered by <a href="http://www.koha.org">Koha</a> free software ILS, and compliant with web standards





More information about the Koha-cvs mailing list