From 2f4ffd30af32fb5782ef2f9abfc2163d9c218460 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 19 Feb 2016 13:40:55 +0100 Subject: [PATCH] inspect/type: tell also whether no object was found --- application/views/scripts/inspect/type.phtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/views/scripts/inspect/type.phtml b/application/views/scripts/inspect/type.phtml index 41f95faf..a69399c6 100644 --- a/application/views/scripts/inspect/type.phtml +++ b/application/views/scripts/inspect/type.phtml @@ -5,7 +5,7 @@
objects): ?> -

translate('%d objects found'), count($this->objects)) ?>

+

translate('%d objects found'), count($this->objects)) ?>

@@ -23,6 +23,8 @@
translate('Object name') ?>
+ +

translate('No object found') ?>

Type attributes

renderPlainObject($this->type) ?>