OSDN Git Service

t#29804:fix view for licensing
[pettanr/pettanr.git] / app / views / original_picture_license_groups / _form.html.erb
index 0b8e7b9..e3413f1 100644 (file)
     </div>
   <% end %>
 
-  <div class="field">
-    <%= f.label :license_group_id %><br />
-    <%= f.collection_select :license_group_id, LicenseGroup.list.map {|l| [l.caption, l.id] }, :last, :first %>
-    <%= f.hidden_field :original_picture_id %>
-  </div>
+  <table class="no-border">
+    <tr>
+      <td>License Group</td>
+      <td><%= f.collection_select :license_group_id, LicenseGroup.list.map {|l| [l.caption, l.id] }, :last, :first %></td>
+      <td>+</td>
+    </tr>
+  </table>
+  <%= f.hidden_field :original_picture_id %>
   <%= hidden_field_tag :original_picture_id, @original_picture.id %>
 
   <div class="actions">
-    <%= f.submit %>
+    <%= f.submit 'Next'%>
   </div>
 <% end %>