<#if entry.entryType.group>
<@icon style='indent' />
<#else>
#if>
|
<#if entry.entryType.group>
${entry.title}
<#elseif entry.parent?exists>
<@icon style='caret-right' />
<#if entry.entryType.comment>
${entry.comment}
<#else>
${entry.title}
#if>
<#elseif entry.entryType.myLuteceUser>
<@icon style='caret-right' />
${entry.title}
<#else>
<#if entry.entryType.comment>
${entry.comment}
<#else>
${entry.title}
#if>
#if>
|
<#if !entry.entryType.group>
<@tag>
<#list entryIconList as entryIcon>
<#if entry.entryType.idType == 100+entryIcon?index+1>
<@icon style='${entryIcon}' />
#if>
#list>
${entry.entryType.title}
@tag>
#if>
|
<#if entry.numberConditionalQuestion!=0>${entry.numberConditionalQuestion}#if>
|
<#if entry.parent?exists>
<@formGroup rows=2>
<@inputGroup>
<@comboOrders name="order_id_${entry.idEntry!}" default_value=entry.position idParent=entry.parent.idEntry />
<@inputGroupItem>
<@button type='submit' name='id_entry' value='${entry.idEntry}' title='#i18n{appointment.move.name}' buttonIcon='check' showTitle=false />
@inputGroupItem>
@inputGroup>
@formGroup>
|
<#else>
<@formGroup rows=2>
<@inputGroup>
<@comboOrders name="order_id_${entry.idEntry!}" default_value=entry.position idParent=0 />
<@inputGroupItem>
<@button type='submit' name='id_entry' title='#i18n{appointment.move.name}' value='${entry.idEntry}' buttonIcon='check' showTitle=false />
@inputGroupItem>
@inputGroup>
@formGroup>
|
#if>
<#if !entry.entryType.myLuteceUser>
<@aButton href='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp?view=getModifyEntry&id_entry=${entry.idEntry}' buttonIcon='edit' />
#if>
<#if entry.parent?exists>
<@aButton href='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp?action=doMoveOutEntry&id_entry=${entry.idEntry}#list' title='#i18n{appointment.modifyField.manageConditionalQuestion.titleGoOut}' showTitle=false buttonIcon='outdent' />
#if>
<#if !entry.entryType.group && !entry.entryType.myLuteceUser>
<@aButton href='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp?action=doCopyEntry&id_entry=${entry.idEntry}#list' title='#i18n{appointment.createEntry.manageField.titleCopy}' showTitle=false buttonIcon='copy' />
#if>
<@aButton href='jsp/admin/plugins/appointment/ManageAppointmentFormEntries.jsp?view=confirmRemoveEntry&id_entry=${entry.idEntry}#list' title='#i18n{appointment.delete.title}' showTitle=false buttonIcon='trash' color='btn-danger' />
|
#list>