Fix: select entity view

This commit is contained in:
Regis Houssin 2009-12-28 18:53:32 +00:00
parent f9cd481b67
commit e7e9b42b58
2 changed files with 6 additions and 6 deletions

View File

@ -91,10 +91,10 @@ function donnefocus() {ldelim}
<input id="password" name="password" class="flat" type="password" size="15" maxlength="30" value="{$password}" tabindex="2"> <input id="password" name="password" class="flat" type="password" size="15" maxlength="30" value="{$password}" tabindex="2">
</td></tr> </td></tr>
{if $entity} {if $select_entity}
<tr><td valign="top" nowrap="nowrap"> &nbsp; <b>{$langs->trans('Entity')}</b> &nbsp; </td> <tr><td valign="top" nowrap="nowrap"> &nbsp; <b>{$langs->trans('Entity')}</b> &nbsp; </td>
<td valign="top" nowrap="nowrap"> <td valign="top" nowrap="nowrap">
{$entity} {$select_entity}
</td></tr> </td></tr>
{/if} {/if}

View File

@ -31,10 +31,10 @@
<head> <head>
<title>{$title}</title> <title>{$title}</title>
<meta name="robots" content="noindex,nofollow" /> <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 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" /> <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> </head>
<body> <body>
@ -56,14 +56,14 @@
<li class="form"> <li class="form">
<span class="narrow"> <span class="narrow">
<span class="name">{$langs->trans('Login')}</span> <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> </span>
</li> </li>
<li class="form"> <li class="form">
<span class="narrow"> <span class="narrow">
<span class="name">{$langs->trans('Password')}</span> <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> </span>
</li> </li>