Revision 026f3639
Added by Renato Botelho about 11 years ago
usr/local/www/services_unbound_acls.php | ||
---|---|---|
318 | 318 |
<tr> |
319 | 319 |
<td width="25%" class="listhdrr"><?=gettext("Access List Name"); ?></td> |
320 | 320 |
<td width="25%" class="listhdrr"><?=gettext("Action"); ?></td> |
321 |
<td width="40%" class="listhdrr"><?=gettext("Description"); ?></td>
|
|
322 |
<td width="10%" class="list"></td>
|
|
321 |
<td width="45%" class="listhdr"><?=gettext("Description"); ?></td>
|
|
322 |
<td width="5%" class="list"> </td>
|
|
323 | 323 |
</tr> |
324 | 324 |
</thead> |
325 | 325 |
<tfoot> |
326 | 326 |
<tr> |
327 |
<td class="list" colspan="4"></td>
|
|
327 |
<td class="list" colspan="3"> </td>
|
|
328 | 328 |
<td class="list"> |
329 |
<a href="services_unbound_acls.php?act=new"> |
|
330 |
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("Add new Access List"); ?>" border="0" alt="add" /> |
|
331 |
</a> |
|
329 |
<table border="0" cellspacing="0" cellpadding="1" summary="icons"> |
|
330 |
<tr> |
|
331 |
<td width="17"> </td> |
|
332 |
<td valign="middle"><a href="services_unbound_acls.php?act=new"> |
|
333 |
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("Add new Access List"); ?>" border="0" alt="add" /> |
|
334 |
</a></td> |
|
335 |
</tr> |
|
336 |
</table> |
|
332 | 337 |
</td> |
333 | 338 |
</tr> |
334 | 339 |
<tr> |
... | ... | |
346 | 351 |
?> |
347 | 352 |
<tr ondblclick="document.location='services_unbound_acls.php?act=edit&id=<?=$i;?>'"> |
348 | 353 |
<td class="listlr"> |
349 |
<?=$acl['aclname'];?>
|
|
354 |
<?=htmlspecialchars($acl['aclname']);?>
|
|
350 | 355 |
</td> |
351 | 356 |
<td class="listr"> |
352 | 357 |
<?=htmlspecialchars($acl['aclaction']);?> |
... | ... | |
355 | 360 |
<?=htmlspecialchars($acl['description']);?> |
356 | 361 |
</td> |
357 | 362 |
<td valign="middle" class="list nowrap"> |
358 |
<a href="services_unbound_acls.php?act=edit&id=<?=$i;?>"> |
|
359 |
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit access list"); ?>" width="17" height="17" border="0" alt="edit" /> |
|
360 |
</a> |
|
361 |
|
|
362 |
<a href="services_unbound_acls.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this access list?"); ?>')"> |
|
363 |
<img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete access list"); ?>" width="17" height="17" border="0" alt="delete" /> |
|
364 |
</a> |
|
363 |
<table border="0" cellspacing="0" cellpadding="1" summary="icons"> |
|
364 |
<tr> |
|
365 |
<td valign="middle"><a href="services_unbound_acls.php?act=edit&id=<?=$i;?>"> |
|
366 |
<img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit access list"); ?>" width="17" height="17" border="0" alt="edit" /> |
|
367 |
</a></td> |
|
368 |
<td valign="middle"><a href="services_unbound_acls.php?act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this access list?"); ?>')"> |
|
369 |
<img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete access list"); ?>" width="17" height="17" border="0" alt="delete" /> |
|
370 |
</a></td> |
|
371 |
</tr> |
|
372 |
</table> |
|
365 | 373 |
</td> |
366 | 374 |
</tr> |
367 | 375 |
<?php |
Also available in: Unified diff
Few GUI tweaks on unbound ACL page