Adding help buttons for existing help pages.

This commit is contained in:
Thomas Hunziker 2021-09-27 20:49:39 +02:00
parent 36f1012f78
commit 5e14f810c1
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<form>
<help key="Components_Weblinks_Categories_Edit" />
<listhelp key="Components_Weblinks_Categories" />
</form>

View File

@ -170,5 +170,7 @@ class HtmlView extends BaseHtmlView
ToolbarHelper::custom('weblink.editAssociations', 'contract', '', 'JTOOLBAR_ASSOCIATIONS', false, false);
}
}
ToolbarHelper::help('Components_Weblinks_Links_Edit');
}
}