From 1cf0f0421e936afbb4bd09202f3f98c4ce7196e4 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 17 Aug 2020 00:00:00 +0000 Subject: [PATCH] Displayed the template property settings in the resource template page. --- .../view/omeka/admin/resource-template/show.phtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/application/view/omeka/admin/resource-template/show.phtml b/application/view/omeka/admin/resource-template/show.phtml index a09dcb12d6..b8c257c481 100644 --- a/application/view/omeka/admin/resource-template/show.phtml +++ b/application/view/omeka/admin/resource-template/show.phtml @@ -29,6 +29,7 @@ $this->htmlElement('body')->appendAttribute('class', 'resource-templates show'); + @@ -56,6 +57,18 @@ $this->htmlElement('body')->appendAttribute('class', 'resource-templates show'); alternateComment()); ?> isRequired() ? $translate('Yes') : $translate('No'); ?> isPrivate() ? $translate('Yes') : $translate('No'); ?> +
settings() as $key => $value): ?> + +
+ + +
+ + +
+ +