X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=cd1ff2ff4e0e7c0acc61882beec08aae67c0574a;hp=930d08890649a6a5423c0306037e611aabb74870;hb=bb2c8cb2d47a77bcef2d299ad4bf8e16f22a6198;hpb=c996e8a5f69c0ccb4714847e8e70a453c377df87 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index 930d088..cd1ff2f 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.CharactersPerPost", function(postsPerPageText) { + registerInputTextareaSwap("#sone #options input[name=characters-per-post]", postsPerPageText, "characters-per-post", true, true); + }); getTranslation("WebInterface.DefaultText.Option.PositiveTrust", function(positiveTrustText) { registerInputTextareaSwap("#sone #options input[name=positive-trust]", positiveTrustText, "positive-trust", true, true); }); @@ -54,6 +57,12 @@ <%/if>

+

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

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

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

+ <%/if> +

+

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

@@ -76,12 +85,18 @@

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

-

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

+

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

-

<%= Page.Options.Option.SoneRescueMode.Description1|l10n|html>

-

<%= Page.Options.Option.SoneRescueMode.Description2|l10n|html>

-

<%= Page.Options.Option.SoneRescueMode.Description3|l10n|html>

-

+

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.Section.Cleaning.Title|l10n|html>