[PHPPlanner-cvs] phpplanner/templates/default index.html,1.3,1.4
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-24 22:38:47
|
Update of /cvsroot/phpplanner/phpplanner/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3378/templates/default Modified Files: index.html Log Message: Capitalize in the template, not in the code Index: index.html =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/templates/default/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- index.html 24 Apr 2004 22:35:43 -0000 1.3 +++ index.html 24 Apr 2004 22:38:38 -0000 1.4 @@ -59,7 +59,7 @@ <form name="Selectlang" method="post"> <font size="1">{$lang.language}: </font><select name="new_lang" onChange="Selectlang.submit()"> - {html_options output=$languages values=$languages selected=$smarty.session.language} + {html_options output=$languages|capitalize values=$languages selected=$smarty.session.language} </select> </form> |