Skip to content

Commit

Permalink
anonymous posting buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
LastSymphony12 committed Oct 1, 2024
1 parent a0dce61 commit b063864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/partials/topic/quickreply.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</div>
<div>
<div class="d-flex justify-content-end gap-2">
<button type="submit" component="topic/quickreply/button" class="btn btn-sm btn-primary">Post Anonymously</button>
<button type="submit" component="topic/quickreply/expand" class="btn-ghost-sm border" title="[[topic:open-composer]]"><i class="fa fa-expand"></i></button>
<button type="submit" component="topic/quickreply/button" class="btn btn-sm btn-primary">[[topic:post-quick-reply]]</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions templates/partials/topic/reply-button.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</button>
<ul class="dropdown-menu dropdown-menu-end p-1 text-sm" role="menu">
<li><a class="dropdown-item rounded-1" href="#" component="topic/reply-as-topic" role="menuitem">[[topic:reply-as-topic]]</a></li>
<li><a class="dropdown-item rounded-1" href="#" component="topic/reply-as-topic" role="menuitem">Reply Anonymously as a New Topic</a></li>
</ul>
</div>
{{{ end }}}
Expand Down

0 comments on commit b063864

Please sign in to comment.