3131 < div id ="searchbox ">
3232 < form method ="GET " action ="issue ">
3333 < input type ="hidden " name ="@columns "
34- tal:attributes ="value columns_showall "
35- value ="id,activity,title,creator,assignedto,status "/>
34+ tal:attributes ="value columns_showall "
35+ value ="id,activity,title,creator,assignedto,status "/>
3636 < input type ="hidden " name ="@sort " value ="activity "/>
3737 < input type ="hidden " name ="@group " value ="priority "/>
3838 < input id ="search-text " name ="@search_text " size ="10 "
@@ -95,7 +95,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
9595 type ="text " name ="@number ">
9696 < input type ="hidden " name ="@type " value ="issue ">
9797 < input name ="@csrf " type ="hidden "
98- tal:attributes ="value python:utils.anti_csrf_nonce() ">
98+ tal:attributes ="value python:utils.anti_csrf_nonce() ">
9999 < input type ="hidden " name ="@action " value ="show ">
100100 </ p >
101101 </ form >
@@ -135,14 +135,14 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
135135 < input type ="checkbox " name ="remember " id ="remember ">
136136 < label for ="remember " i18n:translate =""> Remember me?</ label > < br >
137137 < input name ="@csrf " type ="hidden "
138- tal:attributes ="value python:utils.anti_csrf_nonce() ">
138+ tal:attributes ="value python:utils.anti_csrf_nonce() ">
139139 < input type ="submit " value ="Login " i18n:attributes ="value "> < br >
140140 < input type ="hidden " name ="__came_from "
141- tal:condition ="exists:request/env/QUERY_STRING "
142- tal:attributes ="value string:${request/base}${request/env/PATH_INFO}?${request/env/QUERY_STRING} ">
141+ tal:condition ="exists:request/env/QUERY_STRING "
142+ tal:attributes ="value string:${request/base}${request/env/PATH_INFO}?${request/env/QUERY_STRING} ">
143143 < input type ="hidden " name ="__came_from "
144- tal:condition ="not:exists:request/env/QUERY_STRING "
145- tal:attributes ="value string:${request/base}${request/env/PATH_INFO} ">
144+ tal:condition ="not:exists:request/env/QUERY_STRING "
145+ tal:attributes ="value string:${request/base}${request/env/PATH_INFO} ">
146146 < span tal:replace ="structure request/indexargs_form " />
147147 < a href ="user?@template=register "
148148 tal:condition ="python:request.user.hasPermission('Register', 'user') "
@@ -216,7 +216,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
216216 tal:define ="required required | python:[] "
217217 tal:attributes ="class python:(name in required) and 'required' or nothing ">
218218 < label tal:attributes ="for name " tal:content ="label " i18n:translate =""> text</ label >
219- < metal:x define-slot ="behind_the_label " />
219+ < metal:x define-slot ="behind_the_label " />
220220</ th >
221221
222222< td metal:define-macro ="search_input ">
@@ -230,7 +230,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
230230 name name;
231231 id name ">
232232 < a class ="classhelp "
233- tal:attributes ="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name "> (cal)</ a >
233+ tal:attributes ="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name "> (cal)</ a >
234234</ td >
235235
236236< td metal:define-macro ="search_popup ">
@@ -269,7 +269,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
269269 tal:content ="python:s[db_content] "> </ option >
270270 </ select >
271271 < a class ="classhelp "
272- tal:attributes ="href python:'''javascript:help_window('issue?@template=keywords_expr&property=%s&form=itemSynopsis', 350, 200)'''%name "> (expr)</ a >
272+ tal:attributes ="href python:'''javascript:help_window('issue?@template=keywords_expr&property=%s&form=itemSynopsis', 350, 200)'''%name "> (expr)</ a >
273273 </ div >
274274</ td >
275275
@@ -284,14 +284,14 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
284284 < option value ="" i18n:translate ="" disabled ="disabled "> ------------</ option >
285285 < option tal:repeat ="s python:db[db_klass].list() "
286286 tal:attributes ="value s/id; selected python:value == s.id "
287- tal:content ="python:s[db_content] "
288- i18n:translate =""> </ option >
287+ tal:content ="python:s[db_content] "
288+ i18n:translate =""> </ option >
289289 </ select >
290290</ td >
291291
292292<!-- currently, there is no convenient API to get a list of all roles -->
293293< td metal:define-macro ="search_select_roles "
294- tal:define ="onchange onchange | nothing ">
294+ tal:define ="onchange onchange | nothing ">
295295 < select name =roles id =roles tal:attributes ="onchange onchange ">
296296 < option value ="" i18n:translate =""> don't care</ option >
297297 < option value ="" i18n:translate ="" disabled ="disabled "> ------------</ option >
0 commit comments