mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Adds version status to limit issue assignments (#1245).
Available version statuses are: * open: no restriction * locked: can not assign new issues to the version * closed: can not assign new issues and can not reopen assigned issues git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3020 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -124,6 +124,8 @@ tr.message td.last_message { font-size: 80%; }
|
||||
tr.message.locked td.subject a { background-image: url(../images/locked.png); }
|
||||
tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
|
||||
|
||||
tr.version.closed, tr.version.closed a { color: #999; }
|
||||
|
||||
tr.user td { width:13%; }
|
||||
tr.user td.email { width:18%; }
|
||||
tr.user td { white-space: nowrap; }
|
||||
|
||||
Reference in New Issue
Block a user