Fix: Removed close tag not opened

This commit is contained in:
Laurent Destailleur 2011-08-28 01:47:58 +00:00
parent 27babd10db
commit 340fe42b79

View File

@ -50,7 +50,7 @@ function donnefocus() {
<img alt="Logo" title="" src="<?php echo $urllogo; ?>" /> <img alt="Logo" title="" src="<?php echo $urllogo; ?>" />
</div> </div>
<div id="parameterBox" summary="Login area"> <div id="parameterBox">
<div id="logBox"><strong><label for="username"><?php echo $langs->trans('Login'); ?></label></strong><input type="text" <?php echo $disabled; ?> id="username" name="username" class="flat" size="15" maxlength="25" value="<?php echo $login; ?>" tabindex="1" /></div> <div id="logBox"><strong><label for="username"><?php echo $langs->trans('Login'); ?></label></strong><input type="text" <?php echo $disabled; ?> id="username" name="username" class="flat" size="15" maxlength="25" value="<?php echo $login; ?>" tabindex="1" /></div>
<?php if ($select_entity) { ?> <?php if ($select_entity) { ?>
@ -58,17 +58,17 @@ function donnefocus() {
<?php echo $select_entity; ?> <?php echo $select_entity; ?>
</div> </div>
<?php } ?> <?php } ?>
<?php if ($captcha) { ?> <?php if ($captcha) { ?>
<div class="captchaBox"> <div class="captchaBox">
<strong><label><?php echo $langs->trans('SecurityCode'); ?></label></strong> <strong><label><?php echo $langs->trans('SecurityCode'); ?></label></strong>
<input id="securitycode" class="flat" type="text" size="6" maxlength="5" name="code" tabindex="3"></td> <input id="securitycode" class="flat" type="text" size="6" maxlength="5" name="code" tabindex="3">
</div> </div>
<div class="captchaImg"> <div class="captchaImg">
<img src="<?php echo $dol_url_root.'/lib/antispamimage.php'; ?>" border="0" width="128" height="36" id="captcha"></td> <img src="<?php echo $dol_url_root.'/lib/antispamimage.php'; ?>" border="0" width="128" height="36" id="captcha">
<a href="<?php echo $php_self; ?>"><?php echo $captcha_refresh; ?></a> <a href="<?php echo $php_self; ?>"><?php echo $captcha_refresh; ?></a>
</div> </div>
<?php } ?> <?php } ?>