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:
parent
084e864e89
commit
4181590ff7
|
@ -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
|
||||
|
|
|
@ -226,7 +226,7 @@ else {
|
|||
echo " ";
|
||||
|
||||
echo '<a target="_top" href="'.$url.'&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>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue