Ignore:
Timestamp:
17 Jul 2006, 22:35:13 (18 years ago)
Author:
joachim
Message:

=level_view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_contents.pt

    r326 r329  
    44                        direction params/direction;
    55                        format string:detail_tab;
    6                        
    76                        displayed python:request.get('displayed', None);
     7                        display_buttons context/academics_contents_display_buttons;
    88                       ">
    99
     
    4848    <span tal:define="redirect python: response.redirect(url)"></span>
    4949  </div>
     50    <span tal:omit-tag="" tal:condition="not: display_buttons"
     51          tal:content="structure doc/render" />
    5052
    5153  <form action="" method="post" class="group"
     
    6365      tal:define="can_add python:checkPerm('Add portal content', here);
    6466                  can_del python:checkPerm('Delete objects', here);
    65                   display_buttons context/academics_contents_display_buttons;">
     67                  ">
    6668      <tr>
    6769        <td align="left" valign="top" rowspan="3"></td>
     
    7375                   tal:attributes="onclick python:'toggleSelect(this, \'%s\', \'%s\')'
    7476                                   % (cpsmcat('button_select_all'), cpsmcat('button_deselect_all'))" />
    75           </span>
    7677          <span tal:condition="can_del">
    7778            <input type="submit" name="approve_checked:method"
     
    8384              tal:attributes="onclick python:'return window.confirm(\'%s\')' %
    8485              (cpsmcat('description_confirm_delete'), )" />
     86          </span>
    8587          </span>
    8688        </td>
Note: See TracChangeset for help on using the changeset viewer.