Changeset 11143
- Timestamp:
- 21 Feb 2014, 06:12:59 (11 years ago)
- Location:
- main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/applicants/browser_templates/applicantdisplaypage.pt
r10622 r11143 86 86 Application Fee Payment Tickets 87 87 </h3> 88 <table i18n:domain="waeup.kofa" >88 <table i18n:domain="waeup.kofa" class="table table-condensed"> 89 89 <thead> 90 90 <tr> -
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/interswitch/browser_templates/applicant_goto_interswitch.pt
r9994 r11143 8 8 9 9 <table class="form-table" i18n:domain="waeup.kofa"> 10 <thead>11 </thead>12 10 <tbody> 13 11 <tr> … … 71 69 <input type="hidden" name="payment_params" value="college_split" /> 72 70 <span tal:replace="structure view/xml_data"></span> 73 74 <input type="submit" class="btn " tal:attributes="value view/submit_button"/>71 <br /> 72 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 75 73 76 74 </form> -
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/interswitch/browser_templates/student_goto_interswitch.pt
r9994 r11143 8 8 9 9 <table class="form-table" i18n:domain="waeup.kofa"> 10 <thead>11 </thead>12 10 <tbody> 13 11 <tr> … … 71 69 <input type="hidden" name="payment_params" value="college_split" /> 72 70 <span tal:replace="structure view/xml_data"></span> 73 74 <input type="submit" class="btn " tal:attributes="value view/submit_button"/>71 <br /> 72 <input type="submit" class="btn btn-primary" tal:attributes="value view/submit_button"/> 75 73 76 74 </form> -
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/students/browser_templates/studyleveleditpage.pt
r10441 r11143 8 8 tal:replace="view/context/total_credits">TOTAL</span>) 9 9 </h3> 10 <table class=" displaydataTableManage">10 <table class="kofa-data-table dataTableManage"> 11 11 <thead> 12 12 <tr> … … 23 23 </thead> 24 24 <tbody> 25 <tr tal:repeat="value view/translated_values" class="gradeC">25 <tr tal:repeat="value view/translated_values"> 26 26 <td> 27 27 <input type="checkbox" name="val_id" … … 30 30 </td> 31 31 <td tal:content="value/semester" nowrap>TERM</td> 32 <td> <a tal:attributes="href value/ __name__">32 <td> <a tal:attributes="href value/url"> 33 33 <span tal:content="value/code">CODE</span> 34 34 </a></td> … … 49 49 </span> 50 50 </div> 51 51 52 <br /><br /><br /> 52 53 <table class="input-table"> -
main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben/students/browser_templates/studylevelpage.pt
r10441 r11143 1 1 <table class="form-table" i18n:domain="waeup.kofa"> 2 <thead>3 </thead>4 2 <tbody> 5 3 <tal:block repeat="widget view/widgets"> … … 20 18 <h3 i18n:domain="waeup.kofa" i18n:translate="">Course Tickets</h3> 21 19 22 <table class=" displaydataTable" i18n:domain="waeup.kofa">20 <table class="kofa-data-table dataTable" i18n:domain="waeup.kofa"> 23 21 <thead> 24 22 <tr> … … 36 34 </thead> 37 35 <tbody> 38 <tr tal:repeat="value view/translated_values" class="gradeC">36 <tr tal:repeat="value view/translated_values"> 39 37 <td tal:content="value/semester" nowrap>TERM</td> 40 <td> <a tal:attributes="href value/ __name__">38 <td> <a tal:attributes="href value/url"> 41 39 <span tal:content="value/code">CODE</span> 42 40 </a></td>
Note: See TracChangeset for help on using the changeset viewer.