Changeset 1671
- Timestamp:
- 03/01/08 07:28:32 (3 months ago)
- Files:
-
- trunk/app/helpers/content_helper.rb (modified) (1 diff)
- trunk/app/views/admin/content/_articles.html.erb (modified) (1 diff)
- trunk/app/views/admin/feedback/list.html.erb (modified) (1 diff)
- trunk/lang/it_IT.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/helpers/content_helper.rb
r1649 r1671 34 34 def page_title 35 35 blog_name = this_blog.blog_name || "Typo" 36 if @page_title 36 if @page_title.blank? 37 37 # this is where the page title prefix (string) should go 38 38 (this_blog.title_prefix == 1 ? blog_name + " : " : '') + @page_title + (this_blog.title_prefix == 2 ? " : " + blog_name : '') trunk/app/views/admin/content/_articles.html.erb
r1648 r1671 6 6 <th><%= order_link "Date", 'admin/content', 'list', 'created_at' %></th> 7 7 <th><%= _("Author")%></th> 8 <th><%= order_link _(" Ãtat"), 'admin/content', 'list', 'state' %></th>8 <th><%= order_link _("Status"), 'admin/content', 'list', 'state' %></th> 9 9 <th><%= _("View")%></th> 10 10 <th><%= _("Edit")%></th> trunk/app/views/admin/feedback/list.html.erb
r1648 r1671 29 29 <th><%= _("Article")%></th> 30 30 <th><%= _("Author")%></th> 31 <th><%= _("Comment Excer tp")%></th>31 <th><%= _("Comment Excerpt")%></th> 32 32 <th><%= _("IP")%></th> 33 33 <th><%= _("View")%></th> trunk/lang/it_IT.rb
r1648 r1671 233 233 l.store "Search Comments and Trackbacks that contain", "Cerca commenti o trackback che contengono" 234 234 l.store "Search", "Cerca" 235 l.store "Comment Excer tp", "Contenuto commento"235 l.store "Comment Excerpt", "Contenuto commento" 236 236 237 237 #admin/general/task
