Changeset 9665


Ignore:
Timestamp:
17 Nov 2012, 12:31:13 (12 years ago)
Author:
uli
Message:

Make reload button a visible button.

File:
1 edited

Legend:

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

    r9658 r9665  
    3838                   name="DISCARD" value="Discard"
    3939                   tal:condition="python: entry[3]" />
    40             <a href=""
     40            <a href="" class="btn"
    4141                   tal:condition="python: entry[5]">
    42                    <img tal:attributes="src static/actionicon_reload.png" />
     42              Reload
     43              <img tal:attributes="src static/actionicon_reload.png" />
    4344            </a>
    4445          </form>
Note: See TracChangeset for help on using the changeset viewer.