diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-12 17:59:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-12 17:59:02 +0000 |
commit | 027bf93849e82ef3c60e4a3024db49d65f0fb3c9 (patch) | |
tree | c6bc438fcd50370944b94f605b3f34fe54b73248 /app/views/trackers | |
parent | 071f8e18d02f789149071abb8e052bae7ad01003 (diff) | |
download | redmine-027bf93849e82ef3c60e4a3024db49d65f0fb3c9.tar.gz redmine-027bf93849e82ef3c60e4a3024db49d65f0fb3c9.zip |
added svn:eol-style native property on /app files
git-svn-id: http://redmine.rubyforge.org/svn/trunk@333 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/trackers')
-rw-r--r-- | app/views/trackers/_form.rhtml | 4 | ||||
-rw-r--r-- | app/views/trackers/list.rhtml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/views/trackers/_form.rhtml b/app/views/trackers/_form.rhtml index fd79bf5f0..3dea238d8 100644 --- a/app/views/trackers/_form.rhtml +++ b/app/views/trackers/_form.rhtml @@ -1,8 +1,8 @@ <%= error_messages_for 'tracker' %> <div class="box"> <!--[form:tracker]--> -<p><%= f.text_field :name, :required => true %></p>
+<p><%= f.text_field :name, :required => true %></p> <p><%= f.check_box :is_in_chlog %></p> -<p><%= f.check_box :is_in_roadmap %></p>
+<p><%= f.check_box :is_in_roadmap %></p> <!--[eoform:tracker]--> </div> diff --git a/app/views/trackers/list.rhtml b/app/views/trackers/list.rhtml index a12e50845..05408a1c4 100644 --- a/app/views/trackers/list.rhtml +++ b/app/views/trackers/list.rhtml @@ -6,7 +6,7 @@ <table class="list"> <thead><tr> - <th><%=l(:label_tracker)%></th>
+ <th><%=l(:label_tracker)%></th> <th><%=l(:button_sort)%></th> <th></th> </tr></thead> @@ -21,11 +21,11 @@ <%= link_to image_tag('2downarrow.png', :alt => l(:label_sort_lowest)), {:action => 'move', :id => tracker, :position => 'lowest'}, :method => :post, :title => l(:label_sort_lowest) %> </td> <td align="center"> - <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %>
+ <%= button_to l(:button_delete), { :action => 'destroy', :id => tracker }, :confirm => l(:text_are_you_sure), :class => "button-small" %> </td> </tr> <% end %> </tbody> </table> -
+ <%= pagination_links_full @tracker_pages %>
\ No newline at end of file |