01-14-2014 10:06 AM
07-28-2014 08:00 AM
<#– includes –>
<@link href="${url.context}/res/components/people-finder/people-finder.css" group="profile"/>
<#– … –>
<@script src="${url.context}/res/components/people-finder/people-finder.js" group="group_name"/>
<#– … –>
<@markup id="html">
<@uniqueIdDiv>
<#include "../../include/alfresco-macros.lib.ftl" />
<#– … –>
<!– People Finder Dialog –>
<div style="display: none;">
<div id="${el}-reassignPanel" class="substitute-edit-header reassign-panel">
<div class="hd">${msg("label.substitute")}</div>
<div class="bd">
<div style="margin: auto 10px;">
<div id="${el}-peopleFinder"></div>
</div>
</div>
</div>
</div>
<#– … –>
<#– field for value changed by finder and button for opening the finder: –>
<div class="row">
<span class="label"><label for="${el}-input-substitute">${msg("label.substitute")}:</label></span>
<span><input readonly="readonly" type="text" maxlength="256" size="30" id="${el}-input-substitute" value="" <@immutablefield field="substitute" /> /></span>
<span class="reassign"><button id="${el}-reassign">${msg("button.reassign")}</button></span>
</div>
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.