-= $this->escape($this->renderPlainObject($this->object)) ?> --
diff --git a/application/views/scripts/inspect/object.phtml b/application/views/scripts/inspect/object.phtml deleted file mode 100644 index f023a393..00000000 --- a/application/views/scripts/inspect/object.phtml +++ /dev/null @@ -1,9 +0,0 @@ -
-= $this->escape($this->renderPlainObject($this->object)) ?> --
= sprintf($this->translate('%d objects found'), count($this->objects)) ?>
-= $this->translate('Object name') ?> |
---|
= $this->qlink( - str_replace('!', ': ', $object), - 'director/inspect/object', - array( - 'endpoint' => $this->endpoint, - 'type' => $this->type->name, - 'plural' => $this->type->plural_name, - 'name' => $object - ) - ) ?> |
= $this->translate('No object found') ?>
- -= $this->renderPlainObject($this->type) ?>-