- Timestamp:
- 13 Jan 2012, 07:16:53 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/containermanagepage.pt
r7463 r7464 1 <h2 i18n:translate="" tal:condition="view/label" tal:content="view/label">Label</h2>2 3 1 <form action="." tal:attributes="action request/URL" method="POST" enctype="multipart/form-data"> 4 2 <table> -
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/containerpage.pt
r7459 r7464 1 <h2 tal:content="view/label">TITLE</h2>2 3 1 <div tal:condition="python: not len(context.keys())"> 4 2 There no subobjects registered yet. -
main/waeup.sirp/trunk/src/waeup/sirp/hostels/browser_templates/hostelmanagepage.pt
r7463 r7464 1 <h2 i18n:translate="" 2 tal:condition="view/label" 3 tal:content="view/label">Label</h2> 4 5 <form action="." tal:attributes="action request/URL" method="POST" 6 enctype="multipart/form-data"> 1 <form action="." tal:attributes="action request/URL" method="POST" 2 enctype="multipart/form-data"> 7 3 8 4 <ul class="tabs" data-tabs="tabs">
Note: See TracChangeset for help on using the changeset viewer.