File tree Expand file tree Collapse file tree 12 files changed +17
-17
lines changed
admin/components/user-grid
eform/components/eform-page Expand file tree Collapse file tree 12 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1010 </ aside >
1111 < footer id ="footer ">
1212 < p >
13- © Microting A/S 2007 - 2017
13+ © Microting A/S 2007 - 2018
1414 </ p >
1515 </ footer >
1616</ div >
Original file line number Diff line number Diff line change 5757< div class ="row ">
5858 < div class ="col-xs-6 ">
5959 < div class ="dataTables_info " id ="searchable_groups_info ">
60- Viser {{this.paginationModel.offset + 1}}
61- til {{getLastPageNumber()}} af {{userInfoModelList.totalUsers}} linjer
60+ Showing {{this.paginationModel.offset + 1}}
61+ to {{getLastPageNumber()}} of {{userInfoModelList.totalUsers}} records
6262 </ div >
6363 </ div >
6464 < div class ="col-xs-6 "> </ div >
Original file line number Diff line number Diff line change 5050< div class ="row ">
5151 < div class ="col-xs-6 ">
5252 < div class ="dataTables_info " id ="searchable_groups_info " *ngIf ="advEntitySearchableGroupListModel.numOfElements > 0 ">
53- Viser {{this.advEntitySearchableGroupListRequestModel.offset + 1}}
54- til {{getLastPageNumber()}} af {{advEntitySearchableGroupListModel.numOfElements}} linjer
53+ Showing {{this.advEntitySearchableGroupListRequestModel.offset + 1}}
54+ to {{getLastPageNumber()}} of {{advEntitySearchableGroupListModel.numOfElements}} records
5555 </ div >
5656 </ div >
5757 < div class ="col-xs-6 "> </ div >
Original file line number Diff line number Diff line change 11< header class ="main-header main-header-title ">
22 < div class ="container-fluid ">
33 < h1 class ="page-title header-page-title ">
4- < div class ="container " style =" width: 200px !important; " >
4+ < div class ="container ">
55 Searchable lists
66 </ div >
77 </ h1 >
Original file line number Diff line number Diff line change 5050< div class ="row ">
5151 < div class ="col-xs-6 ">
5252 < div class ="dataTables_info " id ="searchable_groups_info " *ngIf ="advEntitySelectableGroupListModel.numOfElements > 0 ">
53- Viser {{this.advEntitySelectableGroupListRequestModel.offset + 1}}
54- til {{getLastPageNumber()}} af {{advEntitySelectableGroupListModel.numOfElements}} linjer
53+ Showing {{this.advEntitySelectableGroupListRequestModel.offset + 1}}
54+ to {{getLastPageNumber()}} of {{advEntitySelectableGroupListModel.numOfElements}} records
5555 </ div >
5656 </ div >
5757 < div class ="col-xs-6 "> </ div >
Original file line number Diff line number Diff line change 11< header class ="main-header main-header-title ">
22 < div class ="container-fluid ">
33 < h1 class ="page-title header-page-title ">
4- < div class ="container " style =" width: 200px !important; " >
4+ < div class ="container ">
55 Seletable lists
66 </ div >
77 </ h1 >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1 class="page-title header-page-title">
2424 Name
2525 </ th >
2626 < th class ="col-md-2 text-center " rowspan ="1 " colspan ="1 ">
27- Microting_uid
27+ Microting UID
2828 </ th >
2929 < th class ="col-md-2 text-center " rowspan ="1 " colspan ="1 ">
3030 Actions
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1 class="page-title header-page-title">
2323 Customer no & OTP
2424 </ th >
2525 < th class ="col-md-2 text-center " rowspan ="1 " colspan ="1 ">
26- Microting_uid
26+ Microting UID
2727 </ th >
2828 </ tr >
2929 </ thead >
Original file line number Diff line number Diff line change 11< header class ="main-header main-header-title ">
22 < div class ="container-fluid ">
33 < h1 class ="page-title header-page-title ">
4- < div class ="container " style =" width: 200px !important; " >
4+ < div class ="container ">
55 Workers
66 </ div >
77 </ h1 >
@@ -31,7 +31,7 @@ <h1 class="page-title header-page-title">
3131 Last name
3232 </ th >
3333 < th class ="col-md-2 text-center " rowspan ="1 " colspan ="1 ">
34- Microting_uid
34+ Microting UID
3535 </ th >
3636 < th class ="col-md-2 text-center " rowspan ="1 " colspan ="1 ">
3737 Actions
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ <h1 class="page-title header-page-title">
142142 < div class ="row " *ngIf ="false ">
143143 < div class ="col-xs-6 ">
144144 < div class ="dataTables_info " id ="searchable_groups_info " *ngIf ="templateListModel.numOfElements > 0 ">
145- Viser {{this.templateRequestModel.offset + 1}}
146- til {{getLastPageNumber()}} af {{templateListModel.numOfElements}} linjer
145+ Showing {{this.templateRequestModel.offset + 1}}
146+ to {{getLastPageNumber()}} of {{templateListModel.numOfElements}} records
147147 </ div >
148148 </ div >
149149 < div class ="col-xs-6 "> </ div >
You can’t perform that action at this time.
0 commit comments