mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
#18033904 관련/ 멀티미디어 배경 설정 추가.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6489 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3983c16078
commit
53ca39ddfb
5 changed files with 33 additions and 3 deletions
|
|
@ -31,6 +31,16 @@
|
|||
<th scope="row"><div>{$lang->multimedia_auto_start}</div></th>
|
||||
<td><input type="checkbox" id="multimedia_auto_start" value="Y" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->multimedia_wmode}</div></th>
|
||||
<td>
|
||||
<select name="multimedia_wmode">
|
||||
<option value="window">{$lang->multimedia_wmode_window}</option>
|
||||
<option value="opaque">{$lang->multimedia_wmode_opaque}</option>
|
||||
<option value="transparent" selected="selected">{$lang->multimedia_wmode_transparent}</option>
|
||||
</select>
|
||||
<p>{$lang->about_ccl_allow_modification}</p>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
<div id="popFooter">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue