Ignore:
Timestamp:
11 Nov 2006, 13:51:20 (18 years ago)
Author:
Henrik Bettermann
Message:

layouts beautified
cpsdocument_edit_form.pt should not be used for clearance objects, has to be changed

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_edit.pt

    r826 r842  
    3535          id python:widget.getHtmlWidgetId()+'_widget';"
    3636          >
    37             <td>
     37            <td valign="top">
    3838            <div class="label" tal:condition="widget/label_edit"
    3939                 tal:attributes="class python:test(is_required, 'label required','label')">
     
    4545                    tal:attributes="onclick python:'toggleElementVisibility(\'%s\')' % tooltip_id;"> ? </button>
    4646            </td>
    47             <td>
     47            <td valign="top">
    4848            <span class="field">
    4949              <div tal:replace="structure cell/widget_rendered"/>
  • WAeUP_SRP/trunk/skins/waeup_student/layout_clearance_view.pt

    r837 r842  
    2828            </tal:block>
    2929            <tal:block condition="not: widget/label">
    30             <td>
    31               <div valign="top"> no label </div>
     30            <td valign="top">
     31              <div> no label </div>
    3232            </td>
    3333            </tal:block>             
    34             <td>
     34            <td valign="top">
    3535             <div class="ddescription" tal:condition="cell" tal:content="structure cell/widget_rendered"></div>
    3636             <div class="ddescription" tal:condition="not:cell/widget_rendered"> none </div>
  • WAeUP_SRP/trunk/skins/waeup_student/widget_waeup_result_render.pt

    r841 r842  
    1111<tal:block condition="python: mode == 'view'">
    1212    <div tal:repeat="res results">
    13       <span tal:content="python:subjects_voc.get(res[0])" />&nbsp;&nbsp;<span tal:content="python:grade_voc.get(res[1])" />
     13      <span tal:content="python:subjects_voc.get(res[0])" />: <span tal:content="python:grade_voc.get(res[1])" />
    1414    </div>
    1515</tal:block>
Note: See TracChangeset for help on using the changeset viewer.