Changeset 14647


Ignore:
Timestamp:
23 Mar 2017, 04:12:17 (8 years ago)
Author:
Henrik Bettermann
Message:

Replace tabs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatemanagepage.pt

    r14646 r14647  
    5252            </td>
    5353            <td>
    54               <span tal:content="cc/level">
    55                 LEVEL
    56               </span>
     54              <span tal:content="cc/level">LEVEL</span>
    5755            </td>
    5856            <td tal:content="cc/course/semester">SEMESTER</td>
     
    6563            <td>
    6664              <a tal:attributes="href python:view.url(cc.course)"
    67                  tal:content="cc/course/code">
    68                 COURSE CODE
    69               </a>
     65                 tal:content="cc/course/code">COURSE CODE</a>
    7066            </td>
    7167            <td>
    72               <span tal:content="cc/course/title">
    73                 COURSE TITLE
    74               </span>
     68              <span tal:content="cc/course/title">COURSE TITLE</span>
    7569            </td>
    7670            <td tal:condition="layout/course_cat_used">
    77               <span tal:content="cc/course_category">
    78                    COURSE CAT
    79               </span>
     71              <span tal:content="cc/course_category">COURSE CAT</span>
    8072            </td>
    8173            <td>
    82               <span tal:content="cc/mandatory">
    83                 REQUIRED
    84               </span>
     74              <span tal:content="cc/mandatory">REQUIRED</span>
    8575            </td>
    8676          </tr>
     
    10090        <thead>
    10191          <tr>
    102             <th>&nbsp;
    103             </th>
    104             <th i18n:translate="">User Id
    105             </th>
    106             <th i18n:translate="">Name
    107             </th>
    108             <th i18n:translate="">Local Role
    109             </th>
     92            <th>&nbsp;</th>
     93            <th i18n:translate="">User Id</th>
     94            <th i18n:translate="">Name</th>
     95            <th i18n:translate="">Local Role</th>
    11096          </tr>
    11197        </thead>
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/certificatepage.pt

    r14646 r14647  
    3939     <td>
    4040      <span tal:content="cc/level">
    41            LEVEL
     41        LEVEL
    4242      </span>
    4343    </td>
     
    4545    <td>
    4646      <a tal:attributes="href python: view.url(cc)"
    47              tal:content="cc/__name__">
    48         REFERRER CODE
     47        tal:content="cc/__name__">
     48        REFERRER CODE
    4949      </a>
    5050    </td>
    5151    <td>
    5252      <a tal:attributes="href python:view.url(cc.course)"
    53              tal:content="cc/course/code">
    54         COURSE CODE
     53       tal:content="cc/course/code">
     54      COURSE CODE
    5555      </a>
    5656    <td>
    5757      <span tal:content="cc/course/title">
    58            COURSE TITLE
     58      COURSE TITLE
    5959      </span>
    6060    </td>
    6161    <td tal:condition="layout/course_cat_used">
    6262      <span tal:content="cc/course_category">
    63            COURSE CAT
     63        COURSE CAT
    6464      </span>
    6565    </td>
    6666    <td>
    6767      <span tal:content="cc/mandatory">
    68            REQUIRED
     68        REQUIRED
    6969      </span>
    7070    </td>
     
    7272</tbody>
    7373</table>
    74 
Note: See TracChangeset for help on using the changeset viewer.