|
@@ 1587-1589 (lines=3) @@
|
| 1584 |
|
<div class="righttext"> |
| 1585 |
|
<a class="button_link" href="', $scripturl, '?action=pm;sa=manrules;add;rid=0">', $txt['pm_add_rule'], '</a>'; |
| 1586 |
|
|
| 1587 |
|
if (!empty($context['rules'])) |
| 1588 |
|
echo ' |
| 1589 |
|
[<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>]'; |
| 1590 |
|
|
| 1591 |
|
if (!empty($context['rules'])) |
| 1592 |
|
echo ' |
|
@@ 1591-1594 (lines=4) @@
|
| 1588 |
|
echo ' |
| 1589 |
|
[<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>]'; |
| 1590 |
|
|
| 1591 |
|
if (!empty($context['rules'])) |
| 1592 |
|
echo ' |
| 1593 |
|
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '"> |
| 1594 |
|
<input type="submit" name="delselected" value="', $txt['pm_delete_selected_rule'], '" data-confirm="', $txt['pm_js_delete_rule_confirm'] ,'" class="button_submit smalltext you_sure">'; |
| 1595 |
|
|
| 1596 |
|
echo ' |
| 1597 |
|
</div> |