Improve aspect detail operations

Fix bug in IE, because prototype.js was included twice
Add a popup to see detail of operations (both in list of operation and details)
This commit is contained in:
Dany De Bontridder 2010-04-27 23:28:04 +00:00
parent 343539f8aa
commit 18b708c4ca
12 changed files with 38 additions and 49 deletions

View file

@ -79,4 +79,5 @@ echo '</div>';
echo '<div id="detail" style="display:none">';
echo '<IMG SRC=image/loading.gif>';
echo '</div>';
echo '</div>';
?>