| @@ 89-94 (lines=6) @@ | ||
| 86 | echo ' |
|
| 87 | <div id="recent" class="main_content">'; |
|
| 88 | ||
| 89 | if ($context['showCheckboxes']) |
|
| 90 | echo ' |
|
| 91 | <form action="', $scripturl, '?action=quickmod" method="post" accept-charset="', $context['character_set'], '" name="quickModForm" id="quickModForm"> |
|
| 92 | <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
| 93 | <input type="hidden" name="qaction" value="markread"> |
|
| 94 | <input type="hidden" name="redirect_url" value="action=unread', (!empty($context['showing_all_topics']) ? ';all' : ''), $context['querystring_board_limits'], '">'; |
|
| 95 | ||
| 96 | if (!empty($context['topics'])) |
|
| 97 | { |
|
| @@ 236-241 (lines=6) @@ | ||
| 233 | echo ' |
|
| 234 | <div id="recent">'; |
|
| 235 | ||
| 236 | if ($context['showCheckboxes']) |
|
| 237 | echo ' |
|
| 238 | <form action="', $scripturl, '?action=quickmod" method="post" accept-charset="', $context['character_set'], '" name="quickModForm" id="quickModForm"> |
|
| 239 | <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
| 240 | <input type="hidden" name="qaction" value="markread"> |
|
| 241 | <input type="hidden" name="redirect_url" value="action=unreadreplies', (!empty($context['showing_all_topics']) ? ';all' : ''), $context['querystring_board_limits'], '">'; |
|
| 242 | ||
| 243 | if (!empty($context['topics'])) |
|
| 244 | { |
|
| @@ 379-381 (lines=3) @@ | ||
| 376 | echo ' |
|
| 377 | <br>'; |
|
| 378 | } |
|
| 379 | if (!empty($context['move_smiley'])) |
|
| 380 | echo ' |
|
| 381 | <a href="', $scripturl, '?action=admin;area=smileys;sa=setorder;location=', $location['id'], ';source=', $context['move_smiley'], ';row=', $location['last_row'], ';reorder=1;', $context['session_var'], '=', $context['session_id'], '"><span class="generic_icons select_below" title="', $txt['smileys_move_here'], '"></span></a>'; |
|
| 382 | echo ' |
|
| 383 | </div><!-- .windowbg2 --> |
|
| 384 | <input type="hidden" name="reorder" value="1"> |
|
| @@ 716-725 (lines=10) @@ | ||
| 713 | <br class="clear">'; |
|
| 714 | } |
|
| 715 | } |
|
| 716 | else |
|
| 717 | { |
|
| 718 | if (!empty($context['can_post'])) |
|
| 719 | { |
|
| 720 | echo ' |
|
| 721 | <div class="week_add_event"> |
|
| 722 | <a href="', $scripturl, '?action=calendar;sa=post;month=', $month_data['current_month'], ';year=', $month_data['current_year'], ';day=', $day['day'], ';', $context['session_var'], '=', $context['session_id'], '">', $txt['calendar_post_event'], '</a> |
|
| 723 | </div>'; |
|
| 724 | } |
|
| 725 | } |
|
| 726 | echo ' |
|
| 727 | </td> |
|
| 728 | <td class="', implode(' ', $classes), !empty($day['holidays']) ? ' holidays' : ' disabled', ' holiday_col" data-css-prefix="' . $txt['calendar_prompt'] . ' ">'; |
|