summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-06-02 15:23:00 -0400
committerspiderr <spiderr@bitweaver.org>2021-06-02 15:23:00 -0400
commitfd1712a4270a4349dc4e5d620e7779fcf7ed86cf (patch)
treed691fb43e98908c110a8cc5726842d2f570cc134 /templates
parent601603c697849f3c4f5ce07bc45fb20e0e80613a (diff)
downloadinstall-fd1712a4270a4349dc4e5d620e7779fcf7ed86cf.tar.gz
install-fd1712a4270a4349dc4e5d620e7779fcf7ed86cf.tar.bz2
install-fd1712a4270a4349dc4e5d620e7779fcf7ed86cf.zip
clean up install for new includes/classes directory pathing
Diffstat (limited to 'templates')
-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}