|
@@ 1637-1639 (lines=3) @@
|
| 1634 |
|
<div class="righttext"> |
| 1635 |
|
<a class="button" href="', $scripturl, '?action=pm;sa=manrules;add;rid=0">', $txt['pm_add_rule'], '</a>'; |
| 1636 |
|
|
| 1637 |
|
if (!empty($context['rules'])) |
| 1638 |
|
echo ' |
| 1639 |
|
[<a href="', $scripturl, '?action=pm;sa=manrules;apply;', $context['session_var'], '=', $context['session_id'], '" onclick="return confirm(\'', $txt['pm_js_apply_rules_confirm'], '\');">', $txt['pm_apply_rules'], '</a>]'; |
| 1640 |
|
|
| 1641 |
|
if (!empty($context['rules'])) |
| 1642 |
|
echo ' |
|
@@ 1641-1644 (lines=4) @@
|
| 1638 |
|
echo ' |
| 1639 |
|
[<a href="', $scripturl, '?action=pm;sa=manrules;apply;', $context['session_var'], '=', $context['session_id'], '" onclick="return confirm(\'', $txt['pm_js_apply_rules_confirm'], '\');">', $txt['pm_apply_rules'], '</a>]'; |
| 1640 |
|
|
| 1641 |
|
if (!empty($context['rules'])) |
| 1642 |
|
echo ' |
| 1643 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
| 1644 |
|
<input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" data-confirm="', $txt['pm_js_delete_rule_confirm'] ,'" class="button smalltext you_sure">'; |
| 1645 |
|
|
| 1646 |
|
echo ' |
| 1647 |
|
</div> |