From c73923204927f406d492491398980d3aa429c4eb Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 28 Feb 2008 02:41:48 +0000 Subject: - migrate many templates to smarty git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/password.tpl | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'template/yoga/password.tpl') diff --git a/template/yoga/password.tpl b/template/yoga/password.tpl index a2fe78857..efb384299 100644 --- a/template/yoga/password.tpl +++ b/template/yoga/password.tpl @@ -1,55 +1,54 @@ - - +{* $Id$ *}
    -
  • {lang:home}
  • +
  • {'home'|@translate}
-

{lang:Password forgotten}

+

{'Password forgotten'|@translate}

- + {if count($errors)}
    - -
  • {errors.error.ERROR}
  • - + {foreach from=$errors item=error} +
  • {$error}
  • + {/foreach}
- + {/if} - + {if count($infos)}
    - -
  • {infos.info.INFO}
  • - + {foreach from=$infos item=info} +
  • {$info}
  • + {/foreach}
- + {/if} -
+
- {lang:Retrieve password} + {'Retrieve password'|@translate}
  • - +
  • - +
-

+

-- cgit v1.2.3