summaryrefslogtreecommitdiff
path: root/templates/install_packages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_packages.tpl')
-rw-r--r--templates/install_packages.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl
index 71905fe..ebf76b7 100644
--- a/templates/install_packages.tpl
+++ b/templates/install_packages.tpl
@@ -54,7 +54,7 @@
{if !$item.installed and !$item.required}
<div class="bit-column-cell">
<div class="well">
- <label class="control-label" for="{$package}">{biticon ipackage=$package iname="pkg_$package" iexplain=$package}</label>
+ <label class="control-label" for="{$package}">{biticon ipackage=$package iname="pkg_$package" iexplain=$package class="img-responsive"}</label>
{forminput label="checkbox"}
<input type="checkbox" name="packages[]" value="{$package}" id="{$package}" checked="checked" /> <strong>{$package|capitalize}</strong></label>
{formhelp note=$item.info is_installer=1}