Projet

Général

Profil

« Précédent | Suivant » 

Révision c739be2c

Ajouté par Colin Fleming il y a presque 10 ans

Add "match" to floating rules

Add "match" to floating rules as proposed in the forums
https://forum.pfsense.org/index.php?topic=76611.0
Remove Windows Thumbnail cache files

Voir les différences:

usr/local/www/firewall_rules.php
511 511
					$iconfn = "block";
512 512
				else if ($filterent['type'] == "reject")
513 513
					$iconfn = "reject";
514
				else if ($filterent['type'] == "match")
515
					$iconfn = "match";
514 516
				else
515 517
					$iconfn = "pass";
516 518
				if (isset($filterent['disabled'])) {
......
829 831
		<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0" summary="icons">
830 832
			<tr>
831 833
				<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_pass.gif" width="11" height="11" alt="pass" /></td>
832
				<td><?=gettext("pass");?></td>
834
				<td width="100"><?=gettext("pass");?></td>
835
				<td width="14"></td>
836
				<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_match.gif" width="11" height="11" alt="match" /></td>
837
				<td width="100"><?=gettext("match");?></td>
833 838
				<td width="14"></td>
834 839
				<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_block.gif" width="11" height="11" alt="block" /></td>
835
				<td><?=gettext("block");?></td>
840
				<td width="100"><?=gettext("block");?></td>
836 841
				<td width="14"></td>
837 842
				<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_reject.gif" width="11" height="11" alt="reject" /></td>
838
				<td><?=gettext("reject");?></td>
843
				<td width="100"><?=gettext("reject");?></td>
839 844
				<td width="14"></td>
840 845
				<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_log.gif" width="11" height="11" alt="log" /></td>
841
				<td><?=gettext("log");?></td>
846
				<td width="100"><?=gettext("log");?></td>
842 847
			</tr>
843 848
			<tr>
844 849
				<td><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_pass_d.gif" width="11" height="11" alt="pass disabled" /></td>
845 850
				<td class="nowrap"><?=gettext("pass (disabled)");?></td>
846 851
				<td>&nbsp;</td>
852
				<td><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_match_d.gif" width="11" height="11" alt="match disabled" /></td>
853
				<td class="nowrap"><?=gettext("match (disabled)");?></td>
854
				<td>&nbsp;</td>
847 855
				<td><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_block_d.gif" width="11" height="11" alt="block disabled" /></td>
848 856
				<td class="nowrap"><?=gettext("block (disabled)");?></td>
849 857
				<td>&nbsp;</td>

Formats disponibles : Unified diff