Mercurial > p > roundup > code
comparison templates/minimal/html/page.html @ 3759:3a4cce7e77fb
Fix issue [SF#595842] Button text replaced by search text.
| author | Erik Forsberg <forsberg@users.sourceforge.net> |
|---|---|
| date | Mon, 13 Nov 2006 19:57:57 +0000 |
| parents | f9efa4ad9d96 |
| children | ff3a8b7d1819 |
comparison
equal
deleted
inserted
replaced
| 3758:fd3229f86687 | 3759:3a4cce7e77fb |
|---|---|
| 36 <input type="hidden" name="@columns" | 36 <input type="hidden" name="@columns" |
| 37 tal:attributes="value columns_showall" | 37 tal:attributes="value columns_showall" |
| 38 value="id,activity,title,creator,assignedto,status"/> | 38 value="id,activity,title,creator,assignedto,status"/> |
| 39 <input type="hidden" name="@sort" value="activity"/> | 39 <input type="hidden" name="@sort" value="activity"/> |
| 40 <input type="hidden" name="@group" value="priority"/> | 40 <input type="hidden" name="@group" value="priority"/> |
| 41 <input id="search-text" name="@search_text" size="10"/> | 41 <input id="search-text" name="@search_text" size="10" |
| 42 <input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value" tal:attributes="value request/search_text" /> | 42 tal:attributes="value request/search_text"/> |
| 43 <input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value" /> | |
| 43 </form> | 44 </form> |
| 44 </div> | 45 </div> |
| 45 </td> | 46 </td> |
| 46 </tr> | 47 </tr> |
| 47 | 48 |
