X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;fp=src%2Fmain%2Fresources%2Ftemplates%2Foptions.html;h=930d08890649a6a5423c0306037e611aabb74870;hp=c5130d78d5355ebc0d25fc5b541ad4c07d64a948;hb=c996e8a5f69c0ccb4714847e8e70a453c377df87;hpb=a64878abea445300810c143ea129f4dac7725206 diff --git a/src/main/resources/templates/options.html b/src/main/resources/templates/options.html index c5130d7..930d088 100644 --- a/src/main/resources/templates/options.html +++ b/src/main/resources/templates/options.html @@ -43,9 +43,15 @@

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

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

+ <%if =insertion-delay|in collection=fieldErrors> +

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

+ <%/if>

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

+ <%if =posts-per-page|in collection=fieldErrors> +

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

+ <%/if>

@@ -56,9 +62,15 @@

<%= 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>