Changes between Version 20 and Version 21 of TicketNavPlugin


Ignore:
Timestamp:
Apr 22, 2022, 6:13:54 AM (2 years ago)
Author:
figaro
Comment:

Cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • TicketNavPlugin

    v20 v21  
    44
    55== Description
     6
     7The following plugin adds additional functionality to your Trac site. All changes can be implemented in the site's `trac.ini` file.
    68
    79=== Component `TextAreaDescription`
     
    2426Add links to style sheets located in templates folder.
    2527
    26 The 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.
     28The stylesheet files ([wikipedia: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.
    2729
    28 To apply the changes you need to restart the server.
     30To apply the changes you need to restart the Trac server.
    2931
    3032Examples for files which resides in projects `templates` folder:
     
    3234|| `ticket_additional.css` || only added for `ticket.html` pages ||
    3335
    34 For discussion in Trac about this topic, see [t:#9683 Trac ticket #9683].
     36For a discussion in Trac about this topic, see [t:#9683 Trac ticket #9683].
    3537
    3638=== Component `CustomizedTicketView`
     
    104106=== Sample configuration of `TextAreaDescription`
    105107
    106 {{{
     108{{{#!ini
     109[ticket]
    107110descr_template = <div style="white-space: normal; height: 250px; overflow: auto; text-align: left;" class="system-message">%s<div>
    108111description_descr = <div style="font-weight: bold">Folgende Fragen sollen beantworten werden:<br/></div><ul><li>Was wurde gemacht?</li></ul>