Skip to content

Commit

Permalink
modify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
imaben committed Mar 10, 2017
1 parent e3654a7 commit 1a544b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function delete($id)
<td class="tg-yw4l"><input type="text" size="19" name="end_at" value="<?php echo $row['end_at']; ?>" onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"></td>
<td class="tg-yw4l">
<input type="hidden" name="id" value="<?php echo $row['id']; ?>">
<input type="submit" value="编辑" name="edit">
<input type="submit" value="修改" name="edit">
<input type="submit" value="删除" name="delete" onclick="return confirm('确定要删除吗?')">
<input type="button" value="结果查看" onclick="window.open('xhprof_html/index.php?name=<?php echo $row['name'];?>')">
</td>
Expand Down

0 comments on commit 1a544b1

Please sign in to comment.