summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-10-12 15:47:47 -0500
committerJared Dillard <jdillard@netgate.com>2015-10-12 15:47:47 -0500
commitf152acf0de4ece455d9e2adece2c87ad743b2de6 (patch)
treeda17d4e7a51d00ee27f1167711322e22446f2183 /src/usr/local/www/pkg_mgr_installed.php
parent05dc797658cdfe9d062d40a37d923d42ab2e387e (diff)
downloadpfsense-f152acf0de4ece455d9e2adece2c87ad743b2de6.zip
pfsense-f152acf0de4ece455d9e2adece2c87ad743b2de6.tar.gz
replace buttons with icons
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 79f7f7a..9330c51 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -166,11 +166,11 @@ if(!is_array($config['installedpackages']['package'])):?>
<?=$pkgdescr?>
</td>
<td>
- <a href="pkg_mgr_install.php?mode=delete&amp;pkg=<?=$full_name?>" class="btn btn-danger">remove</a>
- <a href="pkg_mgr_install.php?mode=reinstallpkg&amp;pkg=<?=$full_name?>" class="btn btn-info">reinstall</a>
- <a href="pkg_mgr_install.php?mode=reinstallxml&amp;pkg=<?=$full_name?>" class="btn btn-info"><?=gettext("reinstall GUI")?></a>
+ <a href="pkg_mgr_install.php?mode=delete&amp;pkg=<?=$full_name?>" class="btn icon icon-remove" title="Remove"></a>
+ <a href="pkg_mgr_install.php?mode=reinstallpkg&amp;pkg=<?=$full_name?>" class="btn icon icon-repeat" title="Reinstall"></a>
+ <a href="pkg_mgr_install.php?mode=reinstallxml&amp;pkg=<?=$full_name?>" class="btn icon icon-refresh" title="<?=gettext("reinstall GUI")?>"></a>
<?php if(!$g['disablepackageinfo'] && $pkg['pkginfolink'] && $pkg['pkginfolink'] != $pkg['website']):?>
- <a target="_blank" title="<?=gettext("View more inforation")?>" href="<?=htmlspecialchars($pkg['pkginfolink'])?>" class="btn btn-default">info</a>
+ <a target="_blank" title="<?=gettext("View more information")?>" href="<?=htmlspecialchars($pkg['pkginfolink'])?>" class="btn ivon icon-info-sign"></a>
<?php endif;?>
</td>
</tr>
OpenPOWER on IntegriCloud