forked from GithubBackups/tinyib
Disable browser's autocomplete on subject and embed fields
This commit is contained in:
parent
c0587ac436
commit
b37f1b1a0d
@ -280,7 +280,7 @@ EOF;
|
|||||||
CAPTCHA
|
CAPTCHA
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="captcha" id="captcha" autocomplete="off" size="6" accesskey="c"> (enter the text below)<br>
|
<input type="text" name="captcha" id="captcha" size="6" accesskey="c" autocomplete="off"> (enter the text below)<br>
|
||||||
<img id="captchaimage" src="inc/captcha.php" width="175" height="55" alt="CAPTCHA" onclick="javascript:reloadCAPTCHA()" style="margin-top: 5px;cursor: pointer;">
|
<img id="captchaimage" src="inc/captcha.php" width="175" height="55" alt="CAPTCHA" onclick="javascript:reloadCAPTCHA()" style="margin-top: 5px;cursor: pointer;">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -314,7 +314,7 @@ EOF;
|
|||||||
Embed
|
Embed
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="embed" size="28" accesskey="e"> (paste a YouTube URL)
|
<input type="text" name="embed" size="28" accesskey="x" autocomplete="off"> (paste a YouTube URL)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
EOF;
|
EOF;
|
||||||
@ -372,7 +372,7 @@ EOF;
|
|||||||
Subject
|
Subject
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="subject" size="40" maxlength="75" accesskey="s">
|
<input type="text" name="subject" size="40" maxlength="75" accesskey="s" autocomplete="off">
|
||||||
<input type="submit" value="Submit" accesskey="z">
|
<input type="submit" value="Submit" accesskey="z">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -620,7 +620,7 @@ function manageRawPostForm() {
|
|||||||
Subject
|
Subject
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="subject" size="40" maxlength="75" accesskey="s">
|
<input type="text" name="subject" size="40" maxlength="75" accesskey="s" autocomplete="off">
|
||||||
<input type="submit" value="Submit" accesskey="z">
|
<input type="submit" value="Submit" accesskey="z">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user