diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-11 18:35:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-11 18:35:18 +0000 |
commit | 7c539965392fc9d798adbf9f424fe464929afe1d (patch) | |
tree | 6826652a7b25afbbe3d746907964e3c5173c14a3 /usr | |
parent | b384f9b06ca846d53eb892254d40ad326f08aebf (diff) | |
download | pfsense-7c539965392fc9d798adbf9f424fe464929afe1d.zip pfsense-7c539965392fc9d798adbf9f424fe464929afe1d.tar.gz |
Add package edit buttons
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/pkg.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php index d1f308f..a1c4c56 100755 --- a/usr/local/www/pkg.php +++ b/usr/local/www/pkg.php @@ -134,6 +134,7 @@ include("fbegin.inc"); } ?> <td valign="middle" class="list" nowrap> + <a href="pkg_edit.php?xml=<?=$xml?>&act=edit&id=<?=$i;?>"><img src="e.gif" width="17" height="17" border="0"></a> <a href="pkg.php?xml=<?=$xml?>&act=del&id=<?=$i;?>" onclick="return confirm('Do you really want to delete this item?')"><img src="x.gif" width="17" height="17" border="0"></a> </td> <?php |