summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-02-19 07:51:28 +0000
committerErmal <eri@pfsense.org>2014-02-19 07:51:28 +0000
commit18e5723b3753a6eef8d0f48ba677cb149e1f2686 (patch)
tree3dde8eebaf92b70a09c4b0f63700e29d9f7f6d58 /usr/local/www/pkg_mgr.php
parent25ba63fb0f31387842860274ec6dba68f58700c6 (diff)
downloadpfsense-18e5723b3753a6eef8d0f48ba677cb149e1f2686.zip
pfsense-18e5723b3753a6eef8d0f48ba677cb149e1f2686.tar.gz
The msgbox is no longer needed since there will be a validation process per se
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index bfb6d46..fc18208 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -240,7 +240,7 @@ include("head.inc");
<?php endif; ?>
</td>
<td valign="middle" class="list nowrap" width="17">
- <a onclick="return confirm('<?=gettext("Do you really want to install ".ucfirst($index['name'])." package?"); ?>')" href="pkg_mgr_install.php?id=<?=$index['name'];?>"><img <?=domTT_title(gettext("Install ".ucfirst($index['name'])." package."))?> src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="add" /></a>
+ <a href="pkg_mgr_install.php?id=<?=$index['name'];?>"><img <?=domTT_title(gettext("Install ".ucfirst($index['name'])." package."))?> src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="add" /></a>
</td>
</tr>
<?php
OpenPOWER on IntegriCloud