Commit e9b0af86 authored by Franco Fichtner's avatar Franco Fichtner

firewall: fix link to advanced settings

(cherry picked from commit f6a6a082)
parent 443ddcdd
...@@ -343,7 +343,7 @@ $( document ).ready(function() { ...@@ -343,7 +343,7 @@ $( document ).ready(function() {
<td class="hidden-xs hidden-sm">&nbsp;</td> <td class="hidden-xs hidden-sm">&nbsp;</td>
<td><?=gettext("Block all IPv6 traffic");?></td> <td><?=gettext("Block all IPv6 traffic");?></td>
<td> <td>
<a href="system_advanced_network.php" data-toggle="tooltip" title="<?=gettext("change configuration");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a> <a href="system_advanced_firewall.php" data-toggle="tooltip" title="<?=gettext("change configuration");?>" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-pencil"></span></a>
</td> </td>
</tr> </tr>
<?php <?php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment