X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=34a1196ea0bff7ef8284846844c940a52c91cc65;hp=3b954c4ae721f66174c1af9d0cf81a23a61cd36c;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=f44aa96bb0b188ffcb33b6c7fbdc5a86815d04b7 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index 3b954c4..34a1196 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -39,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> @@ -72,30 +72,57 @@

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

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

- + +

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

+ +

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

+ + +

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

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

@@ -155,22 +182,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="">

-

-