Changeset 10999 for main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/students/browser_templates
- Timestamp:
- 29 Jan 2014, 11:23:13 (11 years ago)
- 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"> 2 2 <thead> 3 3 <tr> … … 38 38 </a> 39 39 <form method="POST"> 40 <a href="" class="btn primary small"40 <a href="" class="btn btn-primary btn-xs" 41 41 tal:attributes="href job/download_url" 42 42 tal:condition="job/show_download_button"> … … 45 45 <input type="hidden" name="job_id" 46 46 tal:attributes="value job/job" /> 47 <input type="submit" class="btn small"47 <input type="submit" class="btn btn-default btn-xs" 48 48 name="DISCARD" value="Discard" 49 49 tal:condition="job/show_discard_button" /> … … 57 57 58 58 </div> 59 <input class="btn primary" type="submit" name="CREATE"59 <input class="btn btn-primary" type="submit" name="CREATE" 60 60 value="Configure new export" 61 61 />
Note: See TracChangeset for help on using the changeset viewer.