<hr> uvnitř divu komentáře
This commit is contained in:
parent
0d653acd2e
commit
cb8f0aab18
2 changed files with 4 additions and 5 deletions
|
@ -17,6 +17,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='komtext'>{# {{k.text|linebreaks}} #}</div>
|
<div class='komtext'>{# {{k.text|linebreaks}} #}</div>
|
||||||
|
|
||||||
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='corr-body'>
|
<div class='corr-body'>
|
||||||
{# {% for k in o.komentare %} {% include "korektury/korekturovatko/__komentar.html" %} <hr> {% endfor %} #}
|
{# {% for k in o.komentare %} {% include "korektury/korekturovatko/__komentar.html" %} {% endfor %} #}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='corr-header'>
|
<div class='corr-header'>
|
||||||
|
@ -125,10 +125,7 @@
|
||||||
this.pointer.dataset.opravastatus=status;
|
this.pointer.dataset.opravastatus=status;
|
||||||
};
|
};
|
||||||
|
|
||||||
add_komentar_htmlElement(htmlElement) {
|
add_komentar_htmlElement(htmlElement) { this.#komentare.appendChild(htmlElement); }
|
||||||
this.#komentare.appendChild(htmlElement);
|
|
||||||
this.#komentare.appendChild(document.createElement('hr'));
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue