MercurialRoundupTheme

Change of themes/mercurialroundup/html/page.html

1:7728a4d01fbc
themes/mercurialroundup/html/page.html
     1.1 --- a/themes/mercurialroundup/html/page.html	Sun Jun 06 16:19:05 2010 +0200
     1.2 +++ b/themes/mercurialroundup/html/page.html	Sun Jun 06 16:20:14 2010 +0200
     1.3 @@ -31,8 +31,8 @@
     1.4     <div id="searchbox">
     1.5       <form method="GET" action="issue">
     1.6         <input type="hidden" name="@columns"
     1.7 -	      tal:attributes="value columns_showall"
     1.8 -	      value="id,activity,title,creator,assignedto,status"/>
     1.9 +              tal:attributes="value columns_showall"
    1.10 +              value="id,activity,title,creator,assignedto,status"/>
    1.11         <input type="hidden" name="@sort" value="activity"/>
    1.12         <input type="hidden" name="@group" value="priority"/>
    1.13         <input id="search-text" name="@search_text" size="10"
    1.14 @@ -206,7 +206,7 @@
    1.15      tal:define="required required | python:[]"
    1.16      tal:attributes="class python:(name in required) and 'required' or nothing">
    1.17    <label tal:attributes="for name" tal:content="label" i18n:translate="">text</label>
    1.18 -	<metal:x define-slot="behind_the_label" />
    1.19 +        <metal:x define-slot="behind_the_label" />
    1.20  </th>
    1.21  
    1.22  <td metal:define-macro="search_input">
    1.23 @@ -220,7 +220,7 @@
    1.24                           name name;
    1.25                           id name">
    1.26    <a class="classhelp"
    1.27 -	 tal:attributes="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name">(cal)</a>
    1.28 +         tal:attributes="href python:'''javascript:help_window('issue?@template=calendar&property=%s&form=itemSynopsis', 300, 200)'''%name">(cal)</a>
    1.29  </td>
    1.30  
    1.31  <td metal:define-macro="search_popup">
    1.32 @@ -258,14 +258,14 @@
    1.33      <option value="" i18n:translate="" disabled="disabled">------------</option>
    1.34      <option tal:repeat="s python:db[db_klass].list()"
    1.35              tal:attributes="value s/id; selected python:value == s.id"
    1.36 -						tal:content="python:s[db_content]"
    1.37 -						i18n:translate=""></option>
    1.38 +                                                tal:content="python:s[db_content]"
    1.39 +                                                i18n:translate=""></option>
    1.40    </select>
    1.41  </td>
    1.42  
    1.43  <!-- currently, there is no convenient API to get a list of all roles -->
    1.44  <td metal:define-macro="search_select_roles"
    1.45 -	  tal:define="onchange onchange | nothing">
    1.46 +          tal:define="onchange onchange | nothing">
    1.47    <select name=roles id=roles tal:attributes="onchange onchange">
    1.48      <option value="" i18n:translate="">don't care</option>
    1.49      <option value="" i18n:translate="" disabled="disabled">------------</option>