Skip to content

Commit 5926433

Browse files
committed
Skip to link to work on all lists page too.
1 parent 75b677f commit 5926433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: themes/finna2/templates/myresearch/mylist.phtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<input type="hidden" name="listID" value="<?=$this->escapeHtmlAttr($list->getId())?>">
4545
<input type="hidden" name="listName" value="<?=$this->escapeHtmlAttr($list->getTitle())?>">
4646
<?php endif; ?>
47-
<div class="clearfix mylist-header hidden-print">
47+
<div id="useraccount-content-header" class="clearfix mylist-header hidden-print" tabindex="0">
4848
<div>
4949
<?=$this->flashmessages()?>
5050
</div>
5151
<div>
5252
<?php if ($list): ?>
53-
<div id="useraccount-content-header" class="useraccount-header" tabindex="0">
53+
<div class="useraccount-header">
5454
<h2><?=$this->transEsc('saved_items')?></h2>
5555
</div>
5656
<div class="useraccount-header">

0 commit comments

Comments
 (0)