Ignore:
Timestamp:
23 Jun 2011, 07:06:33 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove actionsView css attribute and rework page templates with tables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultycontainermanagepage.pt

    r6344 r6460  
    5151        </tbody>
    5252      </table>
    53 
    54       <div id="actionsView">
    55         <span class="actionButtons" tal:condition="view/availableActions">
    56           <span tal:repeat="action view/actions"
    57                 tal:omit-tag="">
    58             <input tal:condition="python:action.label in view.taboneactions"
    59                    tal:replace="structure action/render"/>
    60           </span>
     53      <span class="actionButtons" tal:condition="view/availableActions">
     54        <span tal:repeat="action view/actions"
     55              tal:omit-tag="">
     56          <input tal:condition="python:action.label in view.taboneactions"
     57                 tal:replace="structure action/render"/>
    6158        </span>
    62       </div>
     59      </span>
    6360
    6461    </div>
Note: See TracChangeset for help on using the changeset viewer.