Site/Module setup work and auto_format fixes
This commit is contained in:
5
application/views/setup/admin/module/body.php
Normal file
5
application/views/setup/admin/module/body.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<tr>
|
||||
<td class="head" style="font-size: 75%;"><?php echo $key; ?></td>
|
||||
<td><?php echo Form::input('module_config['.$module.']['.$key.']',$val); ?></td>
|
||||
<td><?php echo $info; ?></td>
|
||||
</tr>
|
Reference in New Issue
Block a user