mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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
63d47e87c9
commit
dc695eb64c
@ -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>
|
2010-11-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/fgraph.php: erased the deprecated function
|
* include/fgraph.php: erased the deprecated function
|
||||||
|
@ -226,7 +226,7 @@ else {
|
|||||||
echo " ";
|
echo " ";
|
||||||
|
|
||||||
echo '<a target="_top" href="'.$url.'&pure=0">';
|
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 '</a>';
|
||||||
echo "</h2>";
|
echo "</h2>";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user