Look: Minor look enhancement on point of sale login page
This commit is contained in:
parent
11a6bf651b
commit
05c177ef52
@ -79,6 +79,13 @@ top_htmlhead('','',0,0,'',$arrayofcss);
|
|||||||
<td class="label1"><?php echo $langs->trans("Password"); ?></td>
|
<td class="label1"><?php echo $langs->trans("Password"); ?></td>
|
||||||
<td><input name="pwdPassword" class="texte_login" type="password" value="" /></td>
|
<td><input name="pwdPassword" class="texte_login" type="password" value="" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
print "<tr>";
|
print "<tr>";
|
||||||
print '<td class="label1">'.$langs->trans("CashDeskThirdPartyForSell").'</td>';
|
print '<td class="label1">'.$langs->trans("CashDeskThirdPartyForSell").'</td>';
|
||||||
@ -105,7 +112,16 @@ if ($conf->stock->enabled)
|
|||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
<br>
|
||||||
|
|
||||||
<center><span class="bouton_login"><input name="sbmtConnexion" type="submit" value=<?php echo $langs->trans("Connection"); ?> /></span></center>
|
<center><span class="bouton_login"><input name="sbmtConnexion" type="submit" value=<?php echo $langs->trans("Connection"); ?> /></span></center>
|
||||||
|
|
||||||
@ -113,20 +129,21 @@ if ($conf->stock->enabled)
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ($_GET['err'] < 0) {
|
if ($_GET['err'] < 0)
|
||||||
|
{
|
||||||
echo ('<script type="text/javascript">');
|
echo ('<script type="text/javascript">');
|
||||||
echo (' document.getElementById(\'frmLogin\').pwdPassword.focus();');
|
echo (' document.getElementById(\'frmLogin\').pwdPassword.focus();');
|
||||||
echo ('</script>');
|
echo ('</script>');
|
||||||
|
}
|
||||||
} else {
|
else
|
||||||
|
{
|
||||||
echo ('<script type="text/javascript">');
|
echo ('<script type="text/javascript">');
|
||||||
echo (' document.getElementById(\'frmLogin\').txtUsername.focus();');
|
echo (' document.getElementById(\'frmLogin\').txtUsername.focus();');
|
||||||
echo ('</script>');
|
echo ('</script>');
|
||||||
|
|
||||||
}
|
}
|
||||||
?></div>
|
?>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include('affPied.php'); ?></div>
|
<?php include('affPied.php'); ?></div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user