diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 170bef9b..7866ade8 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -130,11 +130,26 @@
x | -filename | -ext | -type | -size | -date | ++ filename + = $this->insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'filename']) ?> + | ++ ext + = $this->insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'extension']) ?> + | ++ type + = $this->insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'type']) ?> + | ++ size + = $this->insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'size']) ?> + | ++ date + = $this->insert('macro_tablesort', ['opt' => $mediaopt, 'th' => 'date']) ?> + | user | perms | code | diff --git a/app/view/templates/profile.php b/app/view/templates/profile.php index 5759dff8..826f3ddd 100644 --- a/app/view/templates/profile.php +++ b/app/view/templates/profile.php @@ -2,7 +2,7 @@ use Wcms\Model; -$this->layout('layout', ['title' => 'profile', 'stylesheets' => [$css . 'back.css']]) ?> +$this->layout('layout', ['title' => 'profile', 'stylesheets' => [$css . 'back.css', $css . 'profile.css']]) ?> start('page') ?> @@ -50,6 +50,7 @@
---|