diff --git a/lib/templates/url_select.mustache b/lib/templates/url_select.mustache index b2ace98c24c..09048960ba9 100644 --- a/lib/templates/url_select.mustache +++ b/lib/templates/url_select.mustache @@ -8,6 +8,19 @@ "formid": "url_select_form", "sesskey": "sesskey", "label": "core/url_select", + "helpicon": { + "title": "Help with something", + "text": "Help with something", + "url": "http://example.org/help", + "linktext": "", + "icon":{ + "extraclasses": "iconhelp", + "attributes": [ + {"name": "src", "value": "../../../pix/help.svg"}, + {"name": "alt", "value": "Help icon"} + ] + } + }, "showbutton": "Go", "options": [{ "name": "Group 1", "isgroup": true, "options": @@ -25,30 +38,28 @@