NIHVIVO-2932: adde the following text: Refresh page after reordering menu items

This commit is contained in:
manolobevia 2011-11-18 12:52:42 +00:00
parent 123215e530
commit dadc319622

View file

@ -24,7 +24,9 @@
<#if editable>
<#assign addUrl = hasElement.addUrl>
<#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>