Mercurial > hg-stable
comparison templates/coal/changeset.tmpl @ 7299:288dda59233c
coal/paper: show a search tip when hovering over search box
This doesn't work in IE, because IE only supports :hover on <a> elements.
author | Benoit Allard <benoit@aeteurope.nl> |
---|---|
date | Sat, 01 Nov 2008 13:07:20 +0100 |
parents | 0061498f8ab8 |
children | a0843c82d1a2 |
comparison
equal
deleted
inserted
replaced
7298:0e2e371c7406 | 7299:288dda59233c |
---|---|
29 <h3>changeset {rev}:{node|short} {changesettag}</h3> | 29 <h3>changeset {rev}:{node|short} {changesettag}</h3> |
30 | 30 |
31 <form class="search" action="{url}log"> | 31 <form class="search" action="{url}log"> |
32 {sessionvars%hiddenformentry} | 32 {sessionvars%hiddenformentry} |
33 <p><input name="rev" id="search1" type="text" size="30"></p> | 33 <p><input name="rev" id="search1" type="text" size="30"></p> |
34 <span>find changesets by author, revision, | |
35 files, or words in the commit message</span> | |
34 </form> | 36 </form> |
35 | 37 |
36 <div class="description">{desc|strip|escape|addbreaks}</div> | 38 <div class="description">{desc|strip|escape|addbreaks}</div> |
37 | 39 |
38 <table id="changesetEntry"> | 40 <table id="changesetEntry"> |