Course element : Authoring Note
The Authoring Note is a role conditional element dedicated to editing teachers. It will display a note that explains to course editors how to fill parts of the course and being written by template authors.
Settings form
Default Template
<div class="custombox-control authornote"><a href="javascript:togglecustom('<%%customid%%>')"><img id="customctl<%%customid%%>" src="<%%initialcontrolimage%%>" /></a>
<span class="custombox-head-caption authornote">Author note
<div class="custombox-content authornote" id="custom<%%customid%%>">
<p class="custombox-helper authornote">(This note is only visible by authors)
<table class="custombox-authornote">
<tr valign="top">
<td class="custombox-header-thumb authornote" width="2%"> <td class="custombox-content-text pedagogicadvice"><%%authornote%%> </tr> </table> </div> <script type="text/javascript"> setupcustom("<%%customid%%>", "<%%initiallyvisible%%>"); </script>
CSS Element list
.custombox-authornote (TABLE) : Overal container
.custombox-header-thumb.authornote (TD) : Left Icon container
.custombox-header-caption.authornote (TD) : Right caption container
.custombox-content.authornote (TD) : Message container