summaryrefslogtreecommitdiff
path: root/app/Templates/config_about.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-24 22:51:30 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-24 22:51:30 -0400
commit90e06162999c8ec7fa9bcfa391800f7907419d9b (patch)
treef0f8d4a760f25c4f7773e0a1851031db6b08b9f2 /app/Templates/config_about.php
parent180efb962c6fc4da47ed39e60db137d63ffaad5b (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.php41
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) ?>&nbsp;
- <?= t('(Gzip compressed Sqlite file)') ?>
- </li>
- <li>
- <?= Helper\a(t('Optimize the database'), 'config', 'optimizeDb', array(), true) ?>&nbsp;
- <?= t('(VACUUM command)') ?>
- </li>
- <?php endif ?>
- </ul>
-</section> \ No newline at end of file