Make open notify window a lang call

This commit is contained in:
Miles Lott 2001-06-13 07:48:20 +00:00
parent 8c4d23046d
commit 30148312bc

View File

@ -185,7 +185,7 @@
<?php
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.
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'));