modal: true,
});
- $( "#dialog_help" ).dialog({
+ $( "#dialog_print" ).dialog({
autoOpen: false,
draggable: false,
resizable: false,
return false;
});
- $( "#opener_help" ).click(function() {
- $( "#dialog_help" ).dialog( "open");
+ $( "#opener_print" ).click(function() {
+ $( "#dialog_print" ).dialog( "open");
return false;
});
// $("#box-iframe").contents().find("span.btn.text-btn.strikeout-btn").hide();
-
});
{% if script.score %}
<a id="score" href="#" class="component_icon button icon_ok">{% trans "Score" %} : {{ script.score|floatformat }}/20</a>
<a id="opener_comments" href="#" class="component_icon button icon_ok">{% trans "Comments" %}</a>
+ <a id="opener_comments" href="#" class="component_icon button icon_download">{% trans "Imprimer" %}</a>
{% elif script.status == 0 %}
<a href="#" class="component_icon button icon_delete">{% trans "Rejected" %}</a>
{% else %}
<br /><br />
</div>
-<div id="dialog_help" title="{% trans "Help" %}" style="width: 400px;">
+<div id="dialog_print" title="{% trans "Help" %}" style="width: 400px;">
<h2>Impression de la copie corrigée</h2>
Pour imprimer votre copie corrigée avec les annotations, veuillez :
<ul>