|
@ -145,9 +145,16 @@ |
|
|
<img src="{% static "korektury/imgs/edit.png" %}"/> |
|
|
<img src="{% static "korektury/imgs/edit.png" %}"/> |
|
|
</button> |
|
|
</button> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
{% if o.status = 'opraveno' or o.status = 'neni_chyba' %} |
|
|
|
|
|
<button type='button' title='Korekturu nelze komentovat, protože už je uzavřená'> |
|
|
|
|
|
<img src="{% static "korektury/imgs/comment-gr.png" %}"/> |
|
|
|
|
|
</button> |
|
|
|
|
|
{% else %} |
|
|
<button type='button' onclick='box_edit(this, "comment");' title='Komentovat'> |
|
|
<button type='button' onclick='box_edit(this, "comment");' title='Komentovat'> |
|
|
<img src="{% static "korektury/imgs/comment.png" %}"/> |
|
|
<img src="{% static "korektury/imgs/comment.png" %}"/> |
|
|
</button> |
|
|
</button> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
</span> |
|
|
</span> |
|
|
<button type='button' onclick='toggle_visibility(this);' title='Skrýt/Zobrazit'> |
|
|
<button type='button' onclick='toggle_visibility(this);' title='Skrýt/Zobrazit'> |
|
|
<img src="{% static "korektury/imgs/hide.png" %}"/> |
|
|
<img src="{% static "korektury/imgs/hide.png" %}"/> |
|
|