|
@@ -183,17 +183,17 @@ View::show_header($ThreadInfo['Title'] . ' < '.$Forums[$ForumID]['Name'].' &l
|
183
|
183
|
</div>
|
184
|
184
|
<div id="searchthread" class="hidden center">
|
185
|
185
|
<div style="display: inline-block;">
|
186
|
|
- <h3>Search this thread:</h3>
|
|
186
|
+ <h3>Search This Thread</h3>
|
187
|
187
|
<form class="search_form" name="forum_thread" action="forums.php" method="get">
|
188
|
188
|
<input type="hidden" name="action" value="search" />
|
189
|
189
|
<input type="hidden" name="threadid" value="<?=$ThreadID?>" />
|
190
|
190
|
<table class="layout border">
|
191
|
191
|
<tr>
|
192
|
|
- <td><strong>Search for:</strong></td>
|
|
192
|
+ <td><strong>Search Terms</strong></td>
|
193
|
193
|
<td><input type="search" id="searchbox" name="search" size="70" /></td>
|
194
|
194
|
</tr>
|
195
|
195
|
<tr>
|
196
|
|
- <td><strong>Posted by:</strong></td>
|
|
196
|
+ <td><strong>Posted By</strong></td>
|
197
|
197
|
<td><input type="search" id="username" name="user" placeholder="Username" size="70" /></td>
|
198
|
198
|
</tr>
|
199
|
199
|
<tr>
|
|
@@ -532,7 +532,7 @@ foreach ($Thread as $Key => $Post) {
|
532
|
532
|
if (!$ThreadInfo['IsLocked'] || check_perms('site_moderate_forums')) {
|
533
|
533
|
if (Forums::check_forumperm($ForumID, 'Write') && !$LoggedUser['DisablePosting']) {
|
534
|
534
|
View::parse('generic/reply/quickreply.php', array(
|
535
|
|
- 'InputTitle' => 'Post reply',
|
|
535
|
+ 'InputTitle' => 'Reply',
|
536
|
536
|
'InputName' => 'thread',
|
537
|
537
|
'InputID' => $ThreadID,
|
538
|
538
|
'ForumID' => $ForumID,
|
|
@@ -549,7 +549,7 @@ if (check_perms('site_moderate_forums')) {
|
549
|
549
|
$Notes = G::$DB->to_array();
|
550
|
550
|
?>
|
551
|
551
|
<br />
|
552
|
|
- <h3 id="thread_notes">Thread notes</h3> <a data-toggle-target="#thread_notes_table" class="brackets">Toggle</a>
|
|
552
|
+ <h3 id="thread_notes">Notes</h3> <a data-toggle-target="#thread_notes_table" class="brackets">Toggle</a>
|
553
|
553
|
<form action="forums.php" method="post">
|
554
|
554
|
<input type="hidden" name="action" value="take_topic_notes" />
|
555
|
555
|
<input type="hidden" name="auth" value="<?=$LoggedUser['AuthKey']?>" />
|
|
@@ -571,7 +571,7 @@ if (check_perms('site_moderate_forums')) {
|
571
|
571
|
</table>
|
572
|
572
|
</form>
|
573
|
573
|
<br />
|
574
|
|
- <h3>Edit thread</h3>
|
|
574
|
+ <h3>Edit</h3>
|
575
|
575
|
<form class="edit_form" name="forum_thread" action="forums.php" method="post">
|
576
|
576
|
<div>
|
577
|
577
|
<input type="hidden" name="action" value="mod_thread" />
|
|
@@ -605,7 +605,7 @@ if (check_perms('site_moderate_forums')) {
|
605
|
605
|
</td>
|
606
|
606
|
</tr>
|
607
|
607
|
<tr>
|
608
|
|
- <td class="label"><label for="move_thread_selector">Move thread</label></td>
|
|
608
|
+ <td class="label"><label for="move_thread_selector">Move</label></td>
|
609
|
609
|
<td>
|
610
|
610
|
<select name="forumid" id="move_thread_selector" tabindex="2">
|
611
|
611
|
<?
|
|
@@ -634,7 +634,7 @@ if (check_perms('site_moderate_forums')) {
|
634
|
634
|
</tr>
|
635
|
635
|
<? if (check_perms('site_admin_forums')) { ?>
|
636
|
636
|
<tr>
|
637
|
|
- <td class="label"><label for="delete_thread_checkbox">Delete thread</label></td>
|
|
637
|
+ <td class="label"><label for="delete_thread_checkbox">Delete</label></td>
|
638
|
638
|
<td>
|
639
|
639
|
<input type="checkbox" id="delete_thread_checkbox" name="delete" tabindex="2" />
|
640
|
640
|
</td>
|
|
@@ -642,7 +642,7 @@ if (check_perms('site_moderate_forums')) {
|
642
|
642
|
<? } ?>
|
643
|
643
|
<tr>
|
644
|
644
|
<td colspan="2" class="center">
|
645
|
|
- <input type="submit" value="Edit thread" tabindex="2" />
|
|
645
|
+ <input type="submit" value="Edit" tabindex="2" />
|
646
|
646
|
<span class="float_right">
|
647
|
647
|
<input type="submit" name="trash" value="Trash" tabindex="2" />
|
648
|
648
|
</span>
|