Revize 230804d9
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/user-approval/user-approval.component.html | ||
---|---|---|
1 | 1 |
<div class="user-approval-container"> |
2 | 2 |
|
3 | 3 |
<div class="component-header"> |
4 |
Schvalování uživatelů
|
|
4 |
{{'userApproval.headline' | translate}}
|
|
5 | 5 |
</div> |
6 | 6 |
|
7 | 7 |
<table class="table text-center table-hover"> |
8 | 8 |
<thead class="thead-light"> |
9 | 9 |
<tr> |
10 |
<th style="width: 35%"> Jméno </th>
|
|
11 |
<th style="width: 35%"> Datum žádosti </th>
|
|
10 |
<th style="width: 35%">{{'basic.name' | translate}}</th>
|
|
11 |
<th style="width: 35%">{{'userApproval.requestDate' | translate}}</th>
|
|
12 | 12 |
<th></th> |
13 | 13 |
</tr> |
14 | 14 |
</thead> |
Také k dispozici: Unified diff
Re #7475 Localization