git-svn-id: http://xe-core.googlecode.com/svn/trunk@931 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 09:31:40 +00:00
parent ef4987da0e
commit 922fc2b621
5 changed files with 78 additions and 37 deletions

View file

@ -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>