/modules/member/ /modules/point/ HTML5 forms attributes update.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11802 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-19 06:10:48 +00:00
parent 41a26515eb
commit cfc86f9b52
13 changed files with 99 additions and 73 deletions

View file

@ -19,7 +19,7 @@
<div class="x_control-group">
<label for="columnType" class="x_control-label">{$lang->column_type} *</label>
<div class="x_controls">
<select id="columnType" class="typeSelect" name="column_type">
<select id="columnType" class="typeSelect" name="column_type" style="width:220px">
<option loop="$lang->column_type_list=>$key,$type_info" value="{$key}" selected="selected"|cond="$formInfo->column_type == $key" >{$lang->column_type_list[$key]}</option>
</select>
</div>