Issue Details (XML | Word | Printable)

Key: FOR-412
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Johannes Schaefer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Forrest

use CSS for displaying list of Changes

Created: 09/Dec/04 12:25 PM   Updated: 18/Nov/09 12:56 AM
Return to search
Component/s: Plugin: input.projectInfo
Affects Version/s: 0.7
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works changes2document.diff 2006-10-16 07:58 AM Gavin 1 kB
Issue Links:
Dependants
 

Other Info: Patch available


 Description  « Hide
changes2document.xsl changed (see diff attached) to format the list without bullets; used css-classes for formatting, put the styles in extra-css for a quick fix (they should go into the forrest css):


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Johannes Schaefer made changes - 09/Dec/04 12:26 PM
Field Original Value New Value
Attachment changes2document.diff [ 10346 ]
David Crossley made changes - 24/Dec/05 11:15 AM
Summary list of changes changed to CSS use CSS for displaying list of Changes
Component/s Core operations [ 12310010 ]
Component/s Plugin: projectInfo [ 12310046 ]
Description changes2document.xsl changed (see diff attached) to format the list without bullets; used css-classes for formatting, put the styles in extra-css (they should go into the forrest css):

   ul.changes-list
   {
     list-style-type:none;
     padding-left: 0;
     margin-left: 0;
   }

   .changes-list .update
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/update.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .add
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/add.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .remove
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/remove.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .fix
   {
      padding-left:24px;
      padding-bottom:2px; <!-- to display the bottom line of the image -->
      background-image:url(images/fix.jpg);
      background-repeat:no-repeat;
   }
   .changes-list .hack
   {
      padding-left:24px;
      padding-bottom:3px; <!-- the hack image is higher than the others -->
      background-image:url(images/hack.jpg);
      background-repeat:no-repeat;
   }
changes2document.xsl changed (see diff attached) to format the list without bullets; used css-classes for formatting, put the styles in extra-css for a quick fix (they should go into the forrest css):
Other Info [Patch available]
Gavin made changes - 16/Oct/06 07:57 AM
Attachment changes2document.diff [ 12310346 ]
Gavin made changes - 16/Oct/06 07:58 AM
Attachment changes2document.diff [ 12342975 ]
Gavin made changes - 25/Mar/07 10:36 PM
Link This issue depends on FOR-970 [ FOR-970 ]
Gavin made changes - 25/Mar/07 10:36 PM
Fix Version/s 0.9 [ 12310041 ]
Tim Williams made changes - 18/Nov/09 12:56 AM
Fix Version/s 0.9-dev [ 12310041 ]