2012-04-11 Sergio Martin <sergio.martin@artica.es>

* operation/events/sound_events.php: Fixed bad name in 
	the windows title



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5943 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2012-04-11 15:55:29 +00:00
parent c6233b0266
commit 59e49ad183
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-04-11 Sergio Martin <sergio.martin@artica.es>
* operation/events/sound_events.php: Fixed bad name in
the windows title
2012-04-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_ui.php: Fixed ui_print_timestamp function.

View File

@ -43,7 +43,7 @@ if (! check_acl ($config['id_user'], 0, "AR")) {
echo "<html>";
echo "<head>";
echo "<title>" . __("Sound Alerts") . "</title>";
echo "<title>" . __("Sound Events") . "</title>";
echo "<style type='text/css'>";
?>
*