templates

This commit is contained in:
Tóth Richárd
2018-09-18 23:38:14 +02:00
parent 1db830ca71
commit 59c984dd9b
16 changed files with 646 additions and 229 deletions

View File

@@ -0,0 +1,11 @@
<?php
if ($this->is_id()) {
$sql->update_table('training_template', array('tt_deleted' => 1), array('tt_id' => $this->get_id()));
log::register('delete_training_template', $this->get_id());
header("Location: /admin/training_templates");
}
?>