mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Make open notify window a lang call
This commit is contained in:
parent
8c4d23046d
commit
30148312bc
@ -185,7 +185,7 @@
|
|||||||
<?php
|
<?php
|
||||||
echo '<p><table border="0" width="100%" align="center">';
|
echo '<p><table border="0" width="100%" align="center">';
|
||||||
//Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added.
|
//Uncomment the next line to enable the notify window. It will not work until a notifywindow app is added.
|
||||||
echo '<a href="javascript:opennotifywindow()">Open notify window</a>';
|
echo '<a href="javascript:opennotifywindow()">' . lang('Open notify window') . '</a>';
|
||||||
|
|
||||||
$phpgw->common->hook('home',array('email','calendar','news','addressbook'));
|
$phpgw->common->hook('home',array('email','calendar','news','addressbook'));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user