Glasnost Help and Documentation
Developers
API
Functions
getNewObjectLabelsAndLinks
getNewObjectLabelsAndLinks
getNewObjectLabelsAndLinks() is used to display the "Add" list of navigation links for logged in users.
<ul> <li tal:repeat="labelAndLink getNewObjectLabelsAndLinks()"> <a tal:attributes="href labelAndLink[1]" tal:content="labelAndLink[0]">server</a> </li> </ul>