2014-05-30 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/sound_events.php: fixed the break image. Incident: #844 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10057 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fa0e118af6
commit
516f9dd0ab
|
@ -1,3 +1,9 @@
|
|||
2014-05-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/events/sound_events.php: fixed the break image.
|
||||
|
||||
Incident: #844
|
||||
|
||||
2014-05-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/files_repo/files_repo_list.php: fixed PHP warnings.
|
||||
|
|
|
@ -44,24 +44,23 @@ if (! check_acl ($config['id_user'], 0, "ER")) {
|
|||
echo "<html>";
|
||||
echo "<head>";
|
||||
echo "<title>" . __("Sound Events") . "</title>";
|
||||
echo "<style type='text/css'>";
|
||||
?>
|
||||
*
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
<style type='text/css'>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
</style>
|
||||
<?php
|
||||
echo "</style>";
|
||||
echo '<link rel="icon" href="../../images/pandora.ico" type="image/ico" />';
|
||||
echo '<link rel="stylesheet" href="../../include/styles/pandora.css" type="text/css" />';
|
||||
echo "</head>";
|
||||
echo "<body>";
|
||||
echo html_print_image('images/pandora_header_logo.png', true);
|
||||
echo html_print_image('images/pandora_logo_head.png', true);
|
||||
echo "<h1 style='background: #66AA44; color: #fff;'>" . __("Sound console"). "</h1>";
|
||||
|
||||
$table = null;
|
||||
|
|
Loading…
Reference in New Issue