diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-24 11:27:55 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-24 11:27:55 +0000 |
| commit | 4cadea33af2e9e34b8c95ffee05eca9f95291eca (patch) | |
| tree | 0801e71d3171b1b91efbe72b32ee76e48871f8d7 /templates/upgrade_packages.tpl | |
| parent | 9bdd2772f50249c6749e0c5d6f4415b6e48e77c1 (diff) | |
| download | install-4cadea33af2e9e34b8c95ffee05eca9f95291eca.tar.gz install-4cadea33af2e9e34b8c95ffee05eca9f95291eca.tar.bz2 install-4cadea33af2e9e34b8c95ffee05eca9f95291eca.zip | |
clean up upgrade templates and add BWR1 --> BWR2 option until we have a better interface
Diffstat (limited to 'templates/upgrade_packages.tpl')
| -rw-r--r-- | templates/upgrade_packages.tpl | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/templates/upgrade_packages.tpl b/templates/upgrade_packages.tpl index 36853a4..57fe906 100644 --- a/templates/upgrade_packages.tpl +++ b/templates/upgrade_packages.tpl @@ -1,12 +1,14 @@ <h3>Upgrading {$upgradeFrom} to {$smarty.const.BIT_MAJOR_VERSION}.{$smarty.const.BIT_MINOR_VERSION}.{$smarty.const.BIT_SUB_VERSION} {$smarty.const.BIT_LEVEL}</h3> +{* should be fixed at some point <p>The following packages will be updated</p> <ol> - {foreach from=$gBitSystem->mUpgrades key=pkg item=upHash } + {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}" /> @@ -15,11 +17,17 @@ {formlabel label="Upgrade Application" for="db"} {forminput} <select name="upgrade_from"> - <option value="TikiWiki 1.8">TikiWiki 1.8</option> - <option value="TikiWiki 1.9">TikiWiki 1.9</option> - <option value="BWR0">bitweaver ReleaseZero -BONNIE-</option> - {formhelp note="The type of application you intend to upgrade"} + <optgroup label="bitweaver"> + <option value="BWR0">bitweaver ReleaseZero -BONNIE-</option> + <option value="BWR1">bitweaver ReleaseOne -R1-</option> + </optgroup> + <optgroup label="TikiWiki"> + <option value="TikiWiki 1.8">TikiWiki 1.8</option> + <option value="TikiWiki 1.9">TikiWiki 1.9</option> + </optgroup> </select> + <br />to bitweaver <strong>ReleaseTwo</strong> -R2- + {formhelp note="The type of application you intend to upgrade"} {/forminput} </div> |
