From 7535c211d5e660a7a65ee91e33f14881027836a7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 Nov 2007 11:40:17 +0000 Subject: Removed IssueStatus html_color attribute. Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position). git-svn-id: http://redmine.rubyforge.org/svn/trunk@881 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issue_statuses/_form.rhtml | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/views/issue_statuses') diff --git a/app/views/issue_statuses/_form.rhtml b/app/views/issue_statuses/_form.rhtml index 7f6dc5be0..6ae0a7c33 100644 --- a/app/views/issue_statuses/_form.rhtml +++ b/app/views/issue_statuses/_form.rhtml @@ -11,8 +11,5 @@

<%= check_box 'issue_status', 'is_default' %>

-

-#<%= text_field 'issue_status', 'html_color', :maxlength => 6 %>

- \ No newline at end of file -- cgit v1.2.3