Update code base and doc to use kanboard.org domain

This commit is contained in:
Frédéric Guillot
2017-11-27 11:14:37 -08:00
parent dc70245907
commit 1db9bc1b2e
81 changed files with 387 additions and 304 deletions

View File

@@ -6,8 +6,8 @@
<fieldset>
<?= $this->form->label(t('Application URL'), 'application_url') ?>
<?= $this->form->text('application_url', $values, $errors, array('placeholder="http://example.kanboard.net/"')) ?>
<p class="form-help"><?= t('Example: http://example.kanboard.net/ (used to generate absolute URLs)') ?></p>
<?= $this->form->text('application_url', $values, $errors, array('placeholder="https://example.kanboard.org/"')) ?>
<p class="form-help"><?= t('Example: https://example.kanboard.org/ (used to generate absolute URLs)') ?></p>
<?= $this->form->label(t('Language'), 'application_language') ?>
<?= $this->form->select('application_language', $languages, $values, $errors) ?>