Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 4712bbf

Browse files
Merge pull request #68 from silinternational/help
users getting confused
2 parents 37b654b + 8334b2f commit 4712bbf

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dictionaries/selectidp.definition.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@
2828
"es": "{IdpName} próximamente",
2929
"fr": "{IdpName} à venir",
3030
"ko": "{idpName} 곧 제공됨"
31+
},
32+
"help": {
33+
"en": "Help",
34+
"es": "Ayuda",
35+
"fr": "Aidez-moi",
36+
"ko": "도움"
3137
}
3238
}

themes/material/default/selectidp-links.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ function clickedAnyway(idpName) {
3838
}
3939
?>
4040
</span>
41+
42+
<div class="mdl-layout-spacer"></div>
43+
44+
<nav class="mdl-navigation">
45+
<a class="mdl-navigation__link" href="https://idphelp.sil.org" target="_blank"><?= $this->t('{material:selectidp:help}') ?></a>
46+
</nav>
4147
</div>
4248
</header>
4349

0 commit comments

Comments
 (0)