View Issue Details

IDProjectCategoryView StatusLast Update
0003143mantisbtbugtrackerpublic2003-12-13 04:38
Reportered Assigned Tovboctor  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.17.5 
Summary0003143: Show a padlock instead of "p"
Description

In manage_page.php, instead of showing a lowercase letter "p" for Protected, how about dressing up the screen a little and use an actual icon of a Padlock?

Here is a padlock icon that you can use:
http://www.geocities.com/eddiemarino/images/padlock.gif

TagsNo tags attached.

Activities

vboctor

vboctor

2003-04-22 08:54

manager   ~0004226

I just committed to CVS a lock image that is different than the one above.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mantisbt/mantisbt/images/protected.gif?rev=1.1&content-type=text/vnd.viewcvs-markup

The reason I didn't commit the one above are:

  • It lock is too big (in terms of image size, rather than file size).
  • The colours do not match other icons currently used (eg: the pen icon).

I didn't change the code to make use of the new icon, so this task is still available to whoever who has the time to do it.

vboctor

vboctor

2003-04-23 01:53

manager   ~0004240

Fixed in CVS. Will be included in 0.18.0a5.

The lock is now used to highlight protected users in the manage users page, and highlight private bugs in the view bugs page.

Related Changesets

MantisBT: master 51ab53b2

2003-04-22 19:53

vboctor


Details Diff
Fix 0003143: Show a padlock instead of "p".

M manage_user_page.php
- Use the lock icon to highlight protected users.

M view_all_inc.php
- Use the lock icon to highlight the private bugs.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2158 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003143
mod - doc/ChangeLog Diff File
mod - manage_user_page.php Diff File
mod - view_all_inc.php Diff File