X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=cd1ff2ff4e0e7c0acc61882beec08aae67c0574a;hb=bb2c8cb2d47a77bcef2d299ad4bf8e16f22a6198;hp=c54088a735373703b4003b495263fd670c139c03;hpb=154ebe9fb816972d081a328ff06c168c2a3912b9;p=Sone.git diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index c54088a..cd1ff2f 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -9,7 +9,7 @@ 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=posts-per-page]", postsPerPageText, "posts-per-page", true, true); + 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); @@ -98,13 +98,6 @@

-

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

- -

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

-

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

-

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

-

-

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

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