* Finish task #61181.
This commit is contained in:
@@ -70,10 +70,12 @@
|
||||
<td class="col-main"><?php echo html::input('name', $name, "class='form-control' required");?></td>
|
||||
<td colspan='2'></td>
|
||||
</tr>
|
||||
<?php if(!isset($config->setCode) or $config->setCode == 1):?>
|
||||
<tr>
|
||||
<th><?php echo $showExecutionExec ? $lang->execution->execCode : $lang->execution->code;?></th>
|
||||
<td><?php echo html::input('code', $code, "class='form-control' required");?></td><td></td><td></td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th id='dateRange'><?php echo $lang->execution->dateRange;?></th>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user