From e82f68967bd1a7b8529c2c24b038bc9b63abff8b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 28 Dec 2009 12:02:33 +0000 Subject: [PATCH] Fix: security code view Fix: select entity view --- .../theme/phones/iphone/templates/login.tpl | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/htdocs/theme/phones/iphone/templates/login.tpl b/htdocs/theme/phones/iphone/templates/login.tpl index dd324747a2a..1406d361a89 100644 --- a/htdocs/theme/phones/iphone/templates/login.tpl +++ b/htdocs/theme/phones/iphone/templates/login.tpl @@ -66,33 +66,31 @@ - - {if $entity} -
  • - - {$langs->trans('Entity')} - {$entity} - -
  • - {/if} - - {if $captcha} -
  • - - {$langs->trans('SecurityCode')} - - -
  • -
  • - -
    - -
    -
    -
  • - {/if} + + {if $entity} + {$langs->trans('Entity')} + + {/if} + + {if $captcha} + {$langs->trans('SecurityCode')} + + {/if} +