Please Wait Terr0r
Posted: 22 Dec 2011, 14:26
I have a error from this MOD
If I click from Quick Reply on full editor, submit or preview then I get this
This is is my quickreply_editor.html
How can I fix that ?
Greets Terr0r
If I click from Quick Reply on full editor, submit or preview then I get this
This is is my quickreply_editor.html
Code: Select all
<form method="post" action="{U_QR_ACTION}">
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h3>{L_QUICKREPLY}</h3>
<input type="hidden" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" />
<div style="text-align:center;">
<textarea id="message" style="height: 9em; width:99.4%; font-size:1.14em; background: #FFFFFF url('{ROOT_PATH}images/message.png') center no-repeat;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
<label for="message" class="counter"></label>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<fieldset id="buttons" class="submit-buttons">
{S_FORM_TOKEN}
{QR_HIDDEN_FIELDS}
<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingsub').style.display='block';" />
<input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button2" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingpre').style.display='block';document.getElementById('postform').action += '#preview';" />
<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" onclick="JavaScript:document.getElementById('buttons').style.display='none';document.getElementById('processingfed').style.display='block';" />
</fieldset>
<fieldset id="processingsub" class="submit-buttons" style="display:none;">
<img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_POST_SENDING}" disabled="disabled" />
</fieldset>
<fieldset id="processingpre" class="submit-buttons" style="display:none;">
<img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_PREVIEW_SENDING}" disabled="disabled" />
</fieldset>
<fieldset id="processingfed" class="submit-buttons" style="display:none;">
<img src="{ROOT_PATH}images/loader.gif" width="16" height="16" alt="" style="margin-bottom:-5px; padding-right:10px;" /> <input class="button1" type="button" value="{L_FULLED_SENDING}" disabled="disabled" />
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</form>
Greets Terr0r