refs #4674 notSignOut check fixed
This commit is contained in:
parent
0a759db03e
commit
8f369e9781
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue