mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
N°2651 Remove lib test files from index
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
<?php if (!$label) { $label = $view['form']->humanize($name); } ?>
|
||||
<label>Custom name label: <?php echo $view->escape($view['translator']->trans($label, [], $translation_domain)) ?></label>
|
||||
@@ -1,4 +0,0 @@
|
||||
<?php if (!$label) {
|
||||
$label = $view['form']->humanize($name);
|
||||
} ?>
|
||||
<label>Custom label: <?php echo $view->escape($view['translator']->trans($label, [], $translation_domain)) ?></label>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="container">
|
||||
<?php echo $view['form']->widget($form) ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user