Changeset 171

Show
Ignore:
Timestamp:
07/22/08 07:20:47 (4 months ago)
Author:
pwh
Message:

Tidied up site edit form.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nethorus/app/views/site_admin/edit.html.erb

    r168 r171  
    1515 <% end %> 
    1616 
     17 
     18 <fieldset> 
     19  <legend>Site information</legend> 
     20  <label for="description">Description</label><%= form.text_field :description %> 
     21 </fieldset> 
     22 
    1723 <%= submit_tag @site.id ? 'Save' : 'Create' %> 
    1824 
     
    2127 <% end %> 
    2228 
    23  <table class="horiz"> 
    24   <tr> 
    25    <th>Description</th> 
    26    <td><%= form.text_field :description %></td> 
    27   </tr> 
    28  </table> 
    29  
    3029<% end %>