librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1456] both of these were set to true


From: Matt Lee
Subject: [Librefm-commits] [1456] both of these were set to true
Date: Sun, 10 May 2009 03:52:41 +0000

Revision: 1456
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1456
Author:   mattl
Date:     2009-05-10 03:52:40 +0000 (Sun, 10 May 2009)
Log Message:
-----------
both of these were set to true

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/language-selector.tpl

Modified: trunk/nixtape/themes/librefm/templates/language-selector.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/language-selector.tpl        
2009-05-10 03:49:01 UTC (rev 1455)
+++ trunk/nixtape/themes/librefm/templates/language-selector.tpl        
2009-05-10 03:52:40 UTC (rev 1456)
@@ -1,8 +1,8 @@
 <form method='get' action=''>
        <select name='lang' id='lang' onchange='this.form.submit()'>
                <optgroup label="Please select your language">
-               <option {if $current_lang.en_US}selected="selected"{/if} 
value='en_US'>English (US)</option>
-               <option {if $current_lang.de_DE}selected="selected"{/if} 
value='de_DE'>Deutsch (Deutschland)</option>
+               <option {if $current_lang = "en_US"}selected="selected"{/if} 
value='en_US'>English (US)</option>
+               <option {if $current_lang = "de_DE"}selected="selected"{/if} 
value='de_DE'>Deutsch (Deutschland)</option>
                </optgroup>
        </select>
        <noscript>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]