To edit pages or tickets please login with username/password: aaf/aaf

Show
Ignore:
Timestamp:
02/02/07 22:13:22 (2 years ago)
Author:
jk
Message:

module flattening+renaming, extracted act_methods out of class_methods, and other preparations for implementation of remote indexing via drb. Due to the number of changes trunk will be only for the brave for now :-)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/app/views/admin/backend/search.rhtml

    r83 r135  
    11<h1>Search Content (backend)</h1> 
    2 <%= form_tag :action => 'search' %> 
     2<% form_tag :action => 'search' do %> 
    33  <fieldset> 
    44    <legend>Search</legend> 
     
    66  </fieldset> 
    77  <%= submit_tag 'search' %> 
    8 <%= end_form_tag %> 
     8<% end %> 
    99 
    1010<% if @results -%> 

To edit pages or tickets please login with username/password: aaf/aaf