Changeset 6031 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 9 May 2011, 10:35:29 (14 years ago)
- 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> 4 2 5 3 <div tal:content="structure view/descriptionToHTML"> … … 9 7 <table class="zebra"> 10 8 <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> 11 17 <tal:block repeat="widget view/widgets"> 12 18 <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 29 29 .block .hd h2, .block .hd h3 { font-size:100%; margin-bottom:0; } 30 30 .block .bd { padding:1em; background-color:#fff; } 31 .block .bd h1 { color:#7a1818; } 31 32 .block .bd h2 { color:#7a1818; } 32 33 .block .bd h3 { color:#7a1818; }
Note: See TracChangeset for help on using the changeset viewer.