mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Admin HTML Markup Clean.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0634424830
commit
024a234f6a
74 changed files with 732 additions and 838 deletions
|
|
@ -14,19 +14,19 @@
|
|||
<col />
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_url}</div></th>
|
||||
<td><input type="text" class="inputTypeText w400" id="multimedia_url" value="{$manual_url}" /></td>
|
||||
<td><input type="text" id="multimedia_url" value="{$manual_url}" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_caption}</div></th>
|
||||
<td><input type="text" class="inputTypeText w400" id="multimedia_caption" value="" /></td>
|
||||
<td><input type="text" id="multimedia_caption" value="" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_width}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="multimedia_width" value="400" />px</td>
|
||||
<td><input type="text" size="3" id="multimedia_width" value="400" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_height}</div></th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="multimedia_height" value="400" />px</td>
|
||||
<td><input type="text" size="3" id="multimedia_height" value="400" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_auto_start}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue