From cc1a67373c76895a3534b0b318677a478a97d75a Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Wed, 8 Feb 2017 05:42:37 +1100 Subject: [PATCH] Add title to template list Makes it easier to read longer template descriptions --- modules/cms/widgets/templatelist/partials/_items.htm | 2 +- modules/cms/widgets/templatelist/partials/_templates.htm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/cms/widgets/templatelist/partials/_items.htm b/modules/cms/widgets/templatelist/partials/_items.htm index ac6c16e5e..88f9a32d6 100644 --- a/modules/cms/widgets/templatelist/partials/_items.htm +++ b/modules/cms/widgets/templatelist/partials/_items.htm @@ -20,7 +20,7 @@ data-id=""> title) ?> - + descriptions as $title => $value): ?> : diff --git a/modules/cms/widgets/templatelist/partials/_templates.htm b/modules/cms/widgets/templatelist/partials/_templates.htm index 4809055db..3e2347f5c 100644 --- a/modules/cms/widgets/templatelist/partials/_templates.htm +++ b/modules/cms/widgets/templatelist/partials/_templates.htm @@ -1,7 +1,7 @@
- makePartial('items', ['items'=>$data]) ?> + makePartial('items', ['items' => $data]) ?>
-
\ No newline at end of file +