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-->

View file

@ -114,3 +114,5 @@ ul.localNavigation li.on a { background-position:right top; padding:8px 15px 5px
.layout_editor { width:99%; height:500px; border:0px; font-size:1em; }
.layout_editor_box { padding:10px; border:1px solid #DDDDDD; }
.fixWidth { width:90%; }