プロジェクト

全般

プロフィール

Vote #70406

完了

Private issues - make it more obvious in the UI?

Admin Redmine さんがほぼ4年前に追加. ほぼ4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
開始日:
2011/07/24
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
36
issue_org_id:
8894
author_id:
10685
assigned_to_id:
0
comments:
4
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

Intro: Redmine is used at my organization (a consortium of hospitals) in the IT department ... and we are going to start rolling out to other departments. If it fails to scale to thousands of users, well, I'm fired. :-)

But the point is that please make the "Private" label when adding new issues in red on a light red background. This idea of "private issue" has a been a loud demand in my organization, and when one opens a new issue, the way it is styled now floating right, it doesn't even register in my eye. I am immediately drawn to the fields on the left. I am sure other people will experience the same effect.

I ended up adding the following to application.css

label[for=issue_is_private] 
{ 
    color : red;
    border : 2px solid red;
    padding : 0px 4px 2px 0px;
    background-color : #FFDFDF;
}

But it does not work in IE7 and below because it does not support CSS attribute selectors... what do you think of updating the output of the page to include a specific ID for the label of the field? So now we could in theory write:

#issue_is_private_label 
{ ... }

And a humble thank you really to you and your team. We are thinking of contributing a bit to the effort by providing an Arabic translation to the user interface.

+Your work is stellar.+


journals

--------------------------------------------------------------------------------
Attribute id="issue_is_private_label" added in r6328.
--------------------------------------------------------------------------------
The r6328 doesn't fix this issue, only allows the suggested solution to be implemented.
--------------------------------------------------------------------------------
Bruno Medeiros wrote:
> The r6328 doesn't fix this issue, only allows the suggested solution to be implemented.

This issue is fixed indeed imho. Jean-Philippe decided this is something that you should implement yourself via your own theme (or a modified core theme) and therefore he added the id attribute. See [[HowTo_create_a_custom_Redmine_theme]].
--------------------------------------------------------------------------------

Admin Redmine さんがほぼ4年前に更新

  • カテゴリUI_10 にセット
  • 対象バージョン1.3.0_36 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0