summaryrefslogtreecommitdiff
path: root/templates/install_datapump.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_datapump.tpl')
-rw-r--r--templates/install_datapump.tpl23
1 files changed, 7 insertions, 16 deletions
diff --git a/templates/install_datapump.tpl b/templates/install_datapump.tpl
index c35dcdf..94e529d 100644
--- a/templates/install_datapump.tpl
+++ b/templates/install_datapump.tpl
@@ -3,26 +3,17 @@
{form legend="Populating the database with useful information"}
<input type="hidden" name="step" value="{$next_step}" />
- <p>
- It's recommended to select this option to add sample data to your installation of Bitweaver. The sample data contains useful information on how to use and navigate the appropriate packages. You will enter the site with a feel for what it might look like later, when populated with actual content. This simplifies theme selection and allows you to evaluate the product more easily.
- </p>
- {*
- <p>
- This page is only available during the first installation as it can cause problems when applied more than once.
- </p>
- so? *}
+ <p>It's recommended to select this option to add sample data to your installation of Bitweaver. The sample data contains useful information on how to use and navigate the appropriate packages. You will enter the site with a feel for what it might look like later, when populated with actual content. This simplifies theme selection and allows you to evaluate the product more easily.</p>
<div class="form-group">
{formlabel label="Packages that can be populated"}
- {forminput}
- {foreach from=$pumpList item=file key=package}
- <label class="checkbox">
- <input type="checkbox" name="pump_package[]" value="{$package}" checked="checked"/>{$package}
- </label>
- {foreachelse}
- No packages with prepared data have been installed.
- {/foreach}
+ {foreach from=$pumpList item=file key=package}
+ {forminput label="checkbox"}
+ <input type="checkbox" name="pump_package[]" value="{$package}" checked="checked"/> {$package}
{/forminput}
+ {foreachelse}
+ No packages with prepared data have been installed.
+ {/foreach}
</div>
<div class="form-group">