diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 85e3189ea..df3f446b5 100644 --- a/inc/html.php +++ b/inc/html.php @@ -293,6 +293,7 @@ function html_btn($name,$id,$akey,$params,$method='get'){ /** * Check for the given permission or prints an error * + * @deprecated * @author Andreas Gohr <andi@splitbrain.org> */ function html_acl($perm){ @@ -596,7 +597,7 @@ function html_search(){ print '</div>'; } }else{ - print '<div align="center">'.$lang['nothingfound'].'</div>'; + print '<div class="nothing">'.$lang['nothingfound'].'</div>'; } //hide progressbar |