NIHVIVO-1316: Moved scroll image icon to individual's image folder. Also, when I was clicking on the scroll up icon, it wasn't taking the user to the property groups nav. Now It's working.
This commit is contained in:
parent
0e64d6a0e3
commit
26d8ffd1cd
3 changed files with 3 additions and 2 deletions
BIN
webapp/web/images/individual/scroll-up.png
Normal file
BIN
webapp/web/images/individual/scroll-up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 B |
|
@ -7,7 +7,7 @@
|
||||||
<#assign groupname = group.name(nameForOtherGroup)>
|
<#assign groupname = group.name(nameForOtherGroup)>
|
||||||
|
|
||||||
<section class="property-group" role="region">
|
<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>
|
<nav class="scroll-up" role="navigation"><a href="#property-nav"><img src="${urls.images}/individual/scroll-up.png" /></a></nav>
|
||||||
|
|
||||||
<#-- Display the group heading -->
|
<#-- Display the group heading -->
|
||||||
<#if groupname?has_content>
|
<#if groupname?has_content>
|
||||||
|
|
|
@ -3,8 +3,9 @@
|
||||||
<#-- Template for property group menu on individual profile page -->
|
<#-- Template for property group menu on individual profile page -->
|
||||||
|
|
||||||
<#assign nameForOtherGroup = nameForOtherGroup!"other">
|
<#assign nameForOtherGroup = nameForOtherGroup!"other">
|
||||||
<a name="property-nav"></a>
|
|
||||||
<nav id="property-group-menus" role="navigation">
|
<nav id="property-group-menus" role="navigation">
|
||||||
|
<a name="property-nav"></a>
|
||||||
<ul role="list">
|
<ul role="list">
|
||||||
<#list propertyGroups as group>
|
<#list propertyGroups as group>
|
||||||
<#assign groupname = group.name(nameForOtherGroup)>
|
<#assign groupname = group.name(nameForOtherGroup)>
|
||||||
|
|
Loading…
Add table
Reference in a new issue