From 1e88a476ed6693420907412337fffe8e4a6e1fd2 Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Tue, 19 Aug 2014 09:59:06 +0200 Subject: [PATCH] @since --- core/src/main/resources/lib/form/helpLink.jelly | 4 ++-- core/src/main/resources/lib/layout/icon.jelly | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/lib/form/helpLink.jelly b/core/src/main/resources/lib/form/helpLink.jelly index 5593e0d5d2..92dedeca3f 100644 --- a/core/src/main/resources/lib/form/helpLink.jelly +++ b/core/src/main/resources/lib/form/helpLink.jelly @@ -30,7 +30,7 @@ THE SOFTWARE. The help link is rendered as a table cell with an (?) icon. If the user clicks it, the content of the HTML fragment at the given URL - is renderd in the area designated as <f:helpArea> by the caller, + is rendered in the area designated as <f:helpArea> by the caller, usually in a row beneath the item with help. The alternative spacer is just an empty table cell. @@ -38,7 +38,7 @@ THE SOFTWARE. This tag was introduced to ensure that the space reserved for help items is consistent over the UI whether or not help exists. - @since XXX + @since 1.576 URL to the HTML page. Optional. If not given, no help icon is displayed. diff --git a/core/src/main/resources/lib/layout/icon.jelly b/core/src/main/resources/lib/layout/icon.jelly index a0ec409a84..6e5e3265d6 100644 --- a/core/src/main/resources/lib/layout/icon.jelly +++ b/core/src/main/resources/lib/layout/icon.jelly @@ -25,6 +25,7 @@ THE SOFTWARE. + @since 1.576 The icon class specification e.g. 'icon-help icon-sm', 'icon-blue icon-md', 'icon-blue-anime icon-xlg'. -- GitLab