mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@612 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c14b0936d
commit
0602985e32
3 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.editor_window {
|
||||
width:500px;
|
||||
width:550px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,13 @@
|
|||
<div class="editor_title">{$lang->slide_show}</div>
|
||||
|
||||
<div class="header">{$lang->width}</div>
|
||||
<div class="body"><input type="text" class="editor_input" name="width" />px</div>
|
||||
<div class="body"><input type="text" class="editor_input" name="width" value="600" />px</div>
|
||||
|
||||
<div class="header">{$lang->height}</div>
|
||||
<div class="body"><input type="text" class="editor_input" name="height" />px</div>
|
||||
<div class="body"><input type="text" class="editor_input" name="height" value="600" />px</div>
|
||||
|
||||
<div class="header">{$lang->cmd_make_thumbnail}</div>
|
||||
<div class="body"><input type="checkbox" name="make_thumbnail" value="Y" checked="true" /></div>
|
||||
|
||||
<div class="header">{$lang->image_list}</div>
|
||||
<div class="body">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue