Revision 441:cbce1fd3b1b7 app/views/admin/.svn/text-base

View differences:

app/views/admin/.svn/text-base/info.rhtml.svn-base
4 4

  
5 5
<table class="list">
6 6
<% @checklist.each do |label, result| %>
7
	<tr class="<%= cycle 'odd', 'even' %>">
8
		<td><%= l(label) %></td>
9
		<td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;") %></td>
10
	</tr>
7
  <tr class="<%= cycle 'odd', 'even' %>">
8
    <td><%= l(label) %></td>
9
    <td width="30px"><%= image_tag((result ? 'true.png' : 'exclamation.png'),
10
                                    :style => "vertical-align:bottom;") %></td>
11
  </tr>
11 12
<% end %>
12 13
</table>
13 14

  
app/views/admin/.svn/text-base/projects.rhtml.svn-base
11 11
<label><%= l(:label_project) %>:</label>
12 12
<%= text_field_tag 'name', params[:name], :size => 30 %>
13 13
<%= submit_tag l(:button_apply), :class => "small", :name => nil %>
14
<%= link_to l(:button_clear), {:controller => 'admin', :action => 'projects'}, :class => 'icon icon-reload' %>
14 15
</fieldset>
15 16
<% end %>
16 17
&nbsp;

Also available in: Unified diff