New: jQuery mobile is best and more compatible with different smartphone
This commit is contained in:
parent
fabc0705b9
commit
8d62507b6a
@ -46,22 +46,23 @@ $smartphone->smartheader();
|
|||||||
<?php if ($captcha) { ?>
|
<?php if ($captcha) { ?>
|
||||||
<label for="securitycode"><?php echo $langs->trans('SecurityCode'); ?></label>
|
<label for="securitycode"><?php echo $langs->trans('SecurityCode'); ?></label>
|
||||||
<input type="text" id="securitycode" name="securitycode" />
|
<input type="text" id="securitycode" name="securitycode" />
|
||||||
<div align="center"><img src="<?php echo $dol_url_root.'/lib/antispamimage.php'; ?>" border="0" width="128" height="36" /></div>
|
<div align="center"><img src="<?php echo $dol_url_root.'/lib/antispamimage.php'; ?>" border="0" width="256" height="48" /></div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="submit" data-theme="b" value="<?php echo $langs->trans('SendByMail'); ?>" />
|
<input type="submit" data-theme="b" value="<?php echo $langs->trans('SendByMail'); ?>" />
|
||||||
|
|
||||||
<span class="header"><?php echo $langs->trans('Infos'); ?></span>
|
</form>
|
||||||
|
|
||||||
|
</div><!-- /content -->
|
||||||
|
|
||||||
|
<div data-role="footer" data-theme="b">
|
||||||
<?php if ($mode == 'dolibarr' || ! $disabled) {
|
<?php if ($mode == 'dolibarr' || ! $disabled) {
|
||||||
echo $langs->trans('SendNewPasswordDesc');
|
echo $langs->trans('SendNewPasswordDesc');
|
||||||
}else{
|
}else{
|
||||||
echo $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode);
|
echo $langs->trans('AuthenticationDoesNotAllowSendNewPassword', $mode);
|
||||||
} ?>
|
} ?>
|
||||||
|
</div>
|
||||||
</form>
|
|
||||||
|
|
||||||
</div><!-- /content -->
|
|
||||||
|
|
||||||
</div><!-- /page -->
|
</div><!-- /page -->
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user