NIHVIVO-1316: Adding navigational control for accessing property groups menu from property groups. When users click on the arrow located at the top right part of a property group, this will scroll up to the property groups menu.
This commit is contained in:
parent
07972a7826
commit
0e64d6a0e3
3 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
<#assign groupname = group.name(nameForOtherGroup)>
|
||||
|
||||
<section class="property-group" role="region">
|
||||
<nav class="scroll-up" role="navigation"><a href="#property-nav"><img src="${urls.images}/scroll-up.png" alt="scroll-up" /></a></nav>
|
||||
|
||||
<#-- Display the group heading -->
|
||||
<#if groupname?has_content>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<#-- Template for property group menu on individual profile page -->
|
||||
|
||||
<#assign nameForOtherGroup = nameForOtherGroup!"other">
|
||||
<a name="property-nav"></a>
|
||||
<nav id="property-group-menus" role="navigation">
|
||||
<ul role="list">
|
||||
<#list propertyGroups as group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue