Changeset 1692
- Timestamp:
- 05/01/08 12:03:37 (2 weeks ago)
- Files:
-
- trunk/app/views/admin/blacklist/list.html.erb (modified) (1 diff)
- trunk/app/views/admin/blacklist/_blacklist_patterns.html.erb (modified) (1 diff)
- trunk/app/views/admin/dashboard/index.html.erb (modified) (1 diff)
- trunk/app/views/admin/dashboard/_comments.html.erb (modified) (1 diff)
- trunk/app/views/admin/dashboard/_posts.html.erb (modified) (1 diff)
- trunk/app/views/admin/feedback/list.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/admin/blacklist/list.html.erb
r1552 r1692 1 <% @page_heading = _('Blacklist Patterns') %> 2 3 <% content_for('tasks') do %> 4 <%= task_quickpost(_('Create new Blacklist')) %> 5 <% end %> 1 <% @page_heading = _('Blacklist Patterns') + " (" + task_quickpost(_('add new') + ")") %> 6 2 7 3 <div id="quick-post" style="display:none;position:absolute;"> trunk/app/views/admin/blacklist/_blacklist_patterns.html.erb
r1552 r1692 1 1 <table cellspacing="1" cellpadding="0"> 2 <tr >2 <tr class="first"> 3 3 <th><%= _("Pattern") %></th> 4 4 <th><%= _("Type") %></th> trunk/app/views/admin/dashboard/index.html.erb
r1684 r1692 12 12 <%= render_partial "sysinfo" %> 13 13 <%= render_partial "comments" %> 14 15 <hr />16 17 14 <%= render_partial "posts" %> 18 19 <hr />20 21 15 <%= render_partial "popular" %> 22 16 trunk/app/views/admin/dashboard/_comments.html.erb
r1684 r1692 14 14 <% end %> 15 15 </ul> 16 <hr /> 16 17 </div> trunk/app/views/admin/dashboard/_posts.html.erb
r1684 r1692 12 12 <% end %> 13 13 </ul> 14 <hr /> 14 15 </div> trunk/app/views/admin/feedback/list.html.erb
r1686 r1692 22 22 <%= hidden_field_tag "page", params[:page]%> 23 23 <table> 24 <tr >24 <tr class="first"> 25 25 <th class="first"><input class="feedback_check" type="checkbox" name="checkall" id="checkall" onclick="check_all(this);"/></th> 26 26 <th><%= _("Status")%></th>
