From 73c5d4edfba7612ca07126fd3730c3ebd10ad359 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 08:59:03 +0200 Subject: [PATCH] =?utf8?q?Add=20=E2=80=9Csave=E2=80=9D=20button=20to=20?= =?utf8?q?=E2=80=9Cedit=20profile=E2=80=9D=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/i18n/sone.en.properties | 1 + src/main/resources/templates/editProfile.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/main/resources/i18n/sone.en.properties b/src/main/resources/i18n/sone.en.properties index 49660cd..d0795ba 100644 --- a/src/main/resources/i18n/sone.en.properties +++ b/src/main/resources/i18n/sone.en.properties @@ -52,5 +52,6 @@ Page.EditProfile.Label.FirstName=First name: Page.EditProfile.Label.MiddleName=Middle name(s): Page.EditProfile.Label.LastName=Last name: Page.EditProfile.Page.Status.Changed=Your changes have been saved and will be inserted shortly. +Page.EditProfile.Button.Save=Save Profile Page.Logout.Title=Logout - Sone diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 85a5e74..a15d6db 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -27,6 +27,10 @@ +
+ +
+ -- 2.7.4