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/datacenterimport1page.pt

    r7443 r7444  
    1919      tal:attributes="class python: repeat['file'].odd() and 'odd' or ''">
    2020        <td>
    21           <button type="submit" name="select" class="btn"
     21          <button type="submit" name="select" class="btn primary"
    2222            tal:attributes="value file/name">Select</button>
    2323        </td>
     
    2929    </tbody>
    3030  </table>
    31   <input type="submit" name="cancel" value="Cancel" />
     31  <input type="submit" name="cancel" class="btn" value="Cancel" />
    3232</form>
Note: See TracChangeset for help on using the changeset viewer.