Changeset 459


Ignore:
Timestamp:
12/01/10 00:18:52 (13 years ago)
Author:
misc
Message:

fix commit 445

Location:
trunk/root/templates/includes
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/header.tt

    r446 r459  
    2323    <p id="title"><b>Epoll:</b> [% l('Web voting system') %]</p> 
    2424     
    25     <p id="locale_select" style="float: right">[% INCLUDE 'includes/locale_select.tt' %]</p> 
     25    <p id="locale_select" style="float: right">[% INCLUDE 'includes/locale_select_form.tt' %]</p> 
    2626    <p id="menu" style="clear: both;"> 
    2727    <a href="[% c.uri_for('/') %]">[% l('Welcome') %]</a> :: 
  • trunk/root/templates/includes/locale_select.tt

    r455 r459  
    11<!-- $Id$ --> 
    2 <form action="[% c.uri_for('/', c.req.path) %]" method="POST"> 
    3  
    42[% langs = [ 'fr', 'de', 'it', 'nl' ] %] 
    53<select name="[% varname || 'locale' %]"> 
     
    97[% END %] 
    108</select> 
    11 <input type="submit" value="[% l('Change language') %]"> 
    12 </form> 
Note: See TracChangeset for help on using the changeset viewer.