diff options
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-x | usr/local/www/pkg.php | 5 |
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> <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> |