Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #899 from ezsystems/EZP-27865_Language_column_to_t…
Browse files Browse the repository at this point in the history
…he_right

EZP-27865: Move language to the right in version tabs
  • Loading branch information
StephaneDiot authored Sep 12, 2017
2 parents 9d2a3e0 + 14d8cdb commit 74095e2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Resources/public/templates/tabs/versions.hbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<tr>
<th></th>
<th>{{ translate 'locationview.versions.version' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.language' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.author' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.created' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.last.saved' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.language' 'locationview' }}</th>
</tr>
</thead>
<tbody>
Expand All @@ -35,9 +35,6 @@
<td>
{{versionNo}}
</td>
<td>
{{languageCodes}}
</td>
<td>
{{resources.Creator}}
</td>
Expand All @@ -47,6 +44,9 @@
<td>
{{ formatTime modificationDate day="numeric" month="short" year="numeric" hour="2-digit" minute="2-digit" }}
</td>
<td>
{{languageCodes}}
</td>
</tr>
{{/each}}
</tbody>
Expand Down Expand Up @@ -83,10 +83,10 @@
<thead>
<tr>
<th>{{ translate 'locationview.versions.version' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.language' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.author' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.created' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.last.saved' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.language' 'locationview' }}</th>
</tr>
</thead>
<tbody>
Expand All @@ -95,9 +95,6 @@
<td>
{{versionNo}}
</td>
<td>
{{languageCodes}}
</td>
<td>
{{resources.Creator}}
</td>
Expand All @@ -107,6 +104,9 @@
<td>
{{ formatTime modificationDate day="numeric" month="short" year="numeric" hour="2-digit" minute="2-digit" }}
</td>
<td>
{{languageCodes}}
</td>
</tr>
{{/each}}
</tbody>
Expand All @@ -128,10 +128,10 @@
<tr>
<th></th>
<th>{{ translate 'locationview.versions.version' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.language' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.author' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.created' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.last.saved' 'locationview' }}</th>
<th>{{ translate 'locationview.versions.language' 'locationview' }}</th>
</tr>
</thead>
<tbody>
Expand All @@ -146,9 +146,6 @@
<td>
{{versionNo}}
</td>
<td>
{{languageCodes}}
</td>
<td>
{{resources.Creator}}
</td>
Expand All @@ -158,6 +155,9 @@
<td>
{{ formatTime modificationDate day="numeric" month="short" year="numeric" hour="2-digit" minute="2-digit" }}
</td>
<td>
{{languageCodes}}
</td>
</tr>
{{/each}}
</tbody>
Expand Down

0 comments on commit 74095e2

Please sign in to comment.