comparison gpp/templates/core/admin_dashboard.html @ 151:e1d1a70d312d

Implement #43, various shoutbox improvements.
author Brian Neal <bgneal@gmail.com>
date Fri, 18 Dec 2009 04:30:49 +0000
parents 023132c90021
children 952e05cb3d80
comparison
equal deleted inserted replaced
150:b43e1288ff80 151:e1d1a70d312d
1 {% if user.is_staff %} 1 {% if user.is_staff %}
2 {% if flagged_posts or flagged_comments or flagged_profiles or event_requests or new_stories or new_downloads or new_links %} 2 {% if flagged_posts or flagged_comments or flagged_profiles or event_requests or new_stories or new_downloads or new_links or flagged_shouts %}
3 <ul id="dashboard-list"> 3 <ul id="dashboard-list">
4 {% if flagged_posts %} 4 {% if flagged_posts %}
5 <li><a href="/admin/forums/flaggedpost/">Posts</a>: {{ flagged_posts }}</li> 5 <li><a href="/admin/forums/flaggedpost/">Posts</a>: {{ flagged_posts }}</li>
6 {% endif %} 6 {% endif %}
7 {% if flagged_comments %} 7 {% if flagged_comments %}
8 <li><a href="/admin/comments/commentflag/">Comments</a>: {{ flagged_comments }}</li> 8 <li><a href="/admin/comments/commentflag/">Comments</a>: {{ flagged_comments }}</li>
9 {% endif %}
10 {% if flagged_shouts %}
11 <li><a href="/admin/shoutbox/shoutflag/">Shouts</a>: {{ flagged_shouts }}</li>
9 {% endif %} 12 {% endif %}
10 {% if flagged_profiles %} 13 {% if flagged_profiles %}
11 <li><a href="/admin/bio/userprofileflag/">Profiles</a>: {{ flagged_profiles }}</li> 14 <li><a href="/admin/bio/userprofileflag/">Profiles</a>: {{ flagged_profiles }}</li>
12 {% endif %} 15 {% endif %}
13 {% if event_requests %} 16 {% if event_requests %}