X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=4ec88cb844e6084d0dcf9f52213dcce75e294c10;hp=57f3c5f4eeaeae321392cbc37990c11a61c5ed02;hb=820f04de1741b7f3f5205a9520f1adfbd88e6d58;hpb=88ca883d8fa52c96a68db1c441c72a7fdf5dbfe2 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index 57f3c5f..4ec88cb 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -8,6 +8,9 @@ getTranslation("WebInterface.DefaultText.Option.PostsPerPage", function(postsPerPageText) { registerInputTextareaSwap("#sone #options input[name=posts-per-page]", postsPerPageText, "posts-per-page", true, true); }); + getTranslation("WebInterface.DefaultText.Option.ImagesPerPage", function(imagesPerPageText) { + registerInputTextareaSwap("#sone #options input[name=images-per-page]", imagesPerPageText, "images-per-page", true, true); + }); getTranslation("WebInterface.DefaultText.Option.CharactersPerPost", function(postsPerPageText) { registerInputTextareaSwap("#sone #options input[name=characters-per-post]", postsPerPageText, "characters-per-post", true, true); }); @@ -36,7 +39,7 @@

<%= Page.Options.Section.SoneSpecificOptions.Title|l10n|html>

<%ifnull currentSone> -

<%= Page.Options.Section.SoneSpecificOptions.NotLoggedIn|l10n|html|replace needle="{link}" replacement=''|replace needle="{/link}" replacement=''>

+

<%= Page.Options.Section.SoneSpecificOptions.NotLoggedIn|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement==''>

<%else>

<%= Page.Options.Section.SoneSpecificOptions.LoggedIn|l10n|html>

<%/if> @@ -66,6 +69,33 @@ <%= Page.Options.Option.ShowNotificationNewReplies.Description|l10n|html>

+

<%= Page.Options.Section.AvatarOptions.Title|l10n|html>

+ +

<%= Page.Options.Option.ShowAvatars.Description|l10n|html>

+ + +

<%= Page.Options.Section.RuntimeOptions.Title|l10n|html>

<%= Page.Options.Option.InsertionDelay.Description|l10n|html>

@@ -80,6 +110,12 @@ <%/if>

+

<%= Page.Options.Option.ImagesPerPage.Description|l10n|html>

+ <%if =images-per-page|in collection=fieldErrors> +

<%= Page.Options.Warnings.ValueNotChanged|l10n|html>

+ <%/if> +

+

<%= Page.Options.Option.CharactersPerPost.Description|l10n|html>

<%if =characters-per-post|in collection=fieldErrors>

<%= Page.Options.Warnings.ValueNotChanged|l10n|html>

@@ -119,22 +155,14 @@

checked="checked"<%/if> /> <%= Page.Options.Option.FcpInterfaceActive.Description|l10n|html>

- <%= Page.Options.Option.FcpFullAccessRequired.Description|l10n|html|replace needle="{link}" replacement=''|replace needle="{/link}" replacement=''> + <%= Page.Options.Option.FcpFullAccessRequired.Description|l10n|html|replace needle=="{link}" replacement==''|replace needle=="{/link}" replacement==''>

-

<%= Page.Options.Section.Cleaning.Title|l10n|html>

- -

<%= Page.Options.Option.ClearOnNextRestart.Description|l10n|html|replace needle="{strong}" replacement=""|replace needle="{/strong}" replacement="">

-

- -

<%= Page.Options.Option.ReallyClearOnNextRestart.Description|l10n|html|replace needle="{strong}" replacement=""|replace needle="{/strong}" replacement="">

-

-