2010-11-23 Raul Mateos <raulofpandora@gmail.com>

* operation/events/events.php: Use "back not normal" icon in full screen.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3625 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-11-23 19:43:55 +00:00
parent 084e864e89
commit 4181590ff7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-23 Raúl Mateos <raulofpandora@gmail.com>
* operation/events/events.php: Use "back not normal" icon in full screen.
2010-11-23 Miguel de Dios <miguel.dedios@artica.es>
* include/fgraph.php: erased the deprecated function

View File

@ -226,7 +226,7 @@ else {
echo "&nbsp;";
echo '<a target="_top" href="'.$url.'&amp;pure=0">';
print_image ("images/fullscreen.png", false, array ("title" => __('Full screen')));
print_image ("images/normalscreen.png", false, array ("title" => __('Back to normal mode')));
echo '</a>';
echo "</h2>";
}