{{* The button to open the jot - in This theme we move the button with js to the second nav bar *}}
{{* The Jot navigation menu for desktop user (text input, permissions, preview, filebrowser) *}}
{{* Mark the first list entry as active because it is the first which is active after opening
the modal. Changing of the activity status is done by js in jot.tpl-header *}}
{{* The Jot navigation menu for small displays (text input, permissions, preview, filebrowser) *}}
{{* mark the first list entry as active because it is the first which is active after opening
the modal. Changing of the activity status is done by js in jot.tpl-header *}}
{{if $acl}}
{{/if}}
{{if $preview}}
{{/if}}
{{if $content}}{{/if}}
{{* The jot modal - We use a own modal for the jot and not the standard modal
from the page template. This is because the special structure of the jot
(e.g.jot navigation tabs in the modal titel area).
The in the frio theme the jot will loaded regulary and is hidden by default.)
The js function jotShow() loads the jot into the modal. With this structure we
can load different content into the jot moadl (e.g. the item edit jot)
*}}