Modify ↓
#2648 closed enhancement (fixed)
Show search engine terms in source browser
Reported by: | Alec Thomas | Owned by: | Christian Boos |
---|---|---|---|
Priority: | lowest | Milestone: | 0.10 |
Component: | version control/browser | Version: | 0.9.3 |
Severity: | trivial | Keywords: | search highlight |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
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 (0)
Change History (4)
comment:1 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
comment:3 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Seems ok for me.