Skip to content

Commit

Permalink
Add ID to sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Feb 24, 2024
1 parent e63e3de commit 43819ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/view/omeka/site-admin/index/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $this->htmlElement('body')->appendAttribute('class', 'sites browse');
<?php echo $this->pagination(); ?>
</div>

<div class="sidebar">
<div id="sidebar" class="sidebar">
<?php echo $this->hyperlink('', '#', [
'class' => 'sidebar-close o-icon-close',
'title' => $translate('Close'),
Expand Down
2 changes: 1 addition & 1 deletion application/view/omeka/site-admin/page/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $this->htmlElement('body')->appendAttribute('class', 'sites pages browse');
</tbody>
</table>

<div class="sidebar">
<div id="sidebar" class="sidebar">
<?php echo $hyperlink('', '#', [
'class' => 'sidebar-close o-icon-close',
'title' => $translate('Close'),
Expand Down

0 comments on commit 43819ee

Please sign in to comment.