diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-24 22:51:30 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-24 22:51:30 -0400 |
commit | 90e06162999c8ec7fa9bcfa391800f7907419d9b (patch) | |
tree | f0f8d4a760f25c4f7773e0a1851031db6b08b9f2 /app/Templates/config_about.php | |
parent | 180efb962c6fc4da47ed39e60db137d63ffaad5b (diff) |
Rename Locales and Templates folders to be more consistent
Diffstat (limited to 'app/Templates/config_about.php')
-rw-r--r-- | app/Templates/config_about.php | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app/Templates/config_about.php b/app/Templates/config_about.php deleted file mode 100644 index 3f34f802..00000000 --- a/app/Templates/config_about.php +++ /dev/null @@ -1,41 +0,0 @@ -<div class="page-header"> - <h2><?= t('About') ?></h2> -</div> -<section class="listing"> - <ul> - <li> - <?= t('Official website:') ?> - <a href="http://kanboard.net/" target="_blank" rel="noreferer">http://kanboard.net/</a> - </li> - <li> - <?= t('Application version:') ?> - <strong><?= APP_VERSION ?></strong> - </li> - </ul> -</section> - -<div class="page-header"> - <h2><?= t('Database') ?></h2> -</div> -<section class="listing"> - <ul> - <li> - <?= t('Database driver:') ?> - <strong><?= Helper\escape(DB_DRIVER) ?></strong> - </li> - <?php if (DB_DRIVER === 'sqlite'): ?> - <li> - <?= t('Database size:') ?> - <strong><?= Helper\format_bytes($db_size) ?></strong> - </li> - <li> - <?= Helper\a(t('Download the database'), 'config', 'downloadDb', array(), true) ?> - <?= t('(Gzip compressed Sqlite file)') ?> - </li> - <li> - <?= Helper\a(t('Optimize the database'), 'config', 'optimizeDb', array(), true) ?> - <?= t('(VACUUM command)') ?> - </li> - <?php endif ?> - </ul> -</section>
\ No newline at end of file |