|
|
|
@ -4,25 +4,28 @@
|
|
|
|
|
<div class="modal-header">
|
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
|
|
<h4 class="modal-title">
|
|
|
|
|
[[topic:flag]]
|
|
|
|
|
<a href="{config.relative_path}/post/{pid}">Post #{pid}</a> by
|
|
|
|
|
<a href="{config.relative_path}/user/{userslug}">{username}</a>
|
|
|
|
|
[[flags:modal-title]]
|
|
|
|
|
</h4>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="modal-body">
|
|
|
|
|
<p class="lead">
|
|
|
|
|
[[flags:modal-body, {type}, {id}]]
|
|
|
|
|
</p>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<button class="btn btn-default form-control flag-reason">[[topic:spam]]</button>
|
|
|
|
|
<textarea class="form-control" id="flag-reason-custom" placeholder="[[flags:modal-reason-custom]]"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<button class="btn btn-default form-control flag-reason">[[topic:offensive]]</button>
|
|
|
|
|
<div class="btn-group btn-group-justified">
|
|
|
|
|
<div class="btn-group">
|
|
|
|
|
<button class="btn btn-default flag-reason">[[flags:modal-reason-spam]]</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btn-group">
|
|
|
|
|
<button class="btn btn-default flag-reason">[[flags:modal-reason-offensive]]</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<textarea class="form-control" id="flag-reason-custom" placeholder="[[topic:custom-flag-reason]]"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
|
|
|
|
<button type="button" class="btn btn-primary" id="flag-post-commit" disabled>[[topic:flag]]</button>
|
|
|
|
|
<button type="button" class="btn btn-primary" id="flag-post-commit" disabled>[[flags:modal-submit]]</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|