diff options
author | andi <andi@splitbrain.org> | 2005-03-11 15:56:11 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-03-11 15:56:11 +0100 |
commit | 820fa24b2cc7cd677f9e392f5834e69bc3e46dc5 (patch) | |
tree | 6ab77bb50724e2fe5278a45705af366e0ab937e3 /inc/html.php | |
parent | dbbc6aa7ce26c6f7fa25e233787dc448806fea30 (diff) | |
download | rpg-820fa24b2cc7cd677f9e392f5834e69bc3e46dc5.tar.gz rpg-820fa24b2cc7cd677f9e392f5834e69bc3e46dc5.tar.bz2 |
more template additions - media selection works again
darcs-hash:20050311145611-9977f-6a2987fbe10ba90cf279a3874d8d7510e63294b5.gz
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 |