From 16cbbff5cb5791fbcdf297b110fa70bf186ef43e Mon Sep 17 00:00:00 2001 From: spider Date: Sat, 31 Jan 2015 01:11:36 -0500 Subject: tidy up install packages to use columns --- templates/install_packages.tpl | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl index 11a18c2..71905fe 100644 --- a/templates/install_packages.tpl +++ b/templates/install_packages.tpl @@ -39,7 +39,7 @@

Packages are apps in Bitweaver that deal with content such as wiki pages, blogs or news articles. Below is a list with all available Bitweaver packages that are ready for installation. Packages that are installed now, can later be deactivated and even deleted from your server if you don't need them anymore.

-

Be conscientious about installing packages. The more packages you activate, the more computer power you will need. It is easy to install packages at a later date, so we advise initially installing just the packages you need.

+

Be conscientious about installing packages. The more packages you activate, the more computer power you will need. It is easy to install packages at a later date, so we advise initially installing just the packages you need.

{forminput label="checkbox"} @@ -49,9 +49,11 @@ {/forminput}
+
{foreach from=$schema key=package item=item} {if !$item.installed and !$item.required} -
+
+
{forminput label="checkbox"} {$package|capitalize} @@ -60,8 +62,10 @@ {formhelp package=$package} {/forminput}
+
{/if} {/foreach} +
{/legend} {elseif $first_install}

Core System Installation

@@ -109,17 +113,17 @@
-

These packages are already installed on your system. If you select any of these checkboxes, all the data associated with it will be erased (depending on options below).

+

These packages are already installed on your system. If you select any of these checkboxes, all the data associated with it will be erased (depending on options below).

- {formlabel label="selected packages:"} - {forminput} - -
- - {formhelp note="Choose whether you want to uninstall or reinstall selected packages."} + {forminput label="radio"} + Reinstall Selected Packages + {/forminput} + {forminput label="radio"} + Uninstall Selected Packages {/forminput} + {formhelp note="Choose whether you want to uninstall or reinstall selected packages."}
@@ -137,12 +141,11 @@ {/forminput}
-

- +
{foreach from=$schema key=package item=item} {if $item.tables || $item.defaults} {if $item.installed and !$item.required} -
+
{forminput label="checkbox"} {$package|capitalize} @@ -154,6 +157,7 @@ {/if} {/if} {/foreach} +
{forminput} @@ -179,13 +183,14 @@ {legend legend="Packages and services required by Bitweaver"} {if !$first_install}
-

To reset the entire system, first create a new database (or empty the existing database manually).

+

To reset the entire system, first create a new database (or empty the existing database manually).

{/if} +
{foreach from=$schema key=package item=item} {if $item.required} -
+
@@ -198,6 +203,7 @@
{/if} {/foreach} +
{/legend} {/jstab} {/jstabs} -- cgit v1.3