Mercurial > p > roundup > code
comparison templates/classic/html/page.html @ 3375:bd6ba21d6c47
fix some translation stuff, and update the minimal tempalte
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 05 Jul 2005 06:25:50 +0000 |
| parents | f0713aa3ee3d |
| children | 9b8019f28158 |
comparison
equal
deleted
inserted
replaced
| 3373:353588debaae | 3375:bd6ba21d6c47 |
|---|---|
| 26 <input type="hidden" name="@columns" | 26 <input type="hidden" name="@columns" |
| 27 value="id,activity,title,creator,assignedto,status"/> | 27 value="id,activity,title,creator,assignedto,status"/> |
| 28 <input type="hidden" name="@sort" value="activity"/> | 28 <input type="hidden" name="@sort" value="activity"/> |
| 29 <input type="hidden" name="@group" value="priority"/> | 29 <input type="hidden" name="@group" value="priority"/> |
| 30 <input id="search-text" name="@search_text" size="10"/> | 30 <input id="search-text" name="@search_text" size="10"/> |
| 31 <input type="submit" id="submit" name="submit" value="Search"/> | 31 <input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value"/> |
| 32 </form> | 32 </form> |
| 33 </div> | 33 </div> |
| 34 </td> | 34 </td> |
| 35 </tr> | 35 </tr> |
| 36 | 36 |
