Changeset 6167 for main/waeup.sirp/trunk/src/waeup/sirp
- Timestamp:
- 20 May 2011, 12:09:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/facultycontainermanagepage.pt
r6000 r6167 20 20 21 21 <form action="." tal:attributes="action request/URL" method="POST" 22 class="edit-form" enctype="multipart/form-data"> 22 class="edit-form" enctype="multipart/form-data"> 23 23 24 24 <div id="tabs"> … … 26 26 <li><a href="#tab-1"><span tal:content="view/subunits">Contents</span></a></li> 27 27 </ul> 28 28 29 29 <div id="tab-1"> 30 30 <h3 tal:content="view/subunits">Faculties</h3> … … 56 56 </tbody> 57 57 </table> 58 59 60 61 62 63 64 65 66 67 </div>68 58 59 <div id="actionsView"> 60 <span class="actionButtons" tal:condition="view/availableActions"> 61 <span tal:repeat="action view/actions" 62 tal:omit-tag=""> 63 <input tal:condition="python:action.label in view.taboneactions" 64 tal:replace="structure action/render"/> 65 </span> 66 </span> 67 </div> 68 69 69 </div> 70 70 </div> 71 </form> 72 73 74 71 </form>
Note: See TracChangeset for help on using the changeset viewer.