Functions that return HTML-formatted error messages.
| Name | Location | Description |
|---|---|---|
| _daily_form_error_correct_nr | daily/daily_aux.inc | Return an HTMLized error reflecting you have to enter a proper number. |
| _daily_form_error_duplicate_date | daily/daily_aux.inc | Return an HTMLized error reflecting a daily item with this date already exists. |
| _daily_form_error_multiple_select_vocabulary | daily/daily_aux.inc | Return an HTMLized error reflecting your daily vocabulary has multiple select enabled. |
| _daily_form_error_no_nodes_found | daily/daily_aux.inc | Return an HTMLized error reflecting no nodes of this type have been defined> |
| _daily_form_error_no_taxonomy | daily/daily_aux.inc | Return an HTMLized error reflecting the taxonomy module is not enabled. |
| _daily_form_error_no_tid | daily/daily_aux.inc | Return an HTMLized error reflecting you must select a daily taxonomy term. |
| _daily_form_error_no_vocabulary | daily/daily_aux.inc | Return an HTMLized error reflecting you have no daily taxonomy selected. |
| _daily_form_error_recursive_container | daily/daily_aux.inc | Return an HTMLized error reflecting a daily container may not be included within a daily container. |