01-30-2014 07:21 AM
<#if user.isAdmin>
<div class="hideable toolbar-hidden DocListTree">
<div class="new-folder">
<span id="${id}-newFolder-button" class="yui-button yui-push-button">
<span class="first-child">
<button name="newFolder">${msg("button.new-folder")}</button>
</span>
</span>
</div>
</div>
</#if>
<#if !user.isAdmin>
<div class="hideable toolbar-hidden DocListTree" style="display: none;">
<div class="new-folder">
<span id="${id}-newFolder-button" class="yui-button yui-push-button">
<span class="first-child">
<button name="newFolder">${msg("button.new-folder")}</button>
</span>
</span>
</div>
</div>
</#if>
<div class="hideable toolbar-hidden DocListTree">
<div class="file-upload">
<span id="${id}-fileUpload-button" class="yui-button yui-push-button">
<span class="first-child">
<button name="fileUpload">${msg("button.upload")}</button>
</span>
</span>
</div>
</div>
01-30-2014 10:24 AM
<globalPermission permission="AdminControl" authority="ROLE_ADMINISTRATOR"/>
01-30-2014 10:41 AM
01-30-2014 02:23 PM
01-31-2014 04:08 AM
02-01-2014 09:23 AM
02-03-2014 01:18 AM
<#if !user.isAdmin>
<div class="hideable toolbar-hidden DocListTree" style="display: none;">
<div class="new-folder">
<span id="${id}-newFolder-button" class="yui-button yui-push-button">
<span class="first-child">
<button name="newFolder">${msg("button.new-folder")}</button>
</span>
</span>
</div>
</div>
<#else>
<div class="hideable toolbar-hidden DocListTree">
<div class="new-folder">
<span id="${id}-newFolder-button" class="yui-button yui-push-button">
<span class="first-child">
<button name="newFolder">${msg("button.new-folder")}</button>
</span>
</span>
</div>
</div>
</#if>
10-01-2015 11:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.