diff options
Diffstat (limited to 'templates/install_upgrade.tpl')
| -rwxr-xr-x[-rw-r--r--] | templates/install_upgrade.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/install_upgrade.tpl b/templates/install_upgrade.tpl index 861f4c8..3dd0601 100644..100755 --- a/templates/install_upgrade.tpl +++ b/templates/install_upgrade.tpl @@ -7,7 +7,7 @@ {if $packageUpgrades} <h2>Packages and their upgrades</h2> - <div class="alert alert-danger"><div class="pull-left">{booticon iname="fa-triangle-exclamation" style="font-size:3em;padding-right:20px;"}</div> You are about to run an upgrade which might make changes to your database. We <strong>strongly</strong> recommend that you back up your database (preferably carry out the entire <a class="external" href="http://www.bitweaver.org/wiki/bitweaverUpgrade#Generalproceduretoupgrade">backup procedure</a>).</div> + <div class="alert alert-danger"><div class="pull-left"><i class="icon-warning-sign" style="font-size:3em;padding-right:20px;"></i></div> You are about to run an upgrade which might make changes to your database. We <strong>strongly</strong> recommend that you back up your database (preferably carry out the entire <a class="external" href="http://www.bitweaver.org/wiki/bitweaverUpgrade#Generalproceduretoupgrade">backup procedure</a>).</div> {foreach from=$packageUpgrades item=upgrade key=package} {* users don't have the option to select what packages to upgrade since the code of the package is dependent on this upgrade <h3>{forminput label="checkbox"}<input type="checkbox" name="packages[]" value="{$package}" checked="checked" /> {$package}{/forminput}</h3> *} @@ -101,7 +101,7 @@ <tr class="{$class}"> <td>{$dep.requires|ucfirst}</td> <td>{$dep.required_version.min}</td> - <td>{$dep.required_version.max}</td> + <td>{$dep.required_version.max|default:''}</td> <td>{$dep.version.available}</td> <td> {if $dep.result == 'ok'} @@ -147,7 +147,7 @@ <p class="alert alert-block">At least one required package is in an unknown state. The upgrade may not work because of this. It is probably worth reinstalling the latest version of that package or contacting its developer.</p> {/if} - {if !$min_dep && !$max_dep && !$missing} + {if !$min_dep and !$max_dep and !$missing} <p class="alert alert-success">All package requirements have been met. You can proceed with the installation process.</p> {/if} {/if} |
