Changeset 6167


Ignore:
Timestamp:
20 May 2011, 12:09:56 (13 years ago)
Author:
uli
Message:

Turn this into a Unix file, fix indentation and the like.

File:
1 edited

Legend:

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

    r6000 r6167  
    2020
    2121<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">
    2323
    2424<div id="tabs">
     
    2626  <li><a href="#tab-1"><span tal:content="view/subunits">Contents</span></a></li>
    2727</ul>
    28    
     28
    2929<div id="tab-1">
    3030  <h3 tal:content="view/subunits">Faculties</h3>
     
    5656    </tbody>
    5757  </table>
    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  
     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
    6969</div>
    7070</div>
    71 </form> 
    72 
    73 
    74 
     71</form>
Note: See TracChangeset for help on using the changeset viewer.