diff options
Diffstat (limited to 'templates/show_rules.inc.php')
-rw-r--r-- | templates/show_rules.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rules.inc.php b/templates/show_rules.inc.php index 29554514..93754da4 100644 --- a/templates/show_rules.inc.php +++ b/templates/show_rules.inc.php @@ -46,7 +46,7 @@ $logic_operator = strtolower($logic_operator); <tr id="rules_addrowbutton"> <td> <a id="addrowbutton" href="javascript:void(0)"> - <?php echo get_user_icon('add'); ?> + <?php echo UI::get_icon('add'); ?> <?php echo T_('Add Another Rule'); ?> </a> <script type="text/javascript">Event.observe('addrowbutton', 'click', SearchRow.add);</script> |