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:
parent
c6233b0266
commit
59e49ad183
|
@ -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.
|
||||
|
|
|
@ -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'>";
|
||||
?>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue