Skip to content
Snippets Groups Projects
Commit e7e9b42b authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: select entity view

parent f9cd481b
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,10 @@ function donnefocus() {ldelim}
<input id="password" name="password" class="flat" type="password" size="15" maxlength="30" value="{$password}" tabindex="2">
</td></tr>
{if $entity}
{if $select_entity}
<tr><td valign="top" nowrap="nowrap"> &nbsp; <b>{$langs->trans('Entity')}</b> &nbsp; </td>
<td valign="top" nowrap="nowrap">
{$entity}
{$select_entity}
</td></tr>
{/if}
......
......@@ -31,10 +31,10 @@
<head>
<title>{$title}</title>
<meta name="robots" content="noindex,nofollow" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="{$dol_url_root}/theme/phones/iphone/theme/{$theme}/{$theme}.css.php" type="text/css" />
<script type="text/javascript" src="{$dol_url_root}/includes/iphone/iwebkit/Framework/javascript/function.js"></script>
<script type="text/javascript" src="{$dol_url_root}/includes/iphone/iwebkit/Framework/javascript/functions.js"></script>
</head>
<body>
......@@ -56,14 +56,14 @@
<li class="form">
<span class="narrow">
<span class="name">{$langs->trans('Login')}</span>
<input type="text" id="username" name="username" value="" />
<input type="text" id="username" name="username" value="{$login}" />
</span>
</li>
<li class="form">
<span class="narrow">
<span class="name">{$langs->trans('Password')}</span>
<input type="password" id="password" name="password" value="" />
<input type="password" id="password" name="password" value="{$password}" />
</span>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment