Browse Source

Odstraneny tlacitka s linkem na opravu a dalsi korekturu.

remotes/origin/opraf
parent
commit
14b6b69d05
  1. 10
      korektury/templates/korektury/opraf.html

10
korektury/templates/korektury/opraf.html

@ -114,16 +114,6 @@
<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>
<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> </div>
<div id='op{{o.id}}-text'>{{o.text}}</div> <div id='op{{o.id}}-text'>{{o.text}}</div>

Loading…
Cancel
Save