Make skip navigation links translatable
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
81ad19b4e2
commit
4afdf922f2
|
@ -28,8 +28,8 @@
|
|||
<body id="<?php p($_['bodyid']);?>">
|
||||
<?php include 'layout.noscript.warning.php'; ?>
|
||||
|
||||
<a href="#app-content" class="button primary skip-navigation skip-content">Skip to main content</a>
|
||||
<a href="#app-navigation" class="button primary skip-navigation">Skip to navigation of app</a>
|
||||
<a href="#app-content" class="button primary skip-navigation skip-content"><?php p($l->t('Skip to main content')); ?></a>
|
||||
<a href="#app-navigation" class="button primary skip-navigation"><?php p($l->t('Skip to navigation of app')); ?></a>
|
||||
|
||||
<div id="notification-container">
|
||||
<div id="notification"></div>
|
||||
|
|
Loading…
Reference in New Issue