Commit 79629a6aed7a20f6fb811647f1ac1b055eb21e96

Authored by Daniela Feitosa
1 parent cbc821f2

Replaced "Mange licenses" by "Licenses" on admin

app/views/admin_panel/index.rhtml
... ... @@ -8,7 +8,7 @@
8 8 <tr><td><%= link_to _('Plugins'), :controller => 'plugins' %></td></tr>
9 9 <tr><td><%= link_to _('Sideboxes'), :controller => 'environment_design'%></td></tr>
10 10 <tr><td><%= link_to _('Homepage'), :action => 'set_portal_community' %></td></tr>
11   - <tr><td><%= link_to _('Manage Licenses'), :controller =>'licenses' %></td></tr>
  11 + <tr><td><%= link_to _('Licenses'), :controller =>'licenses' %></td></tr>
12 12 </table>
13 13  
14 14 <h2><%= _('Profiles') %></h2>
... ...
app/views/content_viewer/_comment.rhtml
... ... @@ -71,7 +71,7 @@
71 71 <% unless comment.spam? %>
72 72 &nbsp;
73 73 <%= link_to_function _('Reply'),
74   - "var f = add_comment_reply_form(this, %s); f.find('input[name=comment[title]], textarea').val(''); return false" % comment.id,
  74 + "var f = add_comment_reply_form(this, %s); f.find('comment_title, textarea').val(''); return false" % comment.id,
75 75 :class => 'comment-footer comment-footer-link comment-footer-hide',
76 76 :id => 'comment-reply-to-' + comment.id.to_s
77 77 %>
... ...