This commit is contained in:
2022-06-17 00:32:45 +02:00
parent c92abf2ee3
commit 4edce022bd
5 changed files with 55 additions and 15 deletions

View File

@ -1,5 +1,6 @@
<div id="PlainDiscussComment{ID}">
<h5>{User}, {Date}, <a href="#PlainDiscussComment{ID}">#{ID}</a></h5>
<input type="checkbox" name="Select" value="{ID}">
<button type="submit" name="Report" value="{ID}">Report</button>
<button type="submit" name="Reply" value="{ID}">Reply to</button>
</div>