* adjust code.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<th><?php echo $lang->build->filePath;?></th>
|
||||
<th class='w-date'><?php echo $lang->build->date;?></th>
|
||||
<th class='w-user'><?php echo $lang->build->builder;?></th>
|
||||
<th class='w-150px'><?php echo $lang->actions;?></th>
|
||||
<th class='w-100px'><?php echo $lang->actions;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$config->todo = new stdclass();
|
||||
$config->todo->batchCreate = 10;
|
||||
$config->todo->batchCreate = 8;
|
||||
|
||||
$config->todo->create = new stdclass();
|
||||
$config->todo->edit = new stdclass();
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
echo html::select("begins[$i]", $times, $time, "onchange=setBeginsAndEnds($i,'begin')");
|
||||
echo html::select("ends[$i]", $times, '', "onchange=setBeginsAndEnds($i,'end')");
|
||||
?>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endfor;?>
|
||||
<tr><td colspan='6' class='a-center'><?php echo html::submitButton() . html::backButton();?></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user