Вход Регистрация
Файл: templates/_default_/components/com_forum_rename_thread.tpl
Строк: 25
<form action="/forum/renamethread{$thread.id}.html"
method="POST" id="renamethread_form"> <input
type="hidden" name="gorename" value="1"
/> <table border="0" cellpadding="5"
width="100%"> <tr> <td
valign="top">{$LANG.THREAD_TITLE}:</td>
<td valign="top"> <input
type="text" size="45"
value="{$thread.title|escape:html}" name="title"
id="title" class="text-input" />
</td> </tr> <tr> <td
valign="top">{$LANG.DESCRIPTION}:</td>
<td valign="top"> <input
type="text" size="45"
value="{$thread.description|escape:html}"
name="description" class="text-input" />
</td> </tr>
</table> </form> <script type="text/javascript"
src="/includes/jquery/jquery.form.js"></script> {literal}
<script type="text/javascript">
$(document).ready(function(){ $('#title').focus();
}); </script> {/literal}
Онлайн: 2
Реклама