You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: os2web_meetings.module
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,3 +189,13 @@ function _os2web_meetings_strip_words($text) {
189
189
return FALSE;
190
190
}
191
191
}
192
+
193
+
/**
194
+
* Implements hook_os2web_help().
195
+
*/
196
+
function os2web_meetings_os2web_help($sections) {
197
+
198
+
// Content types.
199
+
$sections['contenttype'] = t('<p><b>Meetings:</b> Dependent on the system, meetings are often imported by a metting importer, which can communicate with your ESDH.<br />A meeting contains bullets which can contain attachments. These are all imported, and should not be altered directly on site.<br />See the <a href="@url" target="_blank">overview</a> over meetings.</p>', array('@url' => url('dagsorden-og-referat')));
0 commit comments