Added static versioning info to login screen
FEA: ItEr64S08NavalPlanVersion
This commit is contained in:
parent
60304e3282
commit
56e7f01474
2 changed files with 8 additions and 1 deletions
|
|
@ -95,3 +95,9 @@ a.ayuda:hover {
|
|||
color: #BBBBBB;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.navalplan-version {
|
||||
float: right;
|
||||
color: #009900;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
|
@ -109,7 +109,8 @@
|
|||
<n:td height="10" background="${contextPath}/common/img/linea_pie_login.gif"></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td><n:span class="supported-browsers">${i18n:_('Supported Chrome, Firefox, Safari and Epiphany browsers')}</n:span></n:td>
|
||||
<n:td><n:span class="supported-browsers">${i18n:_('Supported Chrome, Firefox, Safari and Epiphany browsers')}</n:span>
|
||||
<n:div class="navalplan-version">v1.0</n:div></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
<n:td height="100"><div align="right"><n:img src="${contextPath}/common/img/logos_footer.gif" width="475" height="40" /></div></n:td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue