summaryrefslogtreecommitdiff
path: root/templates/upgrade_packages.tpl
diff options
context:
space:
mode:
authorbitweaver.org <bitweaver@users.sourceforge.net>2005-06-19 04:51:19 +0000
committerbitweaver.org <bitweaver@users.sourceforge.net>2005-06-19 04:51:19 +0000
commitf2c6619fcf9489f34354efe9a9eab3dd73db773e (patch)
tree8640b8d4ca95a864be32d785a4b31d64ef46032f /templates/upgrade_packages.tpl
downloadinstall-f2c6619fcf9489f34354efe9a9eab3dd73db773e.tar.gz
install-f2c6619fcf9489f34354efe9a9eab3dd73db773e.tar.bz2
install-f2c6619fcf9489f34354efe9a9eab3dd73db773e.zip
IMPORT TikiPro CLYDE FINAL
Diffstat (limited to 'templates/upgrade_packages.tpl')
-rw-r--r--templates/upgrade_packages.tpl36
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/upgrade_packages.tpl b/templates/upgrade_packages.tpl
new file mode 100644
index 0000000..f5abe30
--- /dev/null
+++ b/templates/upgrade_packages.tpl
@@ -0,0 +1,36 @@
+<h3>Upgrading {$upgradeFrom} to {$bitMajorVersion}{$bitMinorVersion} -{$bitBranch}-</h3>
+
+<p>The following packages will be updated</p>
+
+<ol>
+ {foreach from=$gBitSystem->mUpgrades key=pkg item=upHash }
+ <li>{$pkg}</li>
+ {/foreach}
+</ol>
+
+{form legend="Begin the upgrade process"}
+ <input type="hidden" name="step" value="{$next_step}" />
+
+ <div class="row">
+ {formlabel label="Upgrade Application" for="db"}
+ {forminput}
+ <select name="upgrade_from">
+ <option value="TikiWiki 1.8">TikiWiki 1.8</option>
+ <option value="BONNIE">bitweaver 2.0 -BONNIE-</option>
+ {formhelp note="The type of application you intend to upgrade"}
+ </select>
+ {/forminput}
+ </div>
+
+ <div class="row">
+ {formlabel label="Debug mode" for="debug"}
+ {forminput}
+ <input type="checkbox" name="debug" id="debug" value="true" />
+ {formhelp note="This will display SQL statements."}
+ {/forminput}
+ </div>
+
+ <div class="row submit">
+ <input type="submit" name="upgrade" value="Upgrade Packages" />
+ </div>
+{/form}