mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
ce4905e534
commit
4735fae507
@ -24,6 +24,7 @@
|
||||
// What are we looking for? Let's make sure it isn't dangerous.
|
||||
if(isset($_GET['search'])) {
|
||||
$Search = trim($_GET['search']);
|
||||
|
||||
} else {
|
||||
$Search = '';
|
||||
}
|
||||
|
@ -512,7 +512,7 @@
|
||||
}
|
||||
if($ThreadInfo['LastPostAuthorID']==$LoggedUser['ID'] && (check_perms('site_forums_double_post') || in_array($ForumID, $ForumsDoublePost))) {
|
||||
?>
|
||||
<input id="mergebox" type="checkbox" name="merge" checked="checked" tabindex="2" />
|
||||
<input id="mergebox" type="checkbox" name="merge" tabindex="2" />
|
||||
<label for="mergebox">Merge</label>
|
||||
<? } ?>
|
||||
<input id="post_preview" type="button" value="Preview" tabindex="1" onclick="if(this.preview){Quick_Edit();}else{Quick_Preview();}" />
|
||||
|
Loading…
Reference in New Issue
Block a user