* adjust code.

This commit is contained in:
wyd621
2014-03-25 06:39:36 +00:00
parent 6b78cbc325
commit 95a86bf9bd
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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();

View File

@@ -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>