| [ Index ] |
|
Code source de Mantis 1.1.0rc3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 111 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
| action_add_note_print_title() X-Ref |
| Prints the title for the custom action page. |
| action_add_note_print_fields() X-Ref |
| Prints the field within the custom action form. This has an entry for every field the user need to supply + the submit button. The fields are added as rows in a table that is already created by the calling code. A row has two columns. |
| action_add_note_validate( $p_bug_id ) X-Ref |
| Validates the action on the specified bug id. returns: true Action can be applied. returns: array( bug_id => reason for failure ) |
| action_add_note_process( $p_bug_id ) X-Ref |
| Executes the custom action on the specified bug id. returns: true Action executed successfully. returns: array( bug_id => reason for failure ) param: $p_bug_id The bug id to execute the custom action on. |
| Généré le : Thu Nov 29 09:42:17 2007 | par Balluche grâce à PHPXref 0.7 |
|