<?phpprint_info_box_np(sprintf(gettext("The gateway configuration has been changed.%sYou must apply the changes in order for them to take effect."),"<br />"));?><br/><br/>
<td><ahref="system_gateway_groups.php?act=del&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this gateway group?");?>')"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-remove"></span></a></td>
?>"onclick="return confirm('<?=gettext("Do you really want to delete this gateway group?");?>')"class="btn btn-default btn-xs"><spanclass="glyphicon glyphicon-remove"></span></a></td>
</tr>
<tr>
<tdwidth="17"></td>
...
...
@@ -183,12 +189,15 @@ $main_buttons = array(
</table>
</td>
</tr>
<?php$i++;endforeach;?>
<?php$i++;
endforeach;?>
<trstyle="display:none;"><td></td></tr>
</tbody>
</table>
</div>
<p><b><?=gettext("Note:");?></b><?=gettext("Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used.");?></p>
<p><b><?=gettext("Note:");
?></b><?=gettext("Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, or policy-based routing. Without rules directing traffic into the Gateway Groups, they will not be used.");?></p>