# HG changeset patch # User grandjoncl # Date 1350291544 -7200 # Node ID a233a5a00aabf7377ed98d2a067c1f26a93691e7 # Parent 7dc7ffaa5e0a7e595f1eedb4d9d5992c5a2138ba css corrections for embed_popup the links selected on button click diff -r 7dc7ffaa5e0a -r a233a5a00aab src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/embed_popup.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/embed_popup.html Thu Oct 11 19:03:50 2012 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/embed_popup.html Mon Oct 15 10:59:04 2012 +0200 @@ -22,18 +22,24 @@ var player_id='{{player_id}}'; var translate_show="{% trans 'Show Player' %}"; var translate_hide="{% trans 'Hide Player' %}"; + $j(document).ready(function(){ + init_events(); + }); + + +
-
-
- {% trans 'Use the div integration mode' %}
- {% trans 'Use the iframe integration mode' %}
+
{% trans 'Integration mode' %}
+ {% trans 'div' %}
+ {% trans 'iframe' %}
@@ -62,10 +68,10 @@
{% include "ldt/ldt_utils/partial/embed_links.html" %}
+
- {% trans 'clik here to see the project content' %}
-{% analytics %}
+ {% analytics %}