Changeset 6031


Ignore:
Timestamp:
9 May 2011, 10:35:29 (13 years ago)
Author:
Henrik Bettermann
Message:

Add type of application (code).

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser_templates/applicantscontainerpage.pt

    r6029 r6031  
    1 <h2>
    2   <span tal:content="context/title">Title</span>
    3 </h2>
     1<h2 tal:content="context/title">Title</h2>
    42
    53<div tal:content="structure view/descriptionToHTML">
     
    97<table class="zebra">
    108  <tbody>
     9      <tr>
     10        <td class="fieldname">
     11          Type (Code):
     12        </td>
     13        <td class="field">
     14          <input tal:replace="context/__name__" />
     15        </td>
     16      </tr> 
    1117    <tal:block repeat="widget view/widgets">
    1218      <tal:condition condition="python:widget.name not in ['form.description','form.title']">
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/static/yuiapp.css

    r5849 r6031  
    2929.block .hd h2, .block .hd h3 { font-size:100%; margin-bottom:0; }
    3030.block .bd { padding:1em; background-color:#fff; }
     31.block .bd h1 { color:#7a1818; }
    3132.block .bd h2 { color:#7a1818; }
    3233.block .bd h3 { color:#7a1818; }
Note: See TracChangeset for help on using the changeset viewer.