diff options
author | xue <> | 2007-07-17 11:54:59 +0000 |
---|---|---|
committer | xue <> | 2007-07-17 11:54:59 +0000 |
commit | 9ca0e83cc39d67c240ea89a2395d3bdb170fb4f7 (patch) | |
tree | 2491c5ce6c962e335eb1d2f9d633a877a133663f /framework/Exceptions | |
parent | 8313b3412e0db7262966a60b859093e6577abb46 (diff) |
Added THead requirement check
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index baddb754..c9607f00 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -193,6 +193,7 @@ page_isvalid_unknown = TPage.IsValid has not been evaluated yet. page_postbackcontrol_invalid = Unable to determine postback control '{0}'.
page_control_outofform = {0} '{1}' must be enclosed within TForm.
page_head_duplicated = A page can contain at most one THead.
+page_head_required = A THead control is needed in page template in order to render CSS and js in the HTML head section.
page_statepersister_invalid = Page state persister must implement IPageStatePersister interface.
csmanager_pradoscript_invalid = Unknown Prado script library name '{0}'.
|