Commit ad415db0 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

fix firewall widget:

IF -> Interface ("If" can be wrongly translated to a conditional ->
using interface will fix this)
Unlock the cell width: This will prevent Firefox to write over the cell
range.

(cherry picked from commit e1110efa)
parent 964305d4
...@@ -266,19 +266,12 @@ endforeach; ...@@ -266,19 +266,12 @@ endforeach;
</form> </form>
</div> </div>
<table class="table table-striped" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;" summary="logs"> <table class="table table-striped" width="100%" border="0" cellpadding="0" cellspacing="0" summary="logs">
<colgroup>
<col style='width: 7%;' />
<col style='width: 23%;' />
<col style='width: 11%;' />
<col style='width: 28%;' />
<col style='width: 31%;' />
</colgroup>
<thead> <thead>
<tr> <tr>
<td class="listhdrr"><?=gettext("Act");?></td> <td class="listhdrr"><?=gettext("Act");?></td>
<td class="listhdrr"><?=gettext("Time");?></td> <td class="listhdrr"><?=gettext("Time");?></td>
<td class="listhdrr"><?=gettext("IF");?></td> <td class="listhdrr"><?=gettext("Interface");?></td>
<td class="listhdrr"><?=gettext("Source");?></td> <td class="listhdrr"><?=gettext("Source");?></td>
<td class="listhdrr"><?=gettext("Destination");?></td> <td class="listhdrr"><?=gettext("Destination");?></td>
</tr> </tr>
......
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