<#macro optionsTable items > <#if items?has_content > <#list items as option > ${option.title} ${option.url} <#if option.idOrder > 0> #i18n{quicklinks.modify_entry_select.option_list.buttonLabelGoUp} <#else> #i18n{quicklinks.modify_entry_select.option_list.buttonLabelGoUp} <#if items?seq_index_of(option) != items?size-1> #i18n{quicklinks.modify_entry_select.option_list.buttonLabelGoDown} <#else> #i18n{quicklinks.modify_entry_select.option_list.buttonLabelGoDown} #i18n{quicklinks.modify_entry_select.option_list.buttonLabelDuplicate} #i18n{quicklinks.modify_entry_select.option_list.buttonLabelDelete}

#i18n{quicklinks.modify_entry_select.adminTitle}

<#assign targetChecked = false /> <#assign targetChecked = true />checked="checked" /> #i18n{quicklinks.modify_entry_select.target.blank} <#assign targetChecked = true />checked="checked" /> #i18n{quicklinks.modify_entry_select.target.self} <#assign targetChecked = true />checked="checked"/> #i18n{quicklinks.modify_entry_select.target.parent} <#assign targetChecked = true />checked="checked" /> #i18n{quicklinks.modify_entry_select.target.top} checked="checked" /> #i18n{quicklinks.modify_entry_select.target.other}

#i18n{quicklinks.modify_entry_select.option_list.adminTitle}

<#if option_list?has_content>

<@pagination paginator=paginator /> #i18n{quicklinks.modify_entry_select.option_list.labelItemsPerPage} :

<@optionsTable items=option_list />
#i18n{quicklinks.modify_entry_select.option_list.labelTitle} #i18n{quicklinks.modify_entry_select.option_list.labelUrl} #i18n{quicklinks.modify_entry_select.option_list.labelActions}
<#else> #i18n{quicklinks.modify_entry_select.option_list.noOption}