위젯 설정시 input type="text"의 길이 늘림

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-18 06:24:07 +00:00
parent c7f8d90dd5
commit 3b792c1915
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@
</div></th>
<td>
<!--@if($var->type == "text")-->
<input type="text" name="{$id}" value="" class="inputTypeText" />
<input type="text" name="{$id}" value="" class="inputTypeText w400" />
<!--@elseif($var->type == "textarea")-->
<textarea name="{$id}" class="inputTypeTextArea w100"></textarea>