<inputname="del"type="submit"data-toggle="tooltip"data-placement="left"title="<?=gettext("delete selected rules");?>"onclick="return confirm('<?=gettext("Do you really want to delete the selected rules?");?>')"class="btn btn-primary"value="Delete selected rules"/>
<inputname="del_x"type="submit"data-toggle="tooltip"data-placement="left"title="<?=gettext("delete selected rules");?>"onclick="return confirm('<?=gettext("Do you really want to delete the selected rules?");?>')"class="btn btn-primary"value="Delete selected rules"/>
onclick="return confirm('<?=gettext("Do you really want to delete the selected mappings?");?>')"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-remove"></span></button>
<buttononmouseover="fr_insline(<?=$i;?>, true)"onmouseout="fr_insline(<?=$i;?>, false)"name="move_<?=$i;?>"type="submit"title="<?=gettext("move selected mappings to end");?>"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-arrow-left"></span></button>
<buttononmouseover="fr_insline(<?=$i;?>, true)"onmouseout="fr_insline(<?=$i;?>, false)"name="move_<?=$i;?>_x"type="submit"title="<?=gettext("move selected mappings to end");?>"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-arrow-left"></span></button>
<?php
endif;
?>
...
...
@@ -485,7 +485,7 @@ include("head.inc");
<?php
else:
?>
<buttonname="del"type="submit"title="<?=gettext("delete selected mappings");?>"onclick="return confirm('<?=gettext("Do you really want to delete the selected mappings?");?>')"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-remove"></span></button>
<buttonname="del_x"type="submit"title="<?=gettext("delete selected mappings");?>"onclick="return confirm('<?=gettext("Do you really want to delete the selected mappings?");?>')"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-remove"></span></button>