| @@ 676-683 (lines=8) @@ | ||
| 673 | </div><!-- .event_wrapper -->'; |
|
| 674 | } |
|
| 675 | ||
| 676 | if (!empty($context['can_post'])) |
|
| 677 | { |
|
| 678 | echo ' |
|
| 679 | <div class="week_add_event"> |
|
| 680 | <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> |
|
| 681 | </div> |
|
| 682 | <br class="clear">'; |
|
| 683 | } |
|
| 684 | } |
|
| 685 | else |
|
| 686 | { |
|
| @@ 685-692 (lines=8) @@ | ||
| 682 | <br class="clear">'; |
|
| 683 | } |
|
| 684 | } |
|
| 685 | else |
|
| 686 | { |
|
| 687 | if (!empty($context['can_post'])) |
|
| 688 | echo ' |
|
| 689 | <div class="week_add_event"> |
|
| 690 | <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> |
|
| 691 | </div>'; |
|
| 692 | } |
|
| 693 | echo ' |
|
| 694 | </td> |
|
| 695 | <td class="', implode(' ', $classes), !empty($day['holidays']) ? ' holidays' : ' disabled', ' holiday_col" data-css-prefix="' . $txt['calendar_prompt'] . ' ">'; |
|
| @@ 378-380 (lines=3) @@ | ||
| 375 | echo ' |
|
| 376 | <br>'; |
|
| 377 | } |
|
| 378 | if (!empty($context['move_smiley'])) |
|
| 379 | echo ' |
|
| 380 | <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>'; |
|
| 381 | echo ' |
|
| 382 | </div><!-- .windowbg --> |
|
| 383 | <input type="hidden" name="reorder" value="1"> |
|
| @@ 86-91 (lines=6) @@ | ||
| 83 | echo ' |
|
| 84 | <div id="recent" class="main_content">'; |
|
| 85 | ||
| 86 | if ($context['showCheckboxes']) |
|
| 87 | echo ' |
|
| 88 | <form action="', $scripturl, '?action=quickmod" method="post" accept-charset="', $context['character_set'], '" name="quickModForm" id="quickModForm"> |
|
| 89 | <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
| 90 | <input type="hidden" name="qaction" value="markread"> |
|
| 91 | <input type="hidden" name="redirect_url" value="action=unread', (!empty($context['showing_all_topics']) ? ';all' : ''), $context['querystring_board_limits'], '">'; |
|
| 92 | ||
| 93 | if (!empty($context['topics'])) |
|
| 94 | { |
|
| @@ 237-242 (lines=6) @@ | ||
| 234 | echo ' |
|
| 235 | <div id="recent">'; |
|
| 236 | ||
| 237 | if ($context['showCheckboxes']) |
|
| 238 | echo ' |
|
| 239 | <form action="', $scripturl, '?action=quickmod" method="post" accept-charset="', $context['character_set'], '" name="quickModForm" id="quickModForm"> |
|
| 240 | <input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
|
| 241 | <input type="hidden" name="qaction" value="markread"> |
|
| 242 | <input type="hidden" name="redirect_url" value="action=unreadreplies', (!empty($context['showing_all_topics']) ? ';all' : ''), $context['querystring_board_limits'], '">'; |
|
| 243 | ||
| 244 | if (!empty($context['topics'])) |
|
| 245 | { |
|