forked from extern/egroupware
Added a note (with link to setup) to admin/applications/add, to use setup to install new apps
This commit is contained in:
parent
4ea536e015
commit
5f0ea8e766
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user