Ignore:
Timestamp:
18 Nov 2012, 17:11:02 (12 years ago)
Author:
Henrik Bettermann
Message:

Align reload button.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/reportscontainerpage.pt

    r9676 r9681  
    3737                 name="DISCARD" value="Discard"
    3838                 tal:condition="python: entry[3]" />
     39          <a href="" class="btn" i18n:translate=""
     40             tal:condition="python: entry[5]">
     41            <img tal:attributes="src static/actionicon_reload.png" />
     42            Reload
     43          </a>
    3944        </form>
    40         <a href="" class="btn" tal:condition="python: entry[5]">
    41           Reload
    42           <img tal:attributes="src static/actionicon_reload.png" />
    43         </a>
    4445      </td>
    4546    </tr>
Note: See TracChangeset for help on using the changeset viewer.