OSDN Git Service

Merge branch 'v06sheet' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06sheet
[pettanr/pettanr.git] / app / views / sheets / _form.html.erb
index 35aeb0c..fd3c9ef 100644 (file)
@@ -14,6 +14,8 @@
         <%= f.label :caption %>
         <%= f.text_field :caption, :id => @sheet.field_tag_id(:caption), :sheet_id => @sheet.tag_sheet_id, :column => :caption -%>
       </div>
+      <div class="row_break">
+      </div>
       <div class="field">
         <%= f.label :width %>
         <%= f.number_field :width, :size => 5, :id => @sheet.field_tag_id(:width), :sheet_id => @sheet.tag_sheet_id, :column => :width %>
         <%= f.number_field :height, :size => 5, :id => @sheet.field_tag_id(:height), :sheet_id => @sheet.tag_sheet_id, :column => :height %>
 
       </div>
+      <div class="row_break">
+      </div>
       <div class="field">
         <%= f.label :visible %>
         <%= f.collection_select :visible, t_select_items(MagicNumber['sheet_visible_items']), :last, :first, {:html => {:selected => @sheet.visible}}, {:id => @sheet.field_tag_id(:visible), :sheet_id => @sheet.tag_sheet_id, :column => :visible} %>
       </div>
+      <div class="row_break">
+      </div>
       <% unless @sheet.new_record?  %>
         <%= f.hidden_field :id, :id => @sheet.field_tag_id(:id), :sheet_id => @sheet.tag_sheet_id, :column => :id %>
       <% end %>