Ticket #2648 (closed enhancement: fixed)
Show search engine terms in source browser
| Reported by: | athomas | Owned by: | cboos |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.10 |
| Component: | version control/browser | Version: | 0.9.3 |
| Severity: | trivial | Keywords: | search highlight |
| Cc: |
Description
Not sure if this will break anything, but it seems to work okay. Shows the highlighted search terms from the repository search plugin as well.
-
templates/browser.cs
=== templates/browser.cs ==================================================================
10 10 </ul> 11 11 </div> 12 12 13 <div id="searchable"> 13 14 14 15 <div id="content" class="browser"> 15 16 <h1><?cs call:browser_path_links(browser.path, browser) ?></h1> … … 133 134 </div> 134 135 135 136 </div> 137 138 </div> 139 136 140 <?cs include:"footer.cs"?>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


