1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Media-Manager ajax navigation done and other js cleanup.

This commit is contained in:
CaMer0n
2012-05-24 07:24:49 +00:00
parent c5e60dd7f2
commit cfc9cf9751
5 changed files with 84 additions and 99 deletions

View File

@@ -1060,7 +1060,7 @@ class e_userperms
$id = "id_".$uniqueID;
$text = "<div onclick=\"e107Helper.toggle('id_{$id}')\" class='e-pointer' title='".ADMSLAN_71."'>{$perms}</div>\n";
$text = "<div href='#id_{$id}' class='e-pointer e-expandit' title='".ADMSLAN_71."'>{$perms}</div>\n";
if(varset($ptext))
{