diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 20:47:02 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 20:47:02 +0000 |
commit | 1706a2d536f6931cfeb6258147572322cb92a956 (patch) | |
tree | 44fb2f521f791e4cf49c1b86a1a54386250dfcdc /template/yoga/profile.tpl | |
parent | 5ea322041df8f1d0b61c93f45661ac66f4437f2b (diff) |
bug fixed: - input must be in a block tag
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1242 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/profile.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl index 3cfece113..b3837f454 100644 --- a/template/yoga/profile.tpl +++ b/template/yoga/profile.tpl @@ -19,11 +19,9 @@ <form method="post" name="profile" action="{F_ACTION}" id="profile" class="properties"> - <input type="hidden" name="userid" value="{USERID}" /> - <fieldset> <legend>{L_REGISTRATION_INFO}</legend> - + <input type="hidden" name="userid" value="{USERID}" /> <ul> <li> <span class="property">{lang:Username}</span> |