Skip to content
Snippets Groups Projects
Commit 6c48a22e authored by Andreas Gohr's avatar Andreas Gohr
Browse files

added id to namespace headline

This makes the currently in the medaia manager selected namespace available
to any JavaScript files

darcs-hash:20060526144011-7ad00-23c476c38f8b559680c510c16b7de9924d3dd669.gz
parent 9f420521
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ function media_filelist($ns,$auth=null,$jump=''){
// check auth our self if not given (needed for ajax calls)
if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
echo '<h1>:'.hsc($ns).'</h1>'.NL;
echo '<h1 id="media__ns">:'.hsc($ns).'</h1>'.NL;
if($auth < AUTH_READ){
// FIXME: print permission warning here instead?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment