From d67ca2c0f7f6b75608386c226d33afdda872757c Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Thu, 16 Jun 2005 18:34:25 +0200 Subject: media reference check part 2 Part 1 only checks for the existance of references. Part 2 will show where this references are so that the user could easily find them. Both parts are configurable: refcheck darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz --- inc/html.php | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 785172b84..3c724865d 100644 --- a/inc/html.php +++ b/inc/html.php @@ -171,7 +171,35 @@ function html_topbtn(){ } /** - * Displays a button (using it's own form) + * Just the back to media window button in its own form + * + * @author Matthias Grimm + */ +function html_backtomedia_button($params,$akey=''){ + global $conf; + global $lang; + + $ret = '
'; + + reset($params); + while (list($key, $val) = each($params)) { + $ret .= ''; + } + + $ret .= ' */ -- cgit v1.2.3