|
|
@ -114,16 +114,6 @@ |
|
|
|
<button type='button' onclick='box_edit(this, "comment");' title='Komentovat'> |
|
|
|
<img src="/static/korektury/imgs/comment.png"/> |
|
|
|
</button> |
|
|
|
<button type='button' title='Link na opravu'> |
|
|
|
<a href='#op{{o.id}}'> |
|
|
|
<img src="/static/korektury/imgs/link.png"/> |
|
|
|
</a> |
|
|
|
</button> |
|
|
|
<button> |
|
|
|
<a href='#TODO'> |
|
|
|
<img title='Další oprava' src="/static/korektury/imgs/next.png"/> |
|
|
|
</a> |
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id='op{{o.id}}-text'>{{o.text}}</div> |
|
|
|