* finish task #2310.

This commit is contained in:
wangyidong
2015-09-09 15:51:47 +08:00
parent a1c27a2dd2
commit c13891ffd1
3 changed files with 28 additions and 10 deletions
+1 -1
View File
@@ -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}' /> ";