NIHVIVO-2932: adde the following text: Refresh page after reordering menu items
This commit is contained in:
parent
123215e530
commit
dadc319622
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
||||||
<#if editable>
|
<#if editable>
|
||||||
<#assign addUrl = hasElement.addUrl>
|
<#assign addUrl = hasElement.addUrl>
|
||||||
<#if addUrl?has_content>
|
<#if addUrl?has_content>
|
||||||
<a class="add-hasElement green button" href="${addUrl}" title="Add new menu item">Add menu item</a>
|
<p><a class="add-hasElement green button" href="${addUrl}" title="Add new menu item">Add menu item</a></p>
|
||||||
|
|
||||||
|
<p class="note">Refresh page after reordering menu items</p>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue