diff --git a/Theme/Backend/Components/Compound/compound.tpl.php b/Theme/Backend/Components/Compound/compound.tpl.php index 36db618..e26f8e2 100644 --- a/Theme/Backend/Components/Compound/compound.tpl.php +++ b/Theme/Backend/Components/Compound/compound.tpl.php @@ -22,14 +22,14 @@
| - | = $this->getHtml('ID', '0', '0'); ?> - | = $this->getHtml('Title', 'Editor', 'Backend'); ?> + | = $this->getHtml('ID', '0', '0'); ?>expand_lessexpand_more + | = $this->getHtml('Title', 'Editor', 'Backend'); ?>expand_lessexpand_more | |||||||||||||
| = $this->getHtml('Title'); ?> | = $this->getHtml('Creator'); ?> | = $this->getHtml('Created'); ?> | ||||||||||||
| - | + | folder_open | .. | @@ -132,7 +132,7 @@ echo $this->data['nav']->render(); ?> - | + | folder_open | = $this->printHtml($value->name); ?> | = $this->printHtml($value->createdBy->name1); ?> | = $this->printHtml($value->createdAt->format('Y-m-d')); ?> @@ -144,7 +144,7 @@ echo $this->data['nav']->render(); ?> - | + | article | = $this->printHtml($value->title); ?> | = $this->printHtml($this->renderUserName('%3$s %2$s %1$s', [$value->createdBy->name1, $value->createdBy->name2, $value->createdBy->name3, $value->createdBy->login ?? ''])); ?> | = $this->printHtml($value->createdAt->format('Y-m-d')); ?> |