|
@@ -106,14 +106,14 @@ echo "\t\t$Pages\n";
|
106
|
106
|
<? } ?>
|
107
|
107
|
</span>
|
108
|
108
|
<br />
|
109
|
|
- <input type="search" name="search" placeholder="<?=(!empty($_GET['search']) ? display_str($_GET['search']) : 'Search '.($Section === 'sentbox' ? 'sentbox' : 'inbox'))?>" style="width: 98%;" />
|
|
109
|
+ <input type="search" name="search" placeholder="<?=(!empty($_GET['search']) ? display_str($_GET['search']) : 'Search '.($Section === 'sentbox' ? 'sentbox' : 'inbox'))?>" />
|
110
|
110
|
</div>
|
111
|
111
|
</form>
|
112
|
112
|
<form class="manage_form" name="messages" action="inbox.php" method="post" id="messageform">
|
113
|
113
|
<input type="hidden" name="action" value="masschange" />
|
114
|
114
|
<input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
|
115
|
|
- <input type="submit" name="read" value="Mark as read" />
|
116
|
|
- <input type="submit" name="unread" value="Mark as unread" />
|
|
115
|
+ <input type="submit" name="read" value="Mark as read" />
|
|
116
|
+ <input type="submit" name="unread" value="Mark as unread" />
|
117
|
117
|
<input type="submit" name="delete" value="Delete message(s)" />
|
118
|
118
|
|
119
|
119
|
<table class="message_table checkboxes">
|
|
@@ -170,8 +170,8 @@ echo "\t\t$Pages\n";
|
170
|
170
|
}
|
171
|
171
|
} ?>
|
172
|
172
|
</table>
|
173
|
|
- <input type="submit" name="read" value="Mark as read" />
|
174
|
|
- <input type="submit" name="unread" value="Mark as unread" />
|
|
173
|
+ <input type="submit" name="read" value="Mark as read" />
|
|
174
|
+ <input type="submit" name="unread" value="Mark as unread" />
|
175
|
175
|
<input type="submit" name="delete" value="Delete message(s)" />
|
176
|
176
|
</form>
|
177
|
177
|
<? } ?>
|