Skip to content

Commit f10f7ed

Browse files
author
Erik Forsberg
committed
Fix issue [SF#595842] Button text replaced by search text.
1 parent b13fe23 commit f10f7ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/minimal/html/page.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
3838
value="id,activity,title,creator,assignedto,status"/>
3939
<input type="hidden" name="@sort" value="activity"/>
4040
<input type="hidden" name="@group" value="priority"/>
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" />
41+
<input id="search-text" name="@search_text" size="10"
42+
tal:attributes="value request/search_text"/>
43+
<input type="submit" id="submit" name="submit" value="Search" i18n:attributes="value" />
4344
</form>
4445
</div>
4546
</td>

0 commit comments

Comments
 (0)