X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=0760525f8870875ca7b9a609e706544ae84bf4a1;hp=601188f0707847c73b52314a6ca71c18ff550404;hb=90c85f39570270b879e2d3020fe95231410f57c6;hpb=1e6962e0e811a7fa3983855e45180ec209193a93 diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 601188f..0760525 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -5,6 +5,9 @@ registerInputTextareaSwap("#sone #edit-profile input[name=first-name]", "WebInterface.DefaultText.FirstName", "first-name", true, true); registerInputTextareaSwap("#sone #edit-profile input[name=middle-name]", "WebInterface.DefaultText.MiddleName", "middle-name", true, true); registerInputTextareaSwap("#sone #edit-profile input[name=last-name]", "WebInterface.DefaultText.LastName", "last-name", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=birth-day]", "WebInterface.DefaultText.BirthDay", "birth-day", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=birth-month]", "WebInterface.DefaultText.BirthMonth", "birth-month", true, true); + registerInputTextareaSwap("#sone #edit-profile input[name=birth-year]", "WebInterface.DefaultText.BirthYear", "birth-year", true, true); /* hide all the labels. */ $("#sone #edit-profile label").hide(); @@ -38,6 +41,23 @@ +

<%= Page.EditProfile.Birthday.Title|l10n|html>

+ +
+ + +
+ +
+ + +
+ +
+ + +
+