Skip to content
Snippets Groups Projects
Commit e638a5cf authored by gnaegi's avatar gnaegi
Browse files

non-jira: fix display or velocity code in peekview when no-access message of a...

non-jira: fix display or velocity code in peekview when no-access message of a node is empty and not accessible
parent c7278ffc
No related branches found
No related tags found
No related merge requests found
<div id="$r.getCId()" class="o_entry $coursenode.getType()">
<div class="o_shorttitle"><h4>$r.render("nodeLink")</h4></div>
#if(!$accessible)
#if ($coursenode.getNoAccessExplanation())
<div id="o_msg_info" class="panel panel-info o_block">
<div class="panel-heading">$r.translate("info.header")</div>
<div class="panel-body">$coursenode.getNoAccessExplanation()</div>
</div>
#end
#else
#if ($coursenode.getLongTitle() && $coursenode.getLongTitle() != "")
<div class="o_displaytitle">$r.escapeHtml($coursenode.getLongTitle())</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment