From fecb04f2eccd3e496a91f7996579243366a3a5ab Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 07:16:15 +0000 Subject: Wigo becomes "goto". Admin tpl files are moved. git-svn-id: http://piwigo.org/svn/trunk@2530 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/profile_content.tpl | 109 ++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 admin/template/goto/profile_content.tpl (limited to 'admin/template/goto/profile_content.tpl') diff --git a/admin/template/goto/profile_content.tpl b/admin/template/goto/profile_content.tpl new file mode 100644 index 000000000..9cabf0a51 --- /dev/null +++ b/admin/template/goto/profile_content.tpl @@ -0,0 +1,109 @@ +{* $Id$ *} +
+ +
+ {'Registration'|@translate} + +
    +
  • + {'Username'|@translate} + {$USERNAME} +
  • +{if not $SPECIAL_USER} {* can modify password + email*} +
  • + + + + +
  • +{if not $IN_ADMIN} {* admins do not need old password*} +
  • + + + + +
  • +{/if} +
  • + + + + +
  • +
  • + + + + +
  • +
+{/if} +
+ +
+ {'preferences'|@translate} + +
    +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + {html_options name=template options=$template_options selected=$template_selection} +
  • +
  • + + + + {html_options name=language options=$language_options selected=$language_selection} +
  • +
  • + + + + +
  • +
  • + {'auto_expand'|@translate} + {html_radios name='expand' options=$radio_options selected=$EXPAND} +
  • +
  • + {'show_nb_comments'|@translate} + {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS} +
  • +
  • + {'show_nb_hits'|@translate} + {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
+
+ +

+ + +

+ +
-- cgit v1.2.3