2012-03-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* operation/events/events_list.php: Toggle arrow control changes
	orientation onclick event. Aesthetic fix.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5807 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-03-21 12:17:09 +00:00
parent f7864144db
commit c0120cf9e5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-03-21 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Toggle arrow control changes
orientation onclick event. Aesthetic fix.
2012-03-21 Sergio Martin <sergio.martin@artica.es>
* include/functions_html.php

View File

@ -1366,7 +1366,7 @@ $(document).ready( function() {
});
// Change toggle arrow when it's clicked
$("#toggle_arrow").click(function() {
$("#tgl_event_control").click(function() {
if ($("#toggle_arrow").attr("src").match(/[^\.]+down\.png/) == null){
var params = [];
params.push("get_image_path=1");