Added a note (with link to setup) to admin/applications/add, to use setup to install new apps

This commit is contained in:
Ralf Becker 2003-03-09 15:09:35 +00:00
parent 4ea536e015
commit 5f0ea8e766
4 changed files with 7 additions and 1 deletions

View File

@ -102,6 +102,7 @@
$GLOBALS['phpgw']->template->set_var('lang_enabled',lang('Enabled'));
$GLOBALS['phpgw']->template->set_var('new_action',$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.add'));
$GLOBALS['phpgw']->template->set_var('lang_note',lang('(To install new applications use<br><a href="setup/" target="setup">Setup</a> [Manage Applications] !!!)'));
$GLOBALS['phpgw']->template->set_var('lang_add',lang('add'));
@reset($applications);

View File

@ -1,4 +1,5 @@
(stored password will not be shown here) admin de (Gespeicherte Passwort wird hier nicht angezeigt)
(to install new applications use<br><a href="setup/" target="setup">setup</a> [manage applications] !!!) admin de (Zur Installation neuer Anwendungen verwenden Sie bitte<br><a href="setup/" target="setup">Setup</a> [Anwendungen Verwalten] !!!)
account active admin de Konto aktiv
account has been created common de Konto wurde erstellt
account has been deleted common de Konto wurde gel.scht

View File

@ -1,4 +1,5 @@
(stored password will not be shown here) admin en (Stored password will not be shown here)
(to install new applications use<br><a href="setup/" target="setup">setup</a> [manage applications] !!!) admin en (To install new applications use<br><a href="setup/" target="setup">Setup</a> [Manage Applications] !!!)
account active admin en Account active
account has been created common en Account has been created
account has been deleted common en Account has been deleted

View File

@ -27,9 +27,12 @@
<tr>
<td align="left">
<form method="POST" action="{new_action}">
<input type="submit" value="{lang_add}">
<input type="submit" value="{lang_add}">
</form>
</td>
<td>
{lang_note}
</td>
</tr>
</table>
</div>