show_administrator_notice

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "show_administrator_notice".
... in utilities.naml
239
240
241
242
<macro name="show_administrator_notice">
    <div id="admin-notice" class="info-message" style="display:none;padding:.5em;margin-bottom:.5em"></div>
    <n.call_later param="adminNotice"/>
</macro>