mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@931 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef4987da0e
commit
922fc2b621
5 changed files with 78 additions and 37 deletions
|
|
@ -15,7 +15,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->title}</th>
|
||||
<td><input type="text" name="title" /></td>
|
||||
<td><input type="text" name="title" id="message_title" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">{$editor}</td>
|
||||
|
|
@ -29,3 +29,7 @@
|
|||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window, 'load', function() { xGetElementById("message_title").focus(); });
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue