Ignore:
Timestamp:
29 Jan 2014, 11:23:13 (11 years ago)
Author:
Henrik Bettermann
Message:

Further adjustments of forms, tables and buttons in browser module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates/exportjobsindex.pt

    r9840 r10999  
    1 <table i18n:domain="waeup.kofa">
     1<table i18n:domain="waeup.kofa" class="table">
    22  <thead>
    33    <tr>
     
    3838        </a>
    3939        <form method="POST">
    40           <a href="" class="btn primary small"
     40          <a href="" class="btn btn-primary btn-xs"
    4141                 tal:attributes="href job/download_url"
    4242                 tal:condition="job/show_download_button">
     
    4545          <input type="hidden" name="job_id"
    4646                 tal:attributes="value job/job" />
    47           <input type="submit" class="btn small"
     47          <input type="submit" class="btn btn-default btn-xs"
    4848                 name="DISCARD" value="Discard"
    4949                 tal:condition="job/show_discard_button" />
     
    5757
    5858  </div>
    59   <input class="btn primary" type="submit" name="CREATE"
     59  <input class="btn btn-primary" type="submit" name="CREATE"
    6060         value="Configure new export"
    6161          />
Note: See TracChangeset for help on using the changeset viewer.