diff -u -r ./firewall_rules.php /home/mgb/www2/firewall_rules.php
--- ./firewall_rules.php 2004-07-25 22:26:54.927764968 -0500
+++ /home/mgb/www2/firewall_rules.php 2004-07-18 03:25:58.000000000 -0500
@@ -162,13 +162,13 @@
$textss = $textse = "";
}
?>
- <a href="?act=toggle&id=<?=$i;?>"><img src="<?=$iconfn;?>.gif" width="11" height="11"
border="0" alt="click to toggle enabled/disabled status" title="click to toggle enabled/disabled
status"></a>
+ <a href="?act=toggle&id=<?=$i;?>"><img src="<?=$iconfn;?>.gif" width="11" height="11"
border="0" alt="click to toggle enabled/disabled status"></a>
<?php if (isset($filterent['log'])):
$iconfn = "log_s";
if (isset($filterent['disabled']))
$iconfn .= "_d";
?>
- <br><a href="?act=toggle&id=<?=$i;?>"><img src="<?=$iconfn;?>.gif" width="11" height="15"
border="0" alt="click to toggle enabled/disabled status" title="click to toggle enabled/disabled
status"></a>
+ <br><a href="?act=toggle&id=<?=$i;?>"><img src="<?=$iconfn;?>.gif" width="11" height="15"
border="0" alt="click to toggle enabled/disabled status"></a>
<?php endif; ?>
</td>
<td class="listlr">
@@ -190,25 +190,25 @@
<?=$textss;?><?=htmlspecialchars($filterent['descr']);?> <?=$textse;?>
</td>
<td valign="middle" nowrap class="list">
- <a href="firewall_rules_edit.php?id=<?=$i;?>"><img src="e.gif" alt="edit rule" width="17"
height="17" border="0" title="edit rule"></a>
+ <a href="firewall_rules_edit.php?id=<?=$i;?>"><img src="e.gif" alt="edit rule" width="17"
height="17" border="0"></a>
<?php if (($i > 0) && ($a_filter[$i-1]['interface'] == $filterent['interface'])): ?>
- <a href="firewall_rules.php?act=up&id=<?=$i;?>"><img src="up.gif" alt="move up" width="17"
height="17" border="0" title="move up"></a>
+ <a href="firewall_rules.php?act=up&id=<?=$i;?>"><img src="up.gif" alt="move up" width="17"
height="17" border="0"></a>
<?php else: ?>
<img src="up_d.gif" width="17" height="17" border="0">
<?php endif; ?><br>
- <a href="firewall_rules.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want
to delete this rule?')"><img src="x.gif" alt="delete rule" width="17" height="17" border="0"
title="delete rule"></a>
+ <a href="firewall_rules.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really want
to delete this rule?')"><img src="x.gif" alt="delete rule" width="17" height="17" border="0"></a>
<?php if ($a_filter[$i+1]['interface'] == $filterent['interface']): ?>
- <a href="firewall_rules.php?act=down&id=<?=$i;?>"><img src="down.gif" alt="move down"
width="17" height="17" border="0" title="move down"></a>
+ <a href="firewall_rules.php?act=down&id=<?=$i;?>"><img src="down.gif" alt="move down"
width="17" height="17" border="0"></a>
<?php else: ?>
<img src="down_d.gif" width="17" height="17" border="0">
<?php endif; ?>
- <a href="firewall_rules_edit.php?dup=<?=$i;?>"><img src="plus.gif" alt="add a new rule based
on this one" width="17" height="17" border="0" title="add a new rule based on this one"></a>
+ <a href="firewall_rules_edit.php?dup=<?=$i;?>"><img src="plus.gif" alt="add a new rule based
on this one" width="17" height="17" border="0"></a>
</td>
</tr>
<?php endfor; ?>
<tr>
<td class="list" colspan="7"></td>
- <td class="list"> <a href="firewall_rules_edit.php"><img src="plus.gif" alt="add
new rule" width="17" height="17" border="0" title="add new rule"></a></td>
+ <td class="list"> <a href="firewall_rules_edit.php"><img src="plus.gif" alt="add
new rule" width="17" height="17" border="0"></a></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
diff -u -r ./firewall_shaper.php /home/mgb/www2/firewall_shaper.php
--- ./firewall_shaper.php 2004-07-25 22:28:09.365448720 -0500
+++ /home/mgb/www2/firewall_shaper.php 2004-07-18 03:25:58.000000000 -0500
@@ -169,9 +169,9 @@
echo "<br>";
echo "<a href=\"?act=toggle&id={$i}\">";
if ($shaperent['direction'] != "in")
- echo "<img src=\"out{$dis}.gif\" width=\"11\" height=\"11\" border=\"0\" style=\"margin-top:
5px\" alt=\"click to toggle enabled/disabled status\" title=\"click to toggle enabled/disabled
status\">";
+ echo "<img src=\"out{$dis}.gif\" width=\"11\" height=\"11\" border=\"0\" style=\"margin-top:
5px\" alt=\"click to toggle enabled/disabled status\">";
if ($shaperent['direction'] != "out")
- echo "<img src=\"in{$dis}.gif\" width=\"11\" height=\"11\" border=\"0\" style=\"margin-top:
5px\" alt=\"click to toggle enabled/disabled status\" title=\"click to toggle enabled/disabled
status\">";
+ echo "<img src=\"in{$dis}.gif\" width=\"11\" height=\"11\" border=\"0\" style=\"margin-top:
5px\" alt=\"click to toggle enabled/disabled status\">";
echo "</a>" . $textse;;
?>
</td>
@@ -201,19 +201,19 @@
<td class="listbg">
<?=$textss;?><?=htmlspecialchars($shaperent['descr']);?><?=$textse;?>
</td>
- <td valign="middle" nowrap class="list"> <a
href="firewall_shaper_edit.php?id=<?=$i;?>"><img src="e.gif" alt="edit rule" width="17" height="17"
border="0" title="edit rule"></a>
+ <td valign="middle" nowrap class="list"> <a
href="firewall_shaper_edit.php?id=<?=$i;?>"><img src="e.gif" alt="edit rule" width="17" height="17"
border="0"></a>
<?php if ($i > 0): ?>
- <a href="firewall_shaper.php?act=up&id=<?=$i;?>"><img src="up.gif"
alt="move up" width="17" height="17" border="0" title="move up"></a>
+ <a href="firewall_shaper.php?act=up&id=<?=$i;?>"><img src="up.gif"
alt="move up" width="17" height="17" border="0"></a>
<?php else: ?>
<img src="up_d.gif" width="17" height="17" border="0">
<?php endif; ?><br>
- <a href="firewall_shaper.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really
want to delete this rule?')"><img src="x.gif" alt="delete rule" width="17" height="17" border="0"
title="delete rule"></a>
+ <a href="firewall_shaper.php?act=del&id=<?=$i;?>" onclick="return confirm('Do you really
want to delete this rule?')"><img src="x.gif" alt="delete rule" width="17" height="17"
border="0"></a>
<?php if (isset($a_shaper[$i+1])): ?>
- <a href="firewall_shaper.php?act=down&id=<?=$i;?>"><img src="down.gif"
alt="move down" width="17" height="17" border="0" title="move down"></a>
+ <a href="firewall_shaper.php?act=down&id=<?=$i;?>"><img src="down.gif"
alt="move down" width="17" height="17" border="0"></a>
<?php else: ?>
<img src="down_d.gif" width="17" height="17" border="0">
<?php endif; ?>
- <a href="firewall_shaper_edit.php?dup=<?=$i;?>"><img src="plus.gif"
alt="add a new rule based on this one" width="17" height="17" border="0" title="add a new rule based
on this one"></a>
+ <a href="firewall_shaper_edit.php?dup=<?=$i;?>"><img src="plus.gif"
alt="add a new rule based on this one" width="17" height="17" border="0"></a>
</td>
</tr>
<?php $i++; endforeach; ?>
diff -u -r ./interfaces_assign.php /home/mgb/www2/interfaces_assign.php
--- ./interfaces_assign.php 2004-07-25 22:28:47.011725616 -0500
+++ /home/mgb/www2/interfaces_assign.php 2004-07-18 03:25:58.000000000 -0500
@@ -226,7 +226,7 @@
</td>
<td valign="middle" class="list">
<?php if (($ifname != 'lan') && ($ifname != 'wan')): ?>
- <a href="interfaces_assign.php?act=del&id=<?=$ifname;?>"><img src="x.gif" alt="delete
interface" width="17" height="17" border="0" title="delete interface"></a>
+ <a href="interfaces_assign.php?act=del&id=<?=$ifname;?>"><img src="x.gif" alt="delete
interface" width="17" height="17" border="0"></a>
<?php endif; ?>
</td>
</tr>
@@ -234,7 +234,7 @@
<tr>
<td class="list" colspan="2"></td>
<td class="list" nowrap><?php if (count($config['interfaces']) < count($portlist)): ?>
- <a href="interfaces_assign.php?act=add"><img src="plus.gif" alt="add interface" width="17"
height="17" border="0" title="add interface"></a>
+ <a href="interfaces_assign.php?act=add"><img src="plus.gif" alt="add interface" width="17"
height="17" border="0"></a>
<?php endif; ?> </td>
</tr>
</table> |