X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=c5130d78d5355ebc0d25fc5b541ad4c07d64a948;hb=a7483a08e0b2bebe36fd7b3014519e03dcbc5bcf;hp=7e71d320a20d36713ce4bf211d33ce608ae034c0;hpb=feb441d642ccd064ec054122f2b2f663aa7538a1;p=Sone.git diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index 7e71d32..c5130d7 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -31,6 +31,8 @@ <%ifnull currentSone>

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

+ <%else> +

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

<%/if>

@@ -46,6 +48,11 @@

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

+

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

+

+

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

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

@@ -59,7 +66,9 @@

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

-

<%= Page.Options.Option.SoneRescueMode.Description|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>