mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
위젯 설정시 input type="text"의 길이 늘림
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c7f8d90dd5
commit
3b792c1915
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue