Enhancement in smartphone menu management

This commit is contained in:
Laurent Destailleur 2011-02-19 16:48:26 +00:00
parent 3264f73b01
commit b7571d1174
3 changed files with 9 additions and 3 deletions

View File

@ -83,6 +83,12 @@ input.ui-input-text, textarea.ui-input-text {
background: #FFFFFF;
}
.loginform {
margin: 40px;
padding: 10px;
}
div.titre {

View File

@ -35,7 +35,7 @@ include('header.tpl.php');
<div data-role="content">
<form id="login" name="login" method="post" action="<?php echo $php_self; ?>">
<form id="login" class="loginform" name="login" method="post" action="<?php echo $php_self; ?>">
<input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>" />
<input type="hidden" name="loginfunction" value="loginfunction" />
@ -60,7 +60,7 @@ include('header.tpl.php');
<input type="submit" data-theme="b" value="<?php echo $langs->trans('Connection'); ?>" />
</form><br>
</form>
</div><!-- /content -->

View File

@ -32,7 +32,7 @@ include('header.tpl.php');
<div data-role="content">
<form id="login" name="login" method="post" action="<?php echo $php_self; ?>">
<form id="login" class="loginform" name="login" method="post" action="<?php echo $php_self; ?>">
<input type="hidden" name="token" value="<?php echo $_SESSION['newtoken']; ?>" />
<input type="hidden" name="loginfunction" value="buildnewpassword" />