X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=9ef5ceb700085e7d221b5655118a88b11fee1adf;hp=c7760ef6c08b789c2c718b6c64ef816c9c7f402c;hb=03fecfe9165c16cdc23d3cd9716e2437e91a1918;hpb=7aca5ad6c278afdc51e279316d6cafbc6a1f5779 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index c7760ef..9ef5ceb 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -17,15 +17,6 @@ getTranslation("WebInterface.DefaultText.Option.PostCutOffLength", function(postCutOffLengthText) { registerInputTextareaSwap("#sone #options input[name=post-cut-off-length]", postCutOffLengthText, "post-cut-off-length", true, true); }); - getTranslation("WebInterface.DefaultText.Option.PositiveTrust", function(positiveTrustText) { - registerInputTextareaSwap("#sone #options input[name=positive-trust]", positiveTrustText, "positive-trust", true, true); - }); - getTranslation("WebInterface.DefaultText.Option.NegativeTrust", function(negativeTrustText) { - registerInputTextareaSwap("#sone #options input[name=negative-trust]", negativeTrustText, "negative-trust", true, true); - }); - getTranslation("WebInterface.DefaultText.Option.TrustComment", function(trustCommentText) { - registerInputTextareaSwap("#sone #options input[name=trust-comment]", trustCommentText, "trust-comment", true, true); - }); }); @@ -160,23 +151,6 @@ <%= Page.Options.Option.RequireFullAccess.Description|l10n|html>

-

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

- -

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

- <%if =positive-trust|in collection=fieldErrors> -

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

- <%/if> -

- -

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

- <%if =negative-trust|in collection=fieldErrors> -

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

- <%/if> -

- -

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

-

-

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

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

@@ -190,6 +164,10 @@

+

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

+ +

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

+