Revision 1703:512d631f31bd,
699 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="posts_actions.php" method="post" id="form-entries"> |
---|
2 | <p> |
---|
3 | <input type="checkbox" name="entries[]" value="1"/> |
---|
4 | <a href="post.php?id=1">title1</a> |
---|
5 | </p> |
---|
6 | <p> |
---|
7 | <input type="checkbox" name="entries[]" value="2"/> |
---|
8 | <a href="post.php?id=2">title2</a> |
---|
9 | </p> |
---|
10 | <p> |
---|
11 | <input type="checkbox" name="entries[]" value="4"/> |
---|
12 | <a href="post.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="schedule">Programmer</option> |
---|
18 | <option value="pending">Mettre en attente</option> |
---|
19 | <option value="delete">Supprimer</option> |
---|
20 | </select> |
---|
21 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.