</tbody> </table> <?php if ($createrule || $canapply): ?> <div class="control" style="padding:2px"> <?php if ($createrule): ?> <input class="button" type="button" onclick="window.location='<?php echo addslashes($rule_url) ?>'" value=" <?php echo _("New Rule") ?> " /> <?php endif; if ($canapply): ?> <input class="button" type="button" onclick="document.filters.actionID.value='apply_filters';document.filters.submit(); return true;" value=" <?php echo _("Apply Filters") ?> " /> <?php endif; endif; ?> </div> </form>