refs #4674 notSignOut check fixed

This commit is contained in:
Guillermo Bonet 2023-01-02 13:52:04 +01:00
parent 0a759db03e
commit 8f369e9781
3 changed files with 5 additions and 5 deletions

View File

@ -384,7 +384,7 @@ var App = {
*/ */
fetchVersion: function() { fetchVersion: function() {
// Gets the last version number using the MySQL ODBC connection // Gets the last version number using the MySQL ODBC connection
var mysqlConn = new ActiveXObject('ADODB.Connection');; var mysqlConn = new ActiveXObject('ADODB.Connection');;
var datasource = this.getDatasource(); var datasource = this.getDatasource();
var serverURL; var serverURL;

View File

@ -61,7 +61,7 @@ input[type='text']:focus,
input[type='password']:focus { input[type='password']:focus {
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
#notSignOut { #notSignOutSection {
margin-top: 1em; margin-top: 1em;
font-size: .8em; font-size: .8em;
margin-bottom: 2.5em; margin-bottom: 2.5em;

View File

@ -41,9 +41,9 @@
<input id="password" type="password"/> <input id="password" type="password"/>
</div> </div>
</div> </div>
<div id="notSignOut"> <div id="notSignOutSection">
<input id="notSignOutInput" type="checkbox"/> <input id="notSignOut" type="checkbox"/>
<label for="notSignOutInput">No cerrar sesión</label> <label for="notSignOut">No cerrar sesión</label>
</div> </div>
</div> </div>
<div id="submit"> <div id="submit">