Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/templates/classic/html/page.html Fri Jun 24 07:17:56 2005 +0000 +++ b/templates/classic/html/page.html Tue Jul 05 06:25:50 2005 +0000 @@ -28,7 +28,7 @@ <input type="hidden" name="@sort" value="activity"/> <input type="hidden" name="@group" value="priority"/> <input id="search-text" name="@search_text" size="10"/> - <input type="submit" id="submit" name="submit" value="Search"/> + <input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value"/> </form> </div> </td>
