Skip to content
Snippets Groups Projects
Commit 5e99ae42 authored by Miriam Landa's avatar Miriam Landa
Browse files

'changed_to_i18nBundle_names'

parent 91cf0dbb
Branches
No related tags found
1 merge request!30List sort
...@@ -1038,3 +1038,4 @@ dd_upper=Day degree upper cutoffs ...@@ -1038,3 +1038,4 @@ dd_upper=Day degree upper cutoffs
observedPhase=Observed phase at biofix date observedPhase=Observed phase at biofix date
YSTEMBTEMP=Yellow Stemborer Temperature Model YSTEMBTEMP=Yellow Stemborer Temperature Model
addIllustration=Add illustration addIllustration=Add illustration
allRoles=All roles
...@@ -1031,3 +1031,4 @@ dd_upper=Day degree upper cutoffs ...@@ -1031,3 +1031,4 @@ dd_upper=Day degree upper cutoffs
observedPhase=Observed phase at biofix date observedPhase=Observed phase at biofix date
YSTEMBTEMP=Yellow Stemborer Temperature Model YSTEMBTEMP=Yellow Stemborer Temperature Model
addIllustration=Add illustration addIllustration=Add illustration
allRoles=All roles
...@@ -1030,3 +1030,4 @@ dd_upper=Day degree upper cutoffs ...@@ -1030,3 +1030,4 @@ dd_upper=Day degree upper cutoffs
observedPhase=Observed phase at biofix date observedPhase=Observed phase at biofix date
YSTEMBTEMP=Yellow Stemborer Temperature Model YSTEMBTEMP=Yellow Stemborer Temperature Model
addIllustration=Add illustration addIllustration=Add illustration
allRoles=All roles
...@@ -1039,3 +1039,4 @@ dd_upper=Maksimumstemperaturer d\u00f8gngradberegning ...@@ -1039,3 +1039,4 @@ dd_upper=Maksimumstemperaturer d\u00f8gngradberegning
observedPhase=Observert utviklingsstadium ved biofix-dato observedPhase=Observert utviklingsstadium ved biofix-dato
YSTEMBTEMP=Yellow Stemborer temperaturmodell YSTEMBTEMP=Yellow Stemborer temperaturmodell
addIllustration=Legg til illustrasjon addIllustration=Legg til illustrasjon
allRoles=Alle roller
...@@ -1032,3 +1032,4 @@ dd_upper=Day degree upper cutoffs ...@@ -1032,3 +1032,4 @@ dd_upper=Day degree upper cutoffs
observedPhase=Observed phase at biofix date observedPhase=Observed phase at biofix date
YSTEMBTEMP=Yellow Stemborer Temperature Model YSTEMBTEMP=Yellow Stemborer Temperature Model
addIllustration=Add illustration addIllustration=Add illustration
allRoles=All roles
...@@ -1025,3 +1025,4 @@ dd_upper=Day degree upper cutoffs ...@@ -1025,3 +1025,4 @@ dd_upper=Day degree upper cutoffs
observedPhase=Observed phase at biofix date observedPhase=Observed phase at biofix date
YSTEMBTEMP=Yellow Stemborer Temperature Model YSTEMBTEMP=Yellow Stemborer Temperature Model
addIllustration=Add illustration addIllustration=Add illustration
allRoles=All roles
...@@ -113,12 +113,12 @@ ...@@ -113,12 +113,12 @@
</p> </p>
<#if messageKey?has_content> <#if messageKey?has_content>
<div class="alert alert-success">${i18nBundle(messageKey)}</div> <div class="alert alert-success">${i18nBundle(messageKey)}</div>
</#if> </#if>
<tr> <tr>
<td> <td>
<#if user.isSuperUser() || user.isOrganizationAdmin() > <#if user.isSuperUser() || user.isOrganizationAdmin() >
<select onchange="<#if user.isSuperUser()>sortByOrgAndUserRole();<#else>sortByUserRole();</#if>" id="selectUserRole" class="form-control"> <select onchange="<#if user.isSuperUser()>sortByOrgAndUserRole();<#else>sortByUserRole();</#if>" id="selectUserRole" class="form-control">
<option value="-1">*Alle typer brukere</option> <option value="-1">${i18nBundle.allRoles}</option>
<#list vipsLogicRoles as role> <#list vipsLogicRoles as role>
<option value="${role.vipsLogicRoleId}">${i18nBundle["vipsLogicRole_" + role.vipsLogicRoleId]}</option> <option value="${role.vipsLogicRoleId}">${i18nBundle["vipsLogicRole_" + role.vipsLogicRoleId]}</option>
</#list> </#list>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<br> <br>
<#if user.isSuperUser() > <#if user.isSuperUser() >
<select onclick="sortByOrgAndUserRole();" id="selectOrg" class="form-control"> <select onclick="sortByOrgAndUserRole();" id="selectOrg" class="form-control">
<option value="-1">*Alle organisasjoner</option> <option value="-1">${i18nBundle.allOrganizations}</option>
<#list organizations as org> <#list organizations as org>
<option value=${org.organizationId}>${org.organizationName}</option> <option value=${org.organizationId}>${org.organizationName}</option>
</#list> </#list>
...@@ -141,8 +141,8 @@ ...@@ -141,8 +141,8 @@
<th>${i18nBundle.lastName}</th> <th>${i18nBundle.lastName}</th>
<th>${i18nBundle.firstName}</th> <th>${i18nBundle.firstName}</th>
<th>${i18nBundle.status}</th> <th>${i18nBundle.status}</th>
<th>*Organisasjon</th> <th>${i18nBundle.organizationId}</th>
<th>*Roller</th> <th>${i18nBundle.vipsLogicRoles}</th>
</thead> </thead>
<tbody> <tbody>
<!-- The ones that need treatment first --> <!-- The ones that need treatment first -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment