NIHVIVO-1073 Removed placeholder for individual count on "All" entry in alphabetical index
This commit is contained in:
parent
6b47329954
commit
be6efbd42b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
<nav role="navigation">
|
<nav role="navigation">
|
||||||
<#assign alphabet = ["A", "B", "C", "D", "E", "F", "G" "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"] />
|
<#assign alphabet = ["A", "B", "C", "D", "E", "F", "G" "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"] />
|
||||||
<ul id="alpha-browse-childClass">
|
<ul id="alpha-browse-childClass">
|
||||||
<li><a href="#" class="selected" data-alpha="all">All<span class="count-classes"> (n)</span></a></li>
|
<li><a href="#" class="selected" data-alpha="all">All</a></li>
|
||||||
<#list alphabet as letter>
|
<#list alphabet as letter>
|
||||||
<li><a href="#" data-alpha="${letter?lower_case}" title="Browse all individuals whose names start with ${letter}">${letter}</a></li>
|
<li><a href="#" data-alpha="${letter?lower_case}" title="Browse all individuals whose names start with ${letter}">${letter}</a></li>
|
||||||
</#list>
|
</#list>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue