Commit a38729075ab9d387213acb06ec8a458dd783b2d3

Authored by Antonio Terceiro
1 parent 144ee4bc

ActionItem1049: slightly better publish screen

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/cms/publish.rhtml
... ... @@ -4,12 +4,12 @@
4 4 <%= hidden_field_tag :back_to, @back_to %>
5 5 <% @groups.each do |group| %>
6 6 <%= labelled_check_box group.name, 'marked_groups[][group_id]', group.id, @marked_groups.include?(group) %><br />
7   - <%= labelled_text_field _('Title') + ': ', 'marked_groups[][name]', @article.name %>
  7 + <%= labelled_text_field _('Title') + ': ', 'marked_groups[][name]', @article.name, :style => 'width: 100%' %>
8 8 <hr />
9 9 <% end %>
10 10  
11 11 <% button_bar do %>
12   - <%= submit_button 'menu-community', _('Publish') %>
  12 + <%= submit_button 'spread', _('Publish') %>
13 13 <% end %>
14 14 <% end %>
15 15  
... ...