Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to data usage policy to prompt citing glossary #1590

Merged
merged 2 commits into from
Aug 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/lang/glossary/index.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
$LANG['ONE_DEF'] = 'Primary Definition Only';
$LANG['ALL_DEF'] = 'All Definitions';
$LANG['SEARCH_GL'] = 'Search/Browse Glossary';
$LANG['PLEASE'] = 'Please';
$LANG['CITE_GLOSSARY'] = 'cite this glossary';
$LANG['ALL_GROUPS'] = 'Show terms for all groups';
$LANG['LANG'] = 'Language';
$LANG['SEARCH_TERM'] = 'Search Term';
Expand Down
2 changes: 2 additions & 0 deletions content/lang/glossary/index.es.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
$LANG['ONE_DEF'] = 'Únicamente Definición Primaria';
$LANG['ALL_DEF'] = 'Todas las Definiciones';
$LANG['SEARCH_GL'] = 'Buscar/Explorar Glosario';
$LANG['PLEASE'] = 'Por favor';
$LANG['CITE_GLOSSARY'] = 'citar este glosario';
$LANG['ALL_GROUPS'] = 'Mostrar términos para todos los grupos';
$LANG['LANG'] = 'Idioma';
$LANG['SEARCH_TERM'] = 'Término de Búsqueda';
Expand Down
3 changes: 3 additions & 0 deletions glossary/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ function openTermPopup(glossid){
<div style="float:left;">
<form id="searchform" name="searchform" action="index.php" method="post" onsubmit="return verifySearchForm(this);">
<div style="height:25px;">
<div style="float:left;">
<b><?= (isset($LANG['PLEASE'])?$LANG['PLEASE']:'Please') . ' ' . "<a href=" . $CLIENT_ROOT . "/includes/usagepolicy.php" . ">" . (isset($LANG['CITE_GLOSSARY'])?$LANG['CITE_GLOSSARY']:'cite this glossary') . "</a>"; ?></b>
</div>
<?php
if($taxaArr){
?>
Expand Down