* finish task #2310.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
echo "<td class='stepID strong'>$stepID</td>";
|
||||
echo '<td class="w-p50">' . html::textarea('steps[]', $step->desc, "rows='3' class='form-control'") . '</td>';
|
||||
echo '<td>' . html::textarea('expects[]', $step->expect, "rows='3' class='form-control'") . '</td>';
|
||||
echo "<td class='a-left w-100px'><div class='btn-group-vertical'>";
|
||||
echo "<td class='text-left w-100px'><div class='btn-group-vertical'>";
|
||||
echo "<input type='button' tabindex='-1' class='addbutton btn' onclick='preInsert($stepID)' value='{$lang->testcase->insertBefore}' />";
|
||||
echo "<input type='button' tabindex='-1' class='addbutton btn' onclick='postInsert($stepID)' value='{$lang->testcase->insertAfter}' /> ";
|
||||
echo "<input type='button' tabindex='-1' class='delbutton btn' onclick='deleteRow($stepID)' value='{$lang->testcase->deleteStep}' /> ";
|
||||
|
||||
Reference in New Issue
Block a user