summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-13 00:58:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-13 00:58:59 +0000
commitd47013e119abaf3c29ff4f088ce6711fd48fb60e (patch)
treebcc35040e5c2edad7fb3d1404fd7be895cde64f8 /usr/local/www/pkg.php
parent8bcf4cd2628cf79b0433d406349c5babcf7a9062 (diff)
downloadpfsense-d47013e119abaf3c29ff4f088ce6711fd48fb60e.zip
pfsense-d47013e119abaf3c29ff4f088ce6711fd48fb60e.tar.gz
Say hello to the pkg_edit.php automated gui creation utility!
http://www.pfsense.com/screens/pkg_mgr.JPG http://www.pfsense.com/screens/pkg_edit.JPG
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index a4c00b5..5e31dcf 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -93,13 +93,16 @@ $config = $config_tmp;
<td valign="middle" class="list" nowrap>
&nbsp;<a href="pkg_del.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>
+ <td>
+ <a href="pkg_edit.php?xml=<?=$xml?>&id=<?=$i?>"><img src="plus.gif" width="17" height="17" border="0"></a>
+ </td>
</tr>
<?php
}
}
$i++;
?>
- <tr><td colspan=<?=$cols?></td><td><a href="pkg_add.php?xml=<?=$xml?>&id=<?=$i;?>"><img src="plus.gif" width="17" height="17" border="0"></a></td></tr>
+ <tr><td colspan="<?=$cols?>"></td><td><a href="pkg_edit.php?xml=<?=$xml?>"><img src="plus.gif" width="17" height="17" border="0"></a></td></tr>
</table>
</td>
</tr>
OpenPOWER on IntegriCloud