From dd255218b9061cafbb91d2d8013531374e64d0d5 Mon Sep 17 00:00:00 2001 From: bsag Date: Sun, 12 Jun 2005 16:36:55 +0000 Subject: [PATCH] Replaced the disabled checkboxes in /projects and /contexts with labels (grey boxes with white text) denoting whether the context is visible or hidden and whether the project is active or completed. Fixes #67. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@107 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/context/_context_listing.rhtml | 4 ++-- tracks/app/views/project/_project_listing.rhtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tracks/app/views/context/_context_listing.rhtml b/tracks/app/views/context/_context_listing.rhtml index 48e59fbe..5ae72b75 100644 --- a/tracks/app/views/context/_context_listing.rhtml +++ b/tracks/app/views/context/_context_listing.rhtml @@ -23,9 +23,9 @@
<% if context.hide == 1 %> - + HIDDEN <% else %> - + VISIBLE <% end %> <%= link_to_remote( image_tag("blank", :title =>"Delete context", :class=>"delete_item"), diff --git a/tracks/app/views/project/_project_listing.rhtml b/tracks/app/views/project/_project_listing.rhtml index 9d01e1e4..fe8f748e 100644 --- a/tracks/app/views/project/_project_listing.rhtml +++ b/tracks/app/views/project/_project_listing.rhtml @@ -22,9 +22,9 @@
<% if project.done == 1 -%> - + COMPLETED <% else -%> - + ACTIVE <% end -%> <%= link_to_remote( image_tag("blank", :title =>"Delete project", :class=>"delete_item"),