|
@@ -51,24 +51,13 @@ ADMIN_ACTIONS=(
|
|
|
),
|
|
|
AdminAction(
|
|
|
section='forums',
|
|
|
- id='moderators',
|
|
|
- name=_("Moderators"),
|
|
|
- help=_("Assign forums moderators."),
|
|
|
- icon='eye-open',
|
|
|
- route='admin_forums_moderators',
|
|
|
+ id='labels',
|
|
|
+ name=_("Thread Labels"),
|
|
|
+ help=_("Thread Labels allow you to group threads together within forums."),
|
|
|
+ icon='tags',
|
|
|
+ route='admin_forums_labels',
|
|
|
urlpatterns=patterns('misago.admin.views',
|
|
|
- url(r'^$', 'todo', name='admin_forums_moderators'),
|
|
|
- ),
|
|
|
- ),
|
|
|
- AdminAction(
|
|
|
- section='forums',
|
|
|
- id='tests',
|
|
|
- name=_("Tests"),
|
|
|
- help=_("Tests that new messages have to pass"),
|
|
|
- icon='filter',
|
|
|
- route='admin_forums_tests',
|
|
|
- urlpatterns=patterns('misago.admin.views',
|
|
|
- url(r'^$', 'todo', name='admin_forums_tests'),
|
|
|
+ url(r'^$', 'todo', name='admin_forums_labels'),
|
|
|
),
|
|
|
),
|
|
|
AdminAction(
|
|
@@ -84,6 +73,17 @@ ADMIN_ACTIONS=(
|
|
|
),
|
|
|
AdminAction(
|
|
|
section='forums',
|
|
|
+ id='tests',
|
|
|
+ name=_("Tests"),
|
|
|
+ help=_("Tests that new messages have to pass"),
|
|
|
+ icon='filter',
|
|
|
+ route='admin_forums_tests',
|
|
|
+ urlpatterns=patterns('misago.admin.views',
|
|
|
+ url(r'^$', 'todo', name='admin_forums_tests'),
|
|
|
+ ),
|
|
|
+ ),
|
|
|
+ AdminAction(
|
|
|
+ section='forums',
|
|
|
id='attachments',
|
|
|
name=_("Attachments"),
|
|
|
help=_("Manage allowed attachment types."),
|