Files
oc-gcalendar-plugin/formwidgets/oauth/partials/_gaccess.htm
2023-01-15 20:27:27 +01:00

6 lines
261 B
HTML
Executable File

<?php if (!empty($auth_url)): ?>
<p>
<?= e(trans('nicost.gcalendar::lang.settings.gaccess.text')) ?><br>
<a href="<?= $auth_url ?>" target="_blank"><?= e(trans('nicost.gcalendar::lang.settings.gaccess.button')) ?></a>
</p>
<?php endif ?>