Ignore:
Timestamp:
16 Nov 2012, 00:07:29 (12 years ago)
Author:
uli
Message:

Untabify page templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/studentreportgeneratorpage.pt

    r9641 r9643  
    11<form  i18n:domain="waeup.kofa"  method="POST">
    22  <p i18n:translate="">
    3     Please pick the session for which the report should be
    4     generated.
    5     The report data will be calculated and then made available
    6     for you to view/download.
     3    Please pick the session for which the report should be generated.
     4    The report data will be calculated and then made available for you
     5    to view/download.
    76  </p>
    87  <br />
     
    1211      <select name="session">
    1312        <span tal:repeat="items view/sessions" tal:omit-tag="">
    14         <option
    15             tal:define="name python: items[1]; title python: items[0]"
    16             tal:attributes="value name">
    17           <span tal:replace="title">TITLE</span>
    18         </option>
     13          <option
     14              tal:define="name python: items[1]; title python: items[0]"
     15              tal:attributes="value name">
     16            <span tal:replace="title">TITLE</span>
     17          </option>
    1918        </span>
    2019      </select>
     
    2625  <div class="input">
    2726    <input i18n:translate="" type="submit" class="btn primary"
    28      name="CREATE" value="Create" />
     27           name="CREATE" value="Create" />
    2928    <a class="btn secondary" href=""
    3029       tal:attributes="href view/parent_url">Cancel</a>
    3130  </div>
    3231</form>
    33 
Note: See TracChangeset for help on using the changeset viewer.