diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-09-28 08:19:48 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-09-28 08:19:48 +0000 |
| commit | 79b624490a7b4a4125544c0396abb7dc95b6429d (patch) | |
| tree | 6bfb63403d16165083f1b17b63a5ecfcf592bec8 /templates/upgrade_packages.tpl | |
| parent | 583e037288a5cdf2f134f1cafa679389f8ff2ce9 (diff) | |
| download | install-79b624490a7b4a4125544c0396abb7dc95b6429d.tar.gz install-79b624490a7b4a4125544c0396abb7dc95b6429d.tar.bz2 install-79b624490a7b4a4125544c0396abb7dc95b6429d.zip | |
installer design revamp
Diffstat (limited to 'templates/upgrade_packages.tpl')
| -rw-r--r-- | templates/upgrade_packages.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/upgrade_packages.tpl b/templates/upgrade_packages.tpl index 15337d3..c0dcaea 100644 --- a/templates/upgrade_packages.tpl +++ b/templates/upgrade_packages.tpl @@ -4,16 +4,16 @@ <input type="hidden" name="step" value="{$next_step}" /> <div class="row"> - {formlabel label="Upgrade Application" for="db"} + {formlabel label="Upgrade application" for="db"} {forminput} {if $smarty.session.upgrade_r1} <input type="hidden" name="upgrade_from" value="BWR1" /> - bitweaver <strong>ReleaseOne</strong> <em>-R1-</em> + Bitweaver <strong>ReleaseOne</strong> <em>-R1-</em> {else} <select name="upgrade_from"> <optgroup label="bitweaver"> - <option value="BWR0">bitweaver ReleaseZero -BONNIE-</option> - <option value="BWR1">bitweaver ReleaseOne -R1-</option> + <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> @@ -22,7 +22,7 @@ </select> {/if} <br />to - <br />bitweaver <strong>ReleaseTwo</strong> <em>-R2-</em> + <br />Bitweaver <strong>ReleaseTwo</strong> <em>-R2-</em> {formhelp note="The type of application you intend to upgrade"} {/forminput} </div> @@ -43,7 +43,7 @@ <div class="row"> {forminput} <label><input type="checkbox" name="debug" id="debug" value="true" /> Debug mode</label> - {formhelp note="This will display SQL statements."} + {formhelp note="Display SQL statements."} {/forminput} </div> {/form} |
