Skip to content

Commit

Permalink
Move popular formats up in the statistics menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
margaretha committed Aug 27, 2024
1 parent 97a6738 commit d398d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SIS/clarin/modules/menu.xql
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ declare function menu:view() {
<td width="10px"></td>
<td width="10px"></td>
<td class="tdmenu">
<a style="display:block" href="{app:link("views/list-statistics-centre.xq")}">Centre Statistics</a>
<a style="display:block" href="{app:link("views/list-popular-formats.xq")}">Popular Formats</a>
</td>
</tr>
<tr>
<td width="10px"></td>
<td width="10px"></td>
<td class="tdmenu">
<a style="display:block" href="{app:link("views/list-popular-formats.xq")}">Popular Formats</a>
<a style="display:block" href="{app:link("views/list-statistics-centre.xq")}">Centre Statistics</a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit d398d59

Please sign in to comment.