Edgewall Software

Opened 4 years ago

Last modified 4 years ago

#13248 closed defect

pagepath not displaying in the wiki — at Version 1

Reported by: Brad Lanam <brad.lanam.comp@…> Owned by:
Priority: normal Milestone: 1.4.1
Component: wiki system Version: 1.4
Severity: normal Keywords:
Cc: brad.lanam.comp@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

Upgraded to version 1.4. I made the change outlined below so that 'edit this page' would work.

The pagepath (mouse trail/link trail) no longer displays on the wiki pages.


theme.html near line 109: ( from #13242 )

    <div id="main"
         ${{'class': {
         'uisymbols': req.session.get('ui.use_symbols'),
         'uinohelp': req.session.get('ui.hide_help'),
         }}|htmlattr}>
      # if resource_template:
      #   include resourcepath_template ignore missing
      # endif
      <div id="ctxtnav" class="nav">
        <h2>${_("Context Navigation")}</h2>
        # if chrome.ctxtnav:
        <ul>

Change History (1)

comment:1 by Ryan J Ollos, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.