Changeset 11315 for main/waeup.uniben/trunk/src/waeup/uniben/students
- Timestamp:
- 22 Feb 2014, 21:25:56 (11 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:mergeinfo changed
/main/waeup.uniben/branches/henrik-diazo-themed (added) merged: 11140-11141,11143,11146
- Property svn:ignore
-
main/waeup.uniben/trunk/src/waeup/uniben
- Property svn:mergeinfo changed
/main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben (added) merged: 11140,11143,11146
- Property svn:mergeinfo changed
-
main/waeup.uniben/trunk/src/waeup/uniben/students/browser_templates/studyleveleditpage.pt
r10441 r11315 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/trunk/src/waeup/uniben/students/browser_templates/studylevelpage.pt
r10441 r11315 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.