diff options
author | Eric <eric@piwigo.org> | 2009-10-08 21:05:51 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-10-08 21:05:51 +0000 |
commit | a44ceedea6f0bc66db6dd924e111c7634d6e17f0 (patch) | |
tree | 3a2ec6d330d5fecc88805ec8e0b0a762c7075cb5 /template/yoga/profile_content.tpl | |
parent | 327cdb0eabdfd0e64b187d796fed6939263b40b5 (diff) |
[Piwigo] Merged from trunk to branch - Bug 1079 fixed : Return to default settings in user profile page.
(I don't really enjoy the code but it's the simplest way i've found)
git-svn-id: http://piwigo.org/svn/branches/2.0@3996 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/profile_content.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl index 9cabf0a51..ed45b3a9a 100644 --- a/template/yoga/profile_content.tpl +++ b/template/yoga/profile_content.tpl @@ -104,6 +104,7 @@ <p class="bottomButtons"> <input class="submit" type="submit" name="validate" value="{'Submit'|@translate}"> <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}"> + <input class="submit" type="submit" name="reset_to_default" value="{'Reset_To_Default'|@translate}"> </p> </form> |