mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 13:38:44 +02:00
N°2651 rollback gitignore for lib tests dirs
Too dangerous ! We'll work properly on this but for 2.8
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<label><?php echo $global; ?>child</label>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php if (!$label) { $label = $view['form']->humanize($name); } ?>
|
||||
<label>Custom name label: <?php echo $view->escape($view['translator']->trans($label, [], $translation_domain)) ?></label>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php if (!$label) {
|
||||
$label = $view['form']->humanize($name);
|
||||
} ?>
|
||||
<label>Custom label: <?php echo $view->escape($view['translator']->trans($label, [], $translation_domain)) ?></label>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div id="container">
|
||||
<?php echo $view['form']->widget($form) ?>
|
||||
</div>
|
||||
@@ -0,0 +1 @@
|
||||
<label>parent</label>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php $type = isset($type) ? $type : 'text'; ?>
|
||||
<input type="<?php echo $type; ?>" <?php $view['form']->block($form, 'widget_attributes'); ?> value="<?php echo $value; ?>" rel="theme" />
|
||||
Reference in New Issue
Block a user