diff options
Diffstat (limited to 'template/default/epgsearch_config.html')
-rw-r--r-- | template/default/epgsearch_config.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/default/epgsearch_config.html b/template/default/epgsearch_config.html index c01d0ee..9f85c65 100644 --- a/template/default/epgsearch_config.html +++ b/template/default/epgsearch_config.html @@ -35,6 +35,10 @@ </table> </form> +<?% IF error_msg %?> + <div class="error"><?% error_msg %?></div> +<?% END %?> + <form action="<?% url %?>" method="get" name="FormName"> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="content" class="list hilight"> <tr class="heading"> |