Revision 3e38084b
Added by Ermal LUÇI over 11 years ago
usr/local/www/pkg_mgr.php | ||
---|---|---|
255 | 255 |
?> |
256 | 256 |
</td> |
257 | 257 |
<td valign="middle" class="list nowrap" width="17"> |
258 |
<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>
|
|
258 |
<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> |
|
259 | 259 |
</td></tr> |
260 | 260 |
<?php |
261 | 261 |
endif; |
Also available in: Unified diff
The msgbox is no longer needed since there will be a validation process per se