에디터 컴포넌트의 input/select 객체의 width/height를 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2947 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-07 07:10:24 +00:00
parent 9eba8bde28
commit 93e03a74ae
9 changed files with 21 additions and 21 deletions

View file

@ -13,11 +13,11 @@
<col />
<tr>
<th scope="row">{$lang->multimedia_url}</th>
<td><input type="text" class="inputTypeText w100" id="multimedia_url" value="{$manual_url}" /></td>
<td><input type="text" class="inputTypeText w400" id="multimedia_url" value="{$manual_url}" /></td>
</tr>
<tr>
<th scope="row">{$lang->multimedia_caption}</th>
<td><input type="text" class="inputTypeText w100" id="multimedia_caption" value="" /></td>
<td><input type="text" class="inputTypeText w400" id="multimedia_caption" value="" /></td>
</tr>
<tr>
<th scope="row">{$lang->multimedia_width}</th>