|
|
|
|
99
|
<form class="send_form center" name="reply" id="quickpostform" <?=isset($Action)?'action="'.$Action.'"':''?> method="post"<? if (!check_perms('users_mod')) { ?> onsubmit="quickpostform.submit_button.disabled = true;"<? } ?> <? if (!G::$LoggedUser['DisableAutoSave']) { ?>data-autosave-text="quickpost"<? } ?>>
|
99
|
<form class="send_form center" name="reply" id="quickpostform" <?=isset($Action)?'action="'.$Action.'"':''?> method="post"<? if (!check_perms('users_mod')) { ?> onsubmit="quickpostform.submit_button.disabled = true;"<? } ?> <? if (!G::$LoggedUser['DisableAutoSave']) { ?>data-autosave-text="quickpost"<? } ?>>
|
100
|
<input type="hidden" name="action" value="<?=$InputAction?>" />
|
100
|
<input type="hidden" name="action" value="<?=$InputAction?>" />
|
101
|
<input type="hidden" name="auth" value="<?=G::$LoggedUser['AuthKey']?>" />
|
101
|
<input type="hidden" name="auth" value="<?=G::$LoggedUser['AuthKey']?>" />
|
102
|
- <input type="hidden" name="<?=$InputName?>" value="<?=$InputID?>" />
|
|
|
|
|
102
|
+ <input type="hidden" name="<?=$InputName?>" data-autosave-id="<?=$InputID?>" value="<?=$InputID?>" />
|
103
|
<div id="quickreplytext">
|
103
|
<div id="quickreplytext">
|
104
|
<?
|
104
|
<?
|
105
|
echo $ReplyText->getBuffer();
|
105
|
echo $ReplyText->getBuffer();
|