Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions: - Budget tracking (ki_budget) - Change request form (ki_changerequest) - Invoice generation (ki_invoice) - Expense tracking (ki_expenses) - Flexi time (ki_flexitime) - Export, admin panel, timesheets, tasks, summary Database: ~900K time entries, 2,000+ users, 439 projects. Config: includes/autoconf.php — localhost/kimai/kimai
This commit is contained in:
21
extensions/ki_adminpanel/templates/database.tpl
Normal file
21
extensions/ki_adminpanel/templates/database.tpl
Normal file
@@ -0,0 +1,21 @@
|
||||
{$kga.lang.DBname}: {$kga.server_database|escape:'html'}
|
||||
<br />
|
||||
<br />
|
||||
<a href="../db_restore.php">Database Backup Utility</a>
|
||||
|
||||
{*
|
||||
<br /><br />
|
||||
|
||||
{$kga.lang.lastdbbackup}:
|
||||
|
||||
{if $kga.conf.lastdbbackup}
|
||||
{$kga.conf.lastdbbackup|date_format}
|
||||
{else}
|
||||
none
|
||||
{/if}
|
||||
|
||||
<br />
|
||||
|
||||
<input class='btn_ok' type='submit' value='{$kga.lang.runbackup}' onClick='backupAll(); return false;' />
|
||||
|
||||
*}
|
||||
Reference in New Issue
Block a user