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:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user