forked from ZwiiCMS-Team/ZwiiCMS
nettoyage d'espaces
This commit is contained in:
parent
87b19c913a
commit
fd633ccfd2
@ -35,7 +35,7 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
<?php elseif($input['type'] === $module::TYPE_CHECKBOX): ?>
|
<?php elseif($input['type'] === $module::TYPE_CHECKBOX): ?>
|
||||||
<?php echo template::checkbox('formInput[' . $index . ']', true, $input['name']
|
<?php echo template::checkbox('formInput[' . $index . ']', true, $input['name']
|
||||||
); ?>
|
); ?>
|
||||||
<?php elseif($input['type'] === $module::TYPE_LABEL): ?>
|
<?php elseif($input['type'] === $module::TYPE_LABEL): ?>
|
||||||
<h3 class='formLabel'>
|
<h3 class='formLabel'>
|
||||||
<?php echo $input['name']; ?>
|
<?php echo $input['name']; ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user