Commit 237f98c70b30545e89f9c7b47c3164112baf6173

Authored by Augusto_Serpro
1 parent abf4928f

melhoramentos

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/views/shared/not_found.html.erb
... ... @@ -13,10 +13,10 @@
13 13 <% parent_id = ((@article && @article.allow_children?) ? @article : nil) %>
14 14 <%= colorbox_button('new', _('New content'), :controller => 'cms', :action => 'new', :parent_id => parent_id, :cms => true) %>
15 15 <% end %>
16   - <form action="/search">
17   - <input id="searchGadget" class="searchField" type="text" accesskey="3" placeholder="Buscar no Site" title="Buscar no Site" size="18" name="query" autocomplete="off"></input>
18   - <input class="searchButton" type="submit" value="Search Content"></input>
19   - </form>
20 16 <% end %>
  17 + <form action="/search">
  18 + <input id="searchGadget" class="searchField" type="text" accesskey="3" placeholder="Buscar no Site" title="Buscar no Site" size="18" name="query" autocomplete="off"></input>
  19 + <input class="searchButton" type="submit" value="Search Content"></input>
  20 + </form>
21 21 </div>
22 22  
... ...