Changes between Version 18 and Version 19 of TicketNavPlugin


Ignore:
Timestamp:
Nov 20, 2015, 1:31:10 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TicketNavPlugin

    v18 v19  
    1313[ticket]
    1414description_descr =
    15 descr_template = <div style="white-space: normal; height: 250px; overflow:scroll;" class="system-message">%s<div>
     15descr_template = <div style="white-space: normal; height: 250px; overflow: scroll;" class="system-message">%s<div>
    1616}}}
    1717
     
    2222Add links to style sheets located in templates folder.
    2323
    24 [http://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] files starting with `"all_templates"` are added for all Trac sites.
    25 CSS files starting with template name (without `.html`-suffix) are added for specific template.
     24The stylesheet files ([http://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] files) starting with `"all_templates"` are added for all Trac sites. The CSS files starting with the template name (without `.html`-suffix) are applied to the specific template.
    2625
    2726To apply the changes you need to restart the server.
     
    3130|| `ticket_additional.css` || only added for `ticket.html` pages ||
    3231
    33 For discussion in Trac about this topic, see [http://trac.edgewall.org/ticket/9683 Trac ticket #9683].
     32For discussion in Trac about this topic, see [t:#9683 Trac ticket #9683].
    3433
    3534=== Component `CustomizedTicketView`
     
    7271[[Image(CustomizedTicketView.png)]]
    7372
     73
    7474'''Screenshot of `TicketNavigation`''' - list of headers are as toolbox under mainnav:
    7575
    7676[[Image(TicketNavigation.png)]]
    7777
     78
    7879'''Screenshot of `SortMilestoneVersion`''' - milestones are sorted by name regardless of their case (uppercase "TBD" is next to lowercase "tbd"):
    7980
    8081[[Image(SortMilestones.png)]]
     82
    8183
    8284'''Screenshot of `SortMilestoneVersion`''' - versions are sorted in alphabetical order instead of their due / completion date:
     
    9698== Download
    9799
    98 Download the zipped source from [download:ticketnavplugin here].
     100Download the zipped source from [export:ticketnavplugin here].
    99101
    100 Or download the pre-compiled [raw-attachment:TicketDisplay-0.4.0-py2.6.egg python egg].
     102Or download the pre-compiled [raw-attachment:TicketDisplay-0.4.0-py2.6.egg Python egg].
    101103
    102104== Source
    103105
    104 You can check out TicketNavPlugin from [http://trac-hacks.org/svn/ticketnavplugin here] using Subversion, or [source:ticketnavplugin browse the source] with Trac.
     106You can check out TicketNavPlugin from [/svn/ticketnavplugin here] using Subversion, or [source:ticketnavplugin browse the source] with Trac.
    105107
    106108== Example
     
    109111
    110112{{{
    111 descr_template = <div style="white-space: normal; height: 250px; overflow:auto;text-align:left;" class="system-message">%s<div>
     113descr_template = <div style="white-space: normal; height: 250px; overflow: auto; text-align: left;" class="system-message">%s<div>
    112114description_descr = <div style="font-weight: bold">Folgende Fragen sollen beantworten werden:<br/></div><ul><li>Was wurde gemacht?</li></ul>
    113115}}}