inspect/type: show object count

This commit is contained in:
Thomas Gelf 2016-02-19 13:20:31 +01:00
parent 37b2429aa1
commit 9f96a08609

View File

@ -5,6 +5,7 @@
<div class="content">
<?php if ($this->objects): ?>
<h2><?= sprintf($this->translate('%d objects found'), count($this->objects)) ?></h2>
<table class="common-table table-row-selectable" data-base-target="_next">
<thead><tr><th><?= $this->translate('Object name') ?></th></tr></thead>
<tbody>