Add some other options if the admin does not want to upgrade the api yet.

This commit is contained in:
Miles Lott 2001-09-28 14:26:26 +00:00
parent 4c6c40c322
commit 2b4bfcf425
2 changed files with 15 additions and 2 deletions

View File

@ -179,6 +179,10 @@
$setup_tpl->set_var('automatic',lang('We will automatically update your tables/records to x',$setup_info['phpgwapi']['version']));
$setup_tpl->set_var('backupwarn',lang('backupwarn'));
$setup_tpl->set_var('upgrade',lang('Upgrade'));
$setup_tpl->set_var('goto',lang('Go to'));
$setup_tpl->set_var('configuration',lang('configuration'));
$setup_tpl->set_var('applications',lang('Manage Applications'));
$setup_tpl->set_var('language_management',lang('Manage Languages'));
$setup_tpl->set_var('uninstall_all_applications',lang('Uninstall all applications'));
$setup_tpl->set_var('dont_touch_my_data',lang('Dont touch my data'));
$setup_tpl->set_var('dropwarn',lang('Your tables may be altered and you may lose data'));

View File

@ -83,10 +83,19 @@
<input type="hidden" name="action" value="Uninstall all applications">
<input type="submit" name="label" value="{uninstall_all_applications}"><br>({dropwarn})
</form>
<hr>
{dont_touch_my_data}.&nbsp;&nbsp;{goto}:
<form method="POST" action="config.php">
<input type="hidden" name="action" value="Dont touch my data">
<input type="submit" name="label" value="{dont_touch_my_data}">
<input type="submit" name="label" value="{configuration}">
</form>
<form method="POST" action="lang.php">
<input type="hidden" name="action" value="Dont touch my data">
<input type="submit" name="label" value="{language_management}">
</form>
<form method="POST" action="applications.php">
<input type="hidden" name="action" value="Dont touch my data">
<input type="submit" name="label" value="{applications}">
</form>
</td>
</tr>