flag page changes for nodebb/nodebb#6043

main
Julian Lam 7 years ago
parent b4900447ce
commit 86c023ec3f

@ -63,5 +63,7 @@
<!-- END flags --> <!-- END flags -->
</tbody> </tbody>
</table> </table>
<!-- IMPORT partials/paginator.tpl -->
</div> </div>
</div> </div>

@ -31,6 +31,7 @@
<select class="form-control" id="filter-type" name="type"> <select class="form-control" id="filter-type" name="type">
<option value="">[[flags:filter-type-all]]</option> <option value="">[[flags:filter-type-all]]</option>
<option value="post">[[flags:filter-type-post]]</option> <option value="post">[[flags:filter-type-post]]</option>
<option value="user">[[flags:filter-type-user]]</option>
</select> </select>
</div> </div>

Loading…
Cancel
Save