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:
mb863 2010-12-17 20:32:18 +00:00
parent 0e64d6a0e3
commit 26d8ffd1cd
3 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View file

@ -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>

View file

@ -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)>