git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4654 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-20 09:39:15 +00:00
parent afa13f53d7
commit 5e9a7fafcc
2 changed files with 3 additions and 1 deletions

View file

@ -38,7 +38,7 @@
<tr class="row2">
<th><div>{$lang->time_zone}</div></th>
<td>
<select name="time_zone" class="time_zone">
<select name="time_zone" class="fixWidth">
<!--@foreach($time_zone_list as $key => $val)-->
<option value="{$key}" <!--@if($time_zone==$key)-->selected="selected"<!--@end-->>{$val}</option>
<!--@endforeach-->