- Timestamp:
- 4 Feb 2014, 14:46:01 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/certificatemanagepage.pt
r11040 r11051 32 32 <div id="tab2" class="tab-pane"> 33 33 <br /> 34 <table class=" dataTableManage">34 <table class="kofa-data-table dataTableManage"> 35 35 <thead> 36 36 <tr> … … 91 91 <div id="tab3" class="tab-pane"> 92 92 <br /> 93 <table class=" dataTableManage">93 <table class="kofa-data-table dataTableManage"> 94 94 <thead> 95 95 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/certificatepage.pt
r11040 r11051 23 23 </h3> 24 24 <br /> 25 <table i18n:domain="waeup.kofa" class=" dataTable">25 <table i18n:domain="waeup.kofa" class="kofa-data-table dataTable"> 26 26 <thead> 27 27 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/configurationmanagepage.pt
r10999 r11051 27 27 <div id="tab2" class="tab-pane"> 28 28 <br /> 29 <table class=" dataTableManage">29 <table class="kofa-data-table dataTableManage"> 30 30 <thead> 31 31 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/coursemanagepage.pt
r11040 r11051 28 28 <div id="tab3" class="tab-pane"> 29 29 <br /> 30 <table class=" dataTableManage">30 <table class="kofa-data-table dataTableManage"> 31 31 <thead> 32 32 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterfinishedpage.pt
r11040 r11051 4 4 imports. The files contain the imported datasets. 5 5 </p> 6 <table i18n:domain="waeup.kofa" class=" dataTableFiles">6 <table i18n:domain="waeup.kofa" class="kofa-data-table dataTableFiles"> 7 7 <thead> 8 8 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/datacenterpage.pt
r11041 r11051 11 11 <form action="." tal:attributes="action request/URL" method="post" 12 12 i18n:domain="waeup.kofa" enctype="multipart/form-data"> 13 <table i18n:domain="waeup.kofa" class=" data-table dataTableManageFiles">13 <table i18n:domain="waeup.kofa" class="kofa-data-table dataTableManageFiles"> 14 14 <thead> 15 15 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/departmentmanagepage.pt
r11026 r11051 32 32 <div id="tab2" class="tab-pane"> 33 33 <br /> 34 <table class=" dataTableManage">34 <table class="kofa-data-table dataTableManage"> 35 35 <thead> 36 36 <tr> … … 62 62 <div id="tab3" class="tab-pane"> 63 63 <br /> 64 <table class=" dataTableManage">64 <table class="kofa-data-table dataTableManage"> 65 65 <thead> 66 66 <tr> … … 91 91 </div> 92 92 <div id="tab4" class="tab-pane"> <br /> 93 <table class=" dataTableManage">93 <table class="kofa-data-table dataTableManage"> 94 94 <thead> 95 95 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/departmentpage.pt
r10999 r11051 10 10 <div id="tab1" class="active tab-pane"> 11 11 <br /> 12 <table class=" dataTable">12 <table class="kofa-data-table dataTable"> 13 13 <thead> 14 14 <tr> … … 33 33 <div id="tab2" class="tab-pane"> 34 34 <br /> 35 <table class=" dataTable">35 <table class="kofa-data-table dataTable"> 36 36 <thead> 37 37 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/facultymanagepage.pt
r11040 r11051 64 64 </div> 65 65 <div id="tab3" class="tab-pane"> <br /> 66 <table class=" dataTableManage">66 <table class="kofa-data-table dataTableManage"> 67 67 <thead> 68 68 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/findstudentspage.pt
r11040 r11051 25 25 <input type="hidden" name="old_searchtype" 26 26 tal:attributes="value view/searchtype" /> 27 <table class=" dataTable">27 <table class="kofa-data-table dataTable"> 28 28 <thead> 29 29 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/searchpage.pt
r11040 r11051 13 13 <span i18n:domain="waeup.kofa" tal:condition="view/hitlist"> 14 14 <h3 i18n:translate="">Search Results</h3> 15 <table class=" dataTable">15 <table class="kofa-data-table dataTable"> 16 16 <thead> 17 17 <tr> -
main/waeup.kofa/branches/uli-diazo-themed/src/waeup/kofa/browser/templates/userscontainerpage.pt
r11040 r11051 1 <table i18n:domain="waeup.kofa" class=" table table-stripeddataTable">1 <table i18n:domain="waeup.kofa" class="kofa-data-table dataTable"> 2 2 <thead> 3 3 <tr>
Note: See TracChangeset for help on using the changeset viewer.