Ignore:
Timestamp:
10 Jan 2012, 07:45:40 (13 years ago)
Author:
Henrik Bettermann
Message:

Use proper css classes for buttons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-bootstrap/src/waeup/sirp/browser/templates/configurationmanagepage.pt

    r7443 r7444  
    4646      <div tal:condition="view/availableActions">
    4747        <span tal:repeat="action view/actions" tal:omit-tag="">
    48           <input tal:condition="python:action.label in view.taboneactions" tal:replace="structure action/render"/>
     48          <input tal:condition="python:action.label in view.taboneactions"
     49                 tal:replace="structure action/render"/>
    4950        </span>
    5051      </div>
Note: See TracChangeset for help on using the changeset viewer.