Revision d2ce93d3
Added by Scott Ullrich almost 18 years ago
usr/local/www/system_groupmanager.php | ||
---|---|---|
288 | 288 |
<td class="listbg"> |
289 | 289 |
<?=count($group['pages']);?> |
290 | 290 |
</td> |
291 |
<td valign="middle" nowrap class="list"> <a href="system_groupmanager.php?act=edit&id=<?=$i; ?>"><img src="e.gif" title="edit group" width="17" height="17" border="0"></a> |
|
292 |
<a href="system_groupmanager.php?act=del&id=<?=$i; ?>" onclick="return confirm('Do you really want to delete this group?')"><img src="x.gif" title="delete group" width="17" height="17" border="0"></a></td> |
|
291 |
<td valign="middle" nowrap class="list"> <a href="system_groupmanager.php?act=edit&id=<?=$i; ?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_e.gif" title="edit group" width="17" height="17" border="0"></a>
|
|
292 |
<a href="system_groupmanager.php?act=del&id=<?=$i; ?>" onclick="return confirm('Do you really want to delete this group?')"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" title="delete group" width="17" height="17" border="0"></a></td>
|
|
293 | 293 |
</tr> |
294 | 294 |
<?php $i++; endforeach; ?> |
295 | 295 |
<tr> |
296 | 296 |
<td class="list" colspan="3"></td> |
297 |
<td class="list"> <a href="system_groupmanager.php?act=new"><img src="plus.gif" title="add group" width="17" height="17" border="0"></a></td> |
|
297 |
<td class="list"> <a href="system_groupmanager.php?act=new"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" title="add group" width="17" height="17" border="0"></a></td>
|
|
298 | 298 |
</tr> |
299 | 299 |
<tr> |
300 | 300 |
<td colspan="3"> |
Also available in: Unified diff
Switch icon locations to pfSense style themes.