Dotclear

source: tests/functional/fixtures/comments_list.html @ 1703:512d631f31bd

Revision 1703:512d631f31bd, 666 bytes checked in by Nicolas <nikrou77@…>, 12 years ago (diff)

[Tests]
Add test for postsActionsHelper method
commentsActionsHelper is almost the same.
Need refactoring to make only one method with parameters

Update describe fields for specifications

Line 
1<form action="comments_actions.php" method="post" id="form-comments">
2  <p>
3    <input type="checkbox" name="comments[]" value="1"/>
4    <a href="comment.php?id=1">title1</a>
5  </p>
6  <p>
7    <input type="checkbox" name="comments[]" value="2"/>
8    <a href="comment.php?id=2">title2</a>
9  </p>
10  <p>
11    <input type="checkbox" name="comments[]" value="4"/>
12    <a href="comment.php?id=4">title</a>
13  </p>
14  <select name="action" id="action" >
15    <option value="publish">Publier</option>
16    <option value="unpublish">Mettre hors ligne</option>
17    <option value="pending">Mettre en attente</option>
18    <option value="delete">Supprimer</option>
19  </select>
20</form>
Note: See TracBrowser for help on using the repository browser.

Sites map