This commit is contained in:
redmatrix 2016-03-20 15:32:09 -07:00
commit 23151100de
8 changed files with 1289 additions and 1269 deletions

View File

@ -71,6 +71,8 @@ function acl_init(&$a){
"name" => $g['name'], "name" => $g['name'],
"id" => $g['id'], "id" => $g['id'],
"xid" => $g['hash'], "xid" => $g['hash'],
//FIXME: db_concat aka GROUP_CONCAT has a defoult setting of group_concat_max_len = 1024 in mysql.
// This value is quickly exceeded here. As a result $g['uids'] only contains a part of the complete xchan set.
"uids" => explode(",",$g['uids']), "uids" => explode(",",$g['uids']),
"link" => '' "link" => ''
); );

File diff suppressed because it is too large Load Diff

View File

@ -398,42 +398,6 @@ $a->strings["__ctx:noun__ Like"] = array(
0 => "Me gusta", 0 => "Me gusta",
1 => "Me gusta", 1 => "Me gusta",
); );
$a->strings["Miscellaneous"] = "Varios";
$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD";
$a->strings["Required"] = "Obligatorio";
$a->strings["never"] = "nunca";
$a->strings["less than a second ago"] = "hace un instante";
$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s";
$a->strings["__ctx:relative_date__ year"] = array(
0 => "año",
1 => "años",
);
$a->strings["__ctx:relative_date__ month"] = array(
0 => "mes",
1 => "meses",
);
$a->strings["__ctx:relative_date__ week"] = array(
0 => "semana",
1 => "semanas",
);
$a->strings["__ctx:relative_date__ day"] = array(
0 => "día",
1 => "días",
);
$a->strings["__ctx:relative_date__ hour"] = array(
0 => "hora",
1 => "horas",
);
$a->strings["__ctx:relative_date__ minute"] = array(
0 => "minuto",
1 => "minutos",
);
$a->strings["__ctx:relative_date__ second"] = array(
0 => "segundo",
1 => "segundos",
);
$a->strings["%1\$s's birthday"] = "Cumpleaños de %1\$s";
$a->strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s";
$a->strings["Invalid data packet"] = "Paquete de datos no válido"; $a->strings["Invalid data packet"] = "Paquete de datos no válido";
$a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal"; $a->strings["Unable to verify channel signature"] = "No ha sido posible de verificar la firma del canal";
$a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s"; $a->strings["Unable to verify site signature for %s"] = "No ha sido posible de verificar la firma del sitio para %s";
@ -614,6 +578,7 @@ $a->strings["For Administrators"] = "Para los administradores";
$a->strings["For Developers"] = "Para los desarrolladores"; $a->strings["For Developers"] = "Para los desarrolladores";
$a->strings["Site"] = "Sitio"; $a->strings["Site"] = "Sitio";
$a->strings["Accounts"] = "Cuentas"; $a->strings["Accounts"] = "Cuentas";
$a->strings["Member registrations waiting for confirmation"] = "Inscripciones en espera de aprobación";
$a->strings["Channels"] = "Canales"; $a->strings["Channels"] = "Canales";
$a->strings["Security"] = "Seguridad"; $a->strings["Security"] = "Seguridad";
$a->strings["Plugins"] = "Extensiones"; $a->strings["Plugins"] = "Extensiones";
@ -623,7 +588,6 @@ $a->strings["Profile Fields"] = "Campos del perfil";
$a->strings["DB updates"] = "Actualizaciones de la base de datos"; $a->strings["DB updates"] = "Actualizaciones de la base de datos";
$a->strings["Logs"] = "Informes"; $a->strings["Logs"] = "Informes";
$a->strings["Plugin Features"] = "Extensiones"; $a->strings["Plugin Features"] = "Extensiones";
$a->strings["User registrations waiting for confirmation"] = "Registros de usuarios pendientes de confirmación";
$a->strings["View Photo"] = "Ver foto"; $a->strings["View Photo"] = "Ver foto";
$a->strings["Edit Album"] = "Editar álbum"; $a->strings["Edit Album"] = "Editar álbum";
$a->strings["prev"] = "anterior"; $a->strings["prev"] = "anterior";
@ -731,61 +695,44 @@ $a->strings["Name:"] = "Nombre:";
$a->strings["Photo:"] = "Foto:"; $a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia."; $a->strings["Please visit %s to approve or reject the suggestion."] = "Por favor, visite %s para aprobar o rechazar la sugerencia.";
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Aviso]"; $a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Aviso]";
$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos"; $a->strings["Miscellaneous"] = "Varios";
$a->strings["Empty name"] = "Nombre vacío"; $a->strings["Birthday"] = "Cumpleaños";
$a->strings["Name too long"] = "Nombre demasiado largo"; $a->strings["Age: "] = "Edad:";
$a->strings["No account identifier"] = "Ningún identificador de la cuenta"; $a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-DD o MM-DD";
$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias)."; $a->strings["Required"] = "Obligatorio";
$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro."; $a->strings["never"] = "nunca";
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio."; $a->strings["less than a second ago"] = "hace un instante";
$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada"; $a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "hace %1\$d %2\$s";
$a->strings["Default Profile"] = "Perfil principal"; $a->strings["__ctx:relative_date__ year"] = array(
$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible."; 0 => "año",
$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible."; 1 => "años",
$a->strings["Change profile photo"] = "Cambiar la foto del perfil"; );
$a->strings["Create New Profile"] = "Crear un nuevo perfil"; $a->strings["__ctx:relative_date__ month"] = array(
$a->strings["Profile Image"] = "Imagen del perfil"; 0 => "mes",
$a->strings["Visible to everybody"] = "Visible para todos"; 1 => "meses",
$a->strings["Edit visibility"] = "Editar visibilidad"; );
$a->strings["Gender:"] = "Género:"; $a->strings["__ctx:relative_date__ week"] = array(
$a->strings["Status:"] = "Estado:"; 0 => "semana",
$a->strings["Homepage:"] = "Página personal:"; 1 => "semanas",
$a->strings["Online Now"] = "Ahora en línea"; );
$a->strings["g A l F d"] = "g A l d F"; $a->strings["__ctx:relative_date__ day"] = array(
$a->strings["F d"] = "d F"; 0 => "día",
$a->strings["[today]"] = "[hoy]"; 1 => "días",
$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños"; );
$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:"; $a->strings["__ctx:relative_date__ hour"] = array(
$a->strings["[No description]"] = "[Sin descripción]"; 0 => "hora",
$a->strings["Event Reminders"] = "Recordatorios de eventos"; 1 => "horas",
$a->strings["Events this week:"] = "Eventos de esta semana:"; );
$a->strings["Full Name:"] = "Nombre completo:"; $a->strings["__ctx:relative_date__ minute"] = array(
$a->strings["Like this channel"] = "Me gusta este canal"; 0 => "minuto",
$a->strings["j F, Y"] = "j F Y"; 1 => "minutos",
$a->strings["j F"] = "j F"; );
$a->strings["Birthday:"] = "Cumpleaños:"; $a->strings["__ctx:relative_date__ second"] = array(
$a->strings["Age:"] = "Edad:"; 0 => "segundo",
$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s"; 1 => "segundos",
$a->strings["Sexual Preference:"] = "Orientación sexual:"; );
$a->strings["Hometown:"] = "Lugar de nacimiento:"; $a->strings["%1\$s's birthday"] = "Cumpleaños de %1\$s";
$a->strings["Tags:"] = "Etiquetas:"; $a->strings["Happy Birthday %1\$s"] = "Feliz cumpleaños %1\$s";
$a->strings["Political Views:"] = "Posición política:";
$a->strings["Religion:"] = "Religión:";
$a->strings["About:"] = "Sobre mí:";
$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:";
$a->strings["Likes:"] = "Me gusta:";
$a->strings["Dislikes:"] = "No me gusta:";
$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:";
$a->strings["My other channels:"] = "Mis otros canales:";
$a->strings["Musical interests:"] = "Intereses musicales:";
$a->strings["Books, literature:"] = "Libros, literatura:";
$a->strings["Television:"] = "Televisión:";
$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:";
$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:";
$a->strings["Work/employment:"] = "Trabajo:";
$a->strings["School/education:"] = "Estudios:";
$a->strings["Like this thing"] = "Me gusta esto";
$a->strings["cover photo"] = "Imagen de portada del perfil";
$a->strings["Embedded content"] = "Contenido incorporado"; $a->strings["Embedded content"] = "Contenido incorporado";
$a->strings["Embedding disabled"] = "Incrustación deshabilitada"; $a->strings["Embedding disabled"] = "Incrustación deshabilitada";
$a->strings["channel"] = "el canal"; $a->strings["channel"] = "el canal";
@ -1024,6 +971,61 @@ $a->strings["male"] = "hombre";
$a->strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s"; $a->strings["%1\$s updated his %2\$s"] = "%1\$s ha actualizado su %2\$s";
$a->strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s"; $a->strings["%1\$s updated their %2\$s"] = "%1\$s ha actualizado su %2\$s";
$a->strings["profile photo"] = "foto del perfil"; $a->strings["profile photo"] = "foto del perfil";
$a->strings["Unable to obtain identity information from database"] = "No ha sido posible obtener información sobre la identidad desde la base de datos";
$a->strings["Empty name"] = "Nombre vacío";
$a->strings["Name too long"] = "Nombre demasiado largo";
$a->strings["No account identifier"] = "Ningún identificador de la cuenta";
$a->strings["Nickname is required."] = "Se requiere un sobrenombre (alias).";
$a->strings["Reserved nickname. Please choose another."] = "Sobrenombre en uso. Por favor, elija otro.";
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "El alias contiene caracteres no admitidos o está ya en uso por otros usuarios de este sitio.";
$a->strings["Unable to retrieve created identity"] = "No ha sido posible recuperar la identidad creada";
$a->strings["Default Profile"] = "Perfil principal";
$a->strings["Requested channel is not available."] = "El canal solicitado no está disponible.";
$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
$a->strings["Change profile photo"] = "Cambiar la foto del perfil";
$a->strings["Create New Profile"] = "Crear un nuevo perfil";
$a->strings["Profile Image"] = "Imagen del perfil";
$a->strings["Visible to everybody"] = "Visible para todos";
$a->strings["Edit visibility"] = "Editar visibilidad";
$a->strings["Gender:"] = "Género:";
$a->strings["Status:"] = "Estado:";
$a->strings["Homepage:"] = "Página personal:";
$a->strings["Online Now"] = "Ahora en línea";
$a->strings["g A l F d"] = "g A l d F";
$a->strings["F d"] = "d F";
$a->strings["[today]"] = "[hoy]";
$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
$a->strings["Birthdays this week:"] = "Cumpleaños de esta semana:";
$a->strings["[No description]"] = "[Sin descripción]";
$a->strings["Event Reminders"] = "Recordatorios de eventos";
$a->strings["Events this week:"] = "Eventos de esta semana:";
$a->strings["Full Name:"] = "Nombre completo:";
$a->strings["Like this channel"] = "Me gusta este canal";
$a->strings["j F, Y"] = "j F Y";
$a->strings["j F"] = "j F";
$a->strings["Birthday:"] = "Cumpleaños:";
$a->strings["Age:"] = "Edad:";
$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
$a->strings["Sexual Preference:"] = "Orientación sexual:";
$a->strings["Hometown:"] = "Lugar de nacimiento:";
$a->strings["Tags:"] = "Etiquetas:";
$a->strings["Political Views:"] = "Posición política:";
$a->strings["Religion:"] = "Religión:";
$a->strings["About:"] = "Sobre mí:";
$a->strings["Hobbies/Interests:"] = "Aficciones/Intereses:";
$a->strings["Likes:"] = "Me gusta:";
$a->strings["Dislikes:"] = "No me gusta:";
$a->strings["Contact information and Social Networks:"] = "Información de contacto y redes sociales:";
$a->strings["My other channels:"] = "Mis otros canales:";
$a->strings["Musical interests:"] = "Intereses musicales:";
$a->strings["Books, literature:"] = "Libros, literatura:";
$a->strings["Television:"] = "Televisión:";
$a->strings["Film/dance/culture/entertainment:"] = "Cine/danza/cultura/entretenimiento:";
$a->strings["Love/Romance:"] = "Vida sentimental/amorosa:";
$a->strings["Work/employment:"] = "Trabajo:";
$a->strings["School/education:"] = "Estudios:";
$a->strings["Like this thing"] = "Me gusta esto";
$a->strings["cover photo"] = "Imagen de portada del perfil";
$a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí"; $a->strings["Some blurb about what to do when you're new here"] = "Algunas propuestas para el nuevo usuario sobre qué se puede hacer aquí";
$a->strings["network"] = "red"; $a->strings["network"] = "red";
$a->strings["RSS"] = "RSS"; $a->strings["RSS"] = "RSS";
@ -1800,50 +1802,48 @@ $a->strings["Sexual Preference"] = "Preferencia sexual";
$a->strings["Homepage"] = "Página personal"; $a->strings["Homepage"] = "Página personal";
$a->strings["Interests"] = "Intereses"; $a->strings["Interests"] = "Intereses";
$a->strings["Profile updated."] = "Perfil actualizado."; $a->strings["Profile updated."] = "Perfil actualizado.";
$a->strings["Hide your contact/friend list from viewers of this profile?"] = "¿Ocultar su lista de contactos a los visitantes de este perfil?"; $a->strings["Hide your connections list from viewers of this profile"] = "Ocultar la lista de conexiones a los visitantes del perfil";
$a->strings["Edit Profile Details"] = "Modificar los detalles de este perfil"; $a->strings["Edit Profile Details"] = "Modificar los detalles de este perfil";
$a->strings["View this profile"] = "Ver este perfil"; $a->strings["View this profile"] = "Ver este perfil";
$a->strings["Change Cover Photo"] = "Cambiar la imagen de portada del perfil"; $a->strings["Change cover photo"] = "Cambiar la imagen de portada del perfil";
$a->strings["Change Profile Photo"] = "Cambiar la foto del perfil";
$a->strings["Create a new profile using these settings"] = "Crear un nuevo perfil usando estos ajustes"; $a->strings["Create a new profile using these settings"] = "Crear un nuevo perfil usando estos ajustes";
$a->strings["Clone this profile"] = "Clonar este perfil"; $a->strings["Clone this profile"] = "Clonar este perfil";
$a->strings["Delete this profile"] = "Eliminar este perfil"; $a->strings["Delete this profile"] = "Eliminar este perfil";
$a->strings["Add profile things"] = "Añadir cosas al perfil";
$a->strings["Relation"] = "Relación";
$a->strings["Import profile from file"] = "Importar perfil desde un fichero"; $a->strings["Import profile from file"] = "Importar perfil desde un fichero";
$a->strings["Export profile to file"] = "Exportar perfil a un fichero"; $a->strings["Export profile to file"] = "Exportar perfil a un fichero";
$a->strings["Profile Name"] = "Nombre del perfil"; $a->strings["Your gender"] = "Género";
$a->strings["Your Full Name"] = "Nombre completo"; $a->strings["Marital status"] = "Estado civil";
$a->strings["Sexual preference"] = "Preferencia sexual";
$a->strings["Profile name"] = "Nombre del perfil";
$a->strings["This is your default profile."] = "Este es su perfil principal.";
$a->strings["Your full name"] = "Nombre completo";
$a->strings["Title/Description"] = "Título o descripción"; $a->strings["Title/Description"] = "Título o descripción";
$a->strings["Your Gender"] = "Género"; $a->strings["Street address"] = "Dirección";
$a->strings["Birthday"] = "Cumpleaños";
$a->strings["Street Address"] = "Dirección";
$a->strings["Locality/City"] = "Ciudad"; $a->strings["Locality/City"] = "Ciudad";
$a->strings["Postal/Zip Code"] = "Código postal";
$a->strings["Country"] = "País";
$a->strings["Region/State"] = "Región o Estado"; $a->strings["Region/State"] = "Región o Estado";
$a->strings["<span class=\"heart\">&hearts;</span> Marital Status"] = "<span class=\"heart\">&hearts;</span> Estado sentimental"; $a->strings["Postal/Zip code"] = "Código postal";
$a->strings["Country"] = "País";
$a->strings["Who (if applicable)"] = "Quién (si es aplicable)"; $a->strings["Who (if applicable)"] = "Quién (si es aplicable)";
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, María González, sara@ejemplo.com"; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Por ejemplo: ana123, María González, sara@ejemplo.com";
$a->strings["Since [date]"] = "Desde [fecha]"; $a->strings["Since (date)"] = "Desde (fecha)";
$a->strings["Tell us about yourself"] = "Háblenos de usted";
$a->strings["Hometown"] = "Lugar de nacimiento"; $a->strings["Hometown"] = "Lugar de nacimiento";
$a->strings["Religious Views"] = "Creencias religiosas"; $a->strings["Political views"] = "Ideas políticas";
$a->strings["Religious views"] = "Creencias religiosas";
$a->strings["Keywords used in directory listings"] = "Palabras clave utilizadas en los listados de directorios";
$a->strings["Example: fishing photography software"] = "Por ejemplo: software de fotografía submarina"; $a->strings["Example: fishing photography software"] = "Por ejemplo: software de fotografía submarina";
$a->strings["Used in directory listings"] = "Visible en el directorio público del canal";
$a->strings["Tell us about yourself..."] = "Háblenos de usted...";
$a->strings["Hobbies/Interests"] = "Aficiones/Intereses";
$a->strings["Contact information and Social Networks"] = "Información de contacto y redes sociales";
$a->strings["My other channels"] = "Mis otros canales";
$a->strings["Musical interests"] = "Preferencias musicales"; $a->strings["Musical interests"] = "Preferencias musicales";
$a->strings["Books, literature"] = "Libros, literatura"; $a->strings["Books, literature"] = "Libros, literatura";
$a->strings["Television"] = "Televisión"; $a->strings["Television"] = "Televisión";
$a->strings["Film/dance/culture/entertainment"] = "Cine/danza/cultura/entretenimiento"; $a->strings["Film/Dance/Culture/Entertainment"] = "Cine, danza, cultura, entretenimiento";
$a->strings["Love/romance"] = "Vida sentimental/amorosa"; $a->strings["Hobbies/Interests"] = "Aficiones/Intereses";
$a->strings["Work/employment"] = "Trabajo"; $a->strings["Love/Romance"] = "Vida sentimental o amorosa";
$a->strings["School/education"] = "Estudios"; $a->strings["School/Education"] = "Estudios";
$a->strings["This is your default profile."] = "Este es su perfil principal."; $a->strings["Contact information and social networks"] = "Información de contacto y redes sociales";
$a->strings["Age: "] = "Edad:"; $a->strings["My other channels"] = "Mis otros canales";
$a->strings["Edit/Manage Profiles"] = "Modificar/gestionar perfiles"; $a->strings["Create New"] = "Crear un nuevo perfil";
$a->strings["Add profile things"] = "Añadir cosas al perfil";
$a->strings["Include desirable objects in your profile"] = "Añadir objetos interesantes en su perfil";
$a->strings["Invalid profile identifier."] = "Identificador del perfil no válido"; $a->strings["Invalid profile identifier."] = "Identificador del perfil no válido";
$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil"; $a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
$a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo."; $a->strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo.";
@ -2167,7 +2167,7 @@ $a->strings["Last background fetch: "] = "Última actualización en segundo plan
$a->strings["Current load average: "] = "Carga media actual:"; $a->strings["Current load average: "] = "Carga media actual:";
$a->strings["Running at web location"] = "Corriendo en el sitio web"; $a->strings["Running at web location"] = "Corriendo en el sitio web";
$a->strings["Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more about \$Projectname."] = "Por favor, visite <a href=\"http://hubzilla.org\">hubzilla.org</a> para más información sobre \$Projectname."; $a->strings["Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more about \$Projectname."] = "Por favor, visite <a href=\"http://hubzilla.org\">hubzilla.org</a> para más información sobre \$Projectname.";
$a->strings["Bug reports and issues: please visit"] = "Informes de errores e incidencias: por, favor visite"; $a->strings["Bug reports and issues: please visit"] = "Informes de errores e incidencias: por favor visite";
$a->strings["\$projectname issues"] = "Problemas en \$projectname"; $a->strings["\$projectname issues"] = "Problemas en \$projectname";
$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmatrix\" en librelist - punto com"; $a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Sugerencias, elogios, etc - por favor, un correo electrónico a \"redmatrix\" en librelist - punto com";
$a->strings["Site Administrators"] = "Administradores del sitio"; $a->strings["Site Administrators"] = "Administradores del sitio";

View File

@ -231,14 +231,15 @@ ACL.prototype.update_view = function() {
} }
$(that.group_uids[id]).each(function(i, v) { $(that.group_uids[id]).each(function(i, v) {
if(uclass == "grouphide") if(uclass == "grouphide")
$("#c"+v).removeClass("groupshow"); // we need attr selection here because the id can include an @ (diaspora/friendica xchans)
$('[id="c' + v + '"]').removeClass("groupshow");
if(uclass !== "") { if(uclass !== "") {
var cls = $("#c"+v).attr('class'); var cls = $('[id="c' + v + '"]').attr('class');
if( cls === undefined) if( cls === undefined)
return true; return true;
var hiding = cls.indexOf('grouphide'); var hiding = cls.indexOf('grouphide');
if(hiding == -1) if(hiding == -1)
$("#c"+v).addClass(uclass); $('[id="c' + v + '"]').addClass(uclass);
} }
}); });
break; break;
@ -277,7 +278,7 @@ ACL.prototype.populate = function(data) {
$(data.items).each(function(){ $(data.items).each(function(){
html = "<div class='acl-list-item {4} {7} {5}' title='{6}' id='{2}{3}'>"+that.item_tpl+"</div>"; html = "<div class='acl-list-item {4} {7} {5}' title='{6}' id='{2}{3}'>"+that.item_tpl+"</div>";
html = html.format(this.photo, this.name, this.type, this.xid, '', this.self, this.link, this.taggable); html = html.format(this.photo, this.name, this.type, this.xid, '', this.self, this.link, this.taggable);
if (this.uids !== undefined) that.group_uids[this.id] = this.uids; if (this.uids !== undefined) that.group_uids[this.xid] = this.uids;
//console.log(html); //console.log(html);
that.list_content.append(html); that.list_content.append(html);
}); });

File diff suppressed because it is too large Load Diff

View File

@ -398,42 +398,6 @@ $a->strings["__ctx:noun__ Like"] = array(
0 => "vindt dit leuk", 0 => "vindt dit leuk",
1 => "vinden dit leuk", 1 => "vinden dit leuk",
); );
$a->strings["Miscellaneous"] = "Diversen";
$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD";
$a->strings["Required"] = "Vereist";
$a->strings["never"] = "nooit";
$a->strings["less than a second ago"] = "minder dan een seconde geleden";
$a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
$a->strings["__ctx:relative_date__ year"] = array(
0 => "jaar",
1 => "jaren",
);
$a->strings["__ctx:relative_date__ month"] = array(
0 => "maand",
1 => "maanden",
);
$a->strings["__ctx:relative_date__ week"] = array(
0 => "week",
1 => "weken",
);
$a->strings["__ctx:relative_date__ day"] = array(
0 => "dag",
1 => "dagen",
);
$a->strings["__ctx:relative_date__ hour"] = array(
0 => "uur",
1 => "uren",
);
$a->strings["__ctx:relative_date__ minute"] = array(
0 => "minuut",
1 => "minuten",
);
$a->strings["__ctx:relative_date__ second"] = array(
0 => "seconde",
1 => "seconden",
);
$a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
$a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
$a->strings["Invalid data packet"] = "Datapakket ongeldig"; $a->strings["Invalid data packet"] = "Datapakket ongeldig";
$a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. "; $a->strings["Unable to verify channel signature"] = "Kanaalkenmerk kon niet worden geverifieerd. ";
$a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd"; $a->strings["Unable to verify site signature for %s"] = "Hubkenmerk voor %s kon niet worden geverifieerd";
@ -614,6 +578,7 @@ $a->strings["For Administrators"] = "Voor beheerders";
$a->strings["For Developers"] = "Voor ontwikkelaars"; $a->strings["For Developers"] = "Voor ontwikkelaars";
$a->strings["Site"] = "Hub-instellingen"; $a->strings["Site"] = "Hub-instellingen";
$a->strings["Accounts"] = "Accounts"; $a->strings["Accounts"] = "Accounts";
$a->strings["Member registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten";
$a->strings["Channels"] = "Kanalen"; $a->strings["Channels"] = "Kanalen";
$a->strings["Security"] = "Beveiliging"; $a->strings["Security"] = "Beveiliging";
$a->strings["Plugins"] = "Plugins"; $a->strings["Plugins"] = "Plugins";
@ -623,7 +588,6 @@ $a->strings["Profile Fields"] = "Profielvelden";
$a->strings["DB updates"] = "Database-updates"; $a->strings["DB updates"] = "Database-updates";
$a->strings["Logs"] = "Logboeken"; $a->strings["Logs"] = "Logboeken";
$a->strings["Plugin Features"] = "Plugin-opties"; $a->strings["Plugin Features"] = "Plugin-opties";
$a->strings["User registrations waiting for confirmation"] = "Accounts die op goedkeuring wachten";
$a->strings["View Photo"] = "Foto weergeven"; $a->strings["View Photo"] = "Foto weergeven";
$a->strings["Edit Album"] = "Album bewerken"; $a->strings["Edit Album"] = "Album bewerken";
$a->strings["prev"] = "vorige"; $a->strings["prev"] = "vorige";
@ -731,61 +695,44 @@ $a->strings["Name:"] = "Naam:";
$a->strings["Photo:"] = "Foto:"; $a->strings["Photo:"] = "Foto:";
$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen."; $a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om het voorstel te accepteren of af te wijzen.";
$a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notificatie]"; $a->strings["[Hubzilla:Notify]"] = "[Hubzilla:Notificatie]";
$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen"; $a->strings["Miscellaneous"] = "Diversen";
$a->strings["Empty name"] = "Ontbrekende naam"; $a->strings["Birthday"] = "Verjaardag of geboortedatum";
$a->strings["Name too long"] = "Naam te lang"; $a->strings["Age: "] = "Leeftijd:";
$a->strings["No account identifier"] = "Geen account-identificator"; $a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD";
$a->strings["Nickname is required."] = "Bijnaam is verplicht"; $a->strings["Required"] = "Vereist";
$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere."; $a->strings["never"] = "nooit";
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik."; $a->strings["less than a second ago"] = "minder dan een seconde geleden";
$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden"; $a->strings["__ctx:e.g. 22 hours ago, 1 minute ago__ %1\$d %2\$s ago"] = "%1\$d %2\$s geleden";
$a->strings["Default Profile"] = "Standaardprofiel"; $a->strings["__ctx:relative_date__ year"] = array(
$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar."; 0 => "jaar",
$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar"; 1 => "jaren",
$a->strings["Change profile photo"] = "Profielfoto veranderen"; );
$a->strings["Create New Profile"] = "Nieuw profiel aanmaken"; $a->strings["__ctx:relative_date__ month"] = array(
$a->strings["Profile Image"] = "Profielfoto"; 0 => "maand",
$a->strings["Visible to everybody"] = "Voor iedereen zichtbaar"; 1 => "maanden",
$a->strings["Edit visibility"] = "Zichtbaarheid bewerken"; );
$a->strings["Gender:"] = "Geslacht:"; $a->strings["__ctx:relative_date__ week"] = array(
$a->strings["Status:"] = "Status:"; 0 => "week",
$a->strings["Homepage:"] = "Homepagina:"; 1 => "weken",
$a->strings["Online Now"] = "Nu online"; );
$a->strings["g A l F d"] = "G:i, l d F"; $a->strings["__ctx:relative_date__ day"] = array(
$a->strings["F d"] = "d F"; 0 => "dag",
$a->strings["[today]"] = "[vandaag]"; 1 => "dagen",
$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; );
$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; $a->strings["__ctx:relative_date__ hour"] = array(
$a->strings["[No description]"] = "[Geen omschrijving]"; 0 => "uur",
$a->strings["Event Reminders"] = "Herinneringen"; 1 => "uren",
$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; );
$a->strings["Full Name:"] = "Volledige naam:"; $a->strings["__ctx:relative_date__ minute"] = array(
$a->strings["Like this channel"] = "Vind dit kanaal leuk"; 0 => "minuut",
$a->strings["j F, Y"] = "F j Y"; 1 => "minuten",
$a->strings["j F"] = "F j"; );
$a->strings["Birthday:"] = "Geboortedatum:"; $a->strings["__ctx:relative_date__ second"] = array(
$a->strings["Age:"] = "Leeftijd:"; 0 => "seconde",
$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; 1 => "seconden",
$a->strings["Sexual Preference:"] = "Seksuele voorkeur:"; );
$a->strings["Hometown:"] = "Oorspronkelijk uit:"; $a->strings["%1\$s's birthday"] = "Verjaardag van %1\$s";
$a->strings["Tags:"] = "Tags:"; $a->strings["Happy Birthday %1\$s"] = "Gefeliciteerd met je verjaardag %1\$s";
$a->strings["Political Views:"] = "Politieke overtuigingen:";
$a->strings["Religion:"] = "Religie:";
$a->strings["About:"] = "Over:";
$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
$a->strings["Likes:"] = "Houdt van:";
$a->strings["Dislikes:"] = "Houdt niet van:";
$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
$a->strings["My other channels:"] = "Mijn andere kanalen";
$a->strings["Musical interests:"] = "Muzikale interesses:";
$a->strings["Books, literature:"] = "Boeken, literatuur:";
$a->strings["Television:"] = "Televisie:";
$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
$a->strings["Love/Romance:"] = "Liefde/romantiek:";
$a->strings["Work/employment:"] = "Werk/beroep:";
$a->strings["School/education:"] = "School/opleiding:";
$a->strings["Like this thing"] = "Vind dit ding leuk";
$a->strings["cover photo"] = "omslagfoto";
$a->strings["Embedded content"] = "Ingesloten (embedded) inhoud"; $a->strings["Embedded content"] = "Ingesloten (embedded) inhoud";
$a->strings["Embedding disabled"] = "Insluiten (embedding) uitgeschakeld"; $a->strings["Embedding disabled"] = "Insluiten (embedding) uitgeschakeld";
$a->strings["channel"] = "kanaal"; $a->strings["channel"] = "kanaal";
@ -1024,6 +971,61 @@ $a->strings["male"] = "man";
$a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt"; $a->strings["%1\$s updated his %2\$s"] = "%1\$s heeft zijn %2\$s bijgewerkt";
$a->strings["%1\$s updated their %2\$s"] = "De %2\$s van %1\$s is bijgewerkt"; $a->strings["%1\$s updated their %2\$s"] = "De %2\$s van %1\$s is bijgewerkt";
$a->strings["profile photo"] = "profielfoto"; $a->strings["profile photo"] = "profielfoto";
$a->strings["Unable to obtain identity information from database"] = "Niet in staat om identiteitsinformatie uit de database te verkrijgen";
$a->strings["Empty name"] = "Ontbrekende naam";
$a->strings["Name too long"] = "Naam te lang";
$a->strings["No account identifier"] = "Geen account-identificator";
$a->strings["Nickname is required."] = "Bijnaam is verplicht";
$a->strings["Reserved nickname. Please choose another."] = "Deze naam is gereserveerd. Kies een andere.";
$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Deze naam heeft niet ondersteunde karakters of is al op deze hub in gebruik.";
$a->strings["Unable to retrieve created identity"] = "Niet in staat om aangemaakte identiteit te vinden";
$a->strings["Default Profile"] = "Standaardprofiel";
$a->strings["Requested channel is not available."] = "Opgevraagd kanaal is niet beschikbaar.";
$a->strings["Requested profile is not available."] = "Opgevraagd profiel is niet beschikbaar";
$a->strings["Change profile photo"] = "Profielfoto veranderen";
$a->strings["Create New Profile"] = "Nieuw profiel aanmaken";
$a->strings["Profile Image"] = "Profielfoto";
$a->strings["Visible to everybody"] = "Voor iedereen zichtbaar";
$a->strings["Edit visibility"] = "Zichtbaarheid bewerken";
$a->strings["Gender:"] = "Geslacht:";
$a->strings["Status:"] = "Status:";
$a->strings["Homepage:"] = "Homepagina:";
$a->strings["Online Now"] = "Nu online";
$a->strings["g A l F d"] = "G:i, l d F";
$a->strings["F d"] = "d F";
$a->strings["[today]"] = "[vandaag]";
$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen";
$a->strings["Birthdays this week:"] = "Verjaardagen deze week:";
$a->strings["[No description]"] = "[Geen omschrijving]";
$a->strings["Event Reminders"] = "Herinneringen";
$a->strings["Events this week:"] = "Gebeurtenissen deze week:";
$a->strings["Full Name:"] = "Volledige naam:";
$a->strings["Like this channel"] = "Vind dit kanaal leuk";
$a->strings["j F, Y"] = "F j Y";
$a->strings["j F"] = "F j";
$a->strings["Birthday:"] = "Geboortedatum:";
$a->strings["Age:"] = "Leeftijd:";
$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s";
$a->strings["Sexual Preference:"] = "Seksuele voorkeur:";
$a->strings["Hometown:"] = "Oorspronkelijk uit:";
$a->strings["Tags:"] = "Tags:";
$a->strings["Political Views:"] = "Politieke overtuigingen:";
$a->strings["Religion:"] = "Religie:";
$a->strings["About:"] = "Over:";
$a->strings["Hobbies/Interests:"] = "Hobby's/interesses:";
$a->strings["Likes:"] = "Houdt van:";
$a->strings["Dislikes:"] = "Houdt niet van:";
$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:";
$a->strings["My other channels:"] = "Mijn andere kanalen";
$a->strings["Musical interests:"] = "Muzikale interesses:";
$a->strings["Books, literature:"] = "Boeken, literatuur:";
$a->strings["Television:"] = "Televisie:";
$a->strings["Film/dance/culture/entertainment:"] = "Films/dansen/cultuur/vermaak:";
$a->strings["Love/Romance:"] = "Liefde/romantiek:";
$a->strings["Work/employment:"] = "Werk/beroep:";
$a->strings["School/education:"] = "School/opleiding:";
$a->strings["Like this thing"] = "Vind dit ding leuk";
$a->strings["cover photo"] = "omslagfoto";
$a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken."; $a->strings["Some blurb about what to do when you're new here"] = "Welkom op \$Projectname. Klik op de tab ontdekken of klik rechtsboven op de <a href=\"directory\">kanalengids</a>, om kanalen te vinden. Rechtsboven vind je ook <a href=\"directory\">apps</a>, waar je vrijwel alle functies van \$Projectname kunt vinden. Voor <a href=\"directory\">hulp</a> met \$Projectname klik je op het vraagteken.";
$a->strings["network"] = "netwerk"; $a->strings["network"] = "netwerk";
$a->strings["RSS"] = "RSS"; $a->strings["RSS"] = "RSS";
@ -1800,50 +1802,48 @@ $a->strings["Sexual Preference"] = "Seksuele voorkeur";
$a->strings["Homepage"] = "Homepage"; $a->strings["Homepage"] = "Homepage";
$a->strings["Interests"] = "Interesses"; $a->strings["Interests"] = "Interesses";
$a->strings["Profile updated."] = "Profiel bijgewerkt"; $a->strings["Profile updated."] = "Profiel bijgewerkt";
$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien."; $a->strings["Hide your connections list from viewers of this profile"] = "Laat de lijst met connecties niet aan bezoekers van dit profiel zien.";
$a->strings["Edit Profile Details"] = "Profiel bewerken"; $a->strings["Edit Profile Details"] = "Profiel bewerken";
$a->strings["View this profile"] = "Profiel weergeven"; $a->strings["View this profile"] = "Profiel weergeven";
$a->strings["Change Cover Photo"] = "Omslagfoto wijzigen"; $a->strings["Change cover photo"] = "Omslagfoto wijzigen";
$a->strings["Change Profile Photo"] = "Profielfoto wijzigen";
$a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis"; $a->strings["Create a new profile using these settings"] = "Een nieuw profiel aanmaken met dit profiel als basis";
$a->strings["Clone this profile"] = "Dit profiel klonen"; $a->strings["Clone this profile"] = "Dit profiel klonen";
$a->strings["Delete this profile"] = "Dit profiel verwijderen"; $a->strings["Delete this profile"] = "Dit profiel verwijderen";
$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen";
$a->strings["Relation"] = "Relatie";
$a->strings["Import profile from file"] = "Profiel vanuit bestand importeren"; $a->strings["Import profile from file"] = "Profiel vanuit bestand importeren";
$a->strings["Export profile to file"] = "Profiel naar bestand exporteren"; $a->strings["Export profile to file"] = "Profiel naar bestand exporteren";
$a->strings["Profile Name"] = "Profielnaam"; $a->strings["Your gender"] = "Jouw geslacht";
$a->strings["Your Full Name"] = "Jouw volledige naam"; $a->strings["Marital status"] = "Burgerlijke staat";
$a->strings["Sexual preference"] = "Seksuele voorkeur";
$a->strings["Profile name"] = "Profielnaam";
$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel";
$a->strings["Your full name"] = "Jouw volledige naam";
$a->strings["Title/Description"] = "Titel/omschrijving"; $a->strings["Title/Description"] = "Titel/omschrijving";
$a->strings["Your Gender"] = "Jouw geslacht"; $a->strings["Street address"] = "Straat en huisnummer";
$a->strings["Birthday"] = "Verjaardag of geboortedatum";
$a->strings["Street Address"] = "Straat en huisnummer";
$a->strings["Locality/City"] = "Woonplaats"; $a->strings["Locality/City"] = "Woonplaats";
$a->strings["Postal/Zip Code"] = "Postcode";
$a->strings["Country"] = "Land";
$a->strings["Region/State"] = "Provincie/gewest/deelstaat"; $a->strings["Region/State"] = "Provincie/gewest/deelstaat";
$a->strings["<span class=\"heart\">&hearts;</span> Marital Status"] = "<span class=\"heart\">&hearts;</span> Huwelijkse staat"; $a->strings["Postal/Zip code"] = "Postcode";
$a->strings["Country"] = "Land";
$a->strings["Who (if applicable)"] = "Wie (wanneer van toepassing)"; $a->strings["Who (if applicable)"] = "Wie (wanneer van toepassing)";
$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl"; $a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: petra123, Petra Jansen, petra@voorbeeld.nl";
$a->strings["Since [date]"] = "Sinds [datum]"; $a->strings["Since (date)"] = "Sinds (datum)";
$a->strings["Tell us about yourself"] = "Vertel ons iets over jezelf";
$a->strings["Hometown"] = "Oorspronkelijk uit"; $a->strings["Hometown"] = "Oorspronkelijk uit";
$a->strings["Religious Views"] = "Religieuze overtuigingen"; $a->strings["Political views"] = "Politieke overtuigingen";
$a->strings["Religious views"] = "Religieuze overtuigingen";
$a->strings["Keywords used in directory listings"] = "Trefwoorden voor in de kanalengids";
$a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software"; $a->strings["Example: fishing photography software"] = "Voorbeeld: muziek, fotografie, software";
$a->strings["Used in directory listings"] = "Wordt in de kanalengids gebruikt";
$a->strings["Tell us about yourself..."] = "Vertel ons iets over jezelf...";
$a->strings["Hobbies/Interests"] = "Hobby's/interesses";
$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken";
$a->strings["My other channels"] = "Mijn andere kanalen";
$a->strings["Musical interests"] = "Muzikale interesses"; $a->strings["Musical interests"] = "Muzikale interesses";
$a->strings["Books, literature"] = "Boeken/literatuur"; $a->strings["Books, literature"] = "Boeken/literatuur";
$a->strings["Television"] = "Televisie"; $a->strings["Television"] = "Televisie";
$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/entertainment"; $a->strings["Film/Dance/Culture/Entertainment"] = "Film/dans/cultuur/entertainment";
$a->strings["Love/romance"] = "Liefde/romantiek"; $a->strings["Hobbies/Interests"] = "Hobby's/interesses";
$a->strings["Work/employment"] = "Werk/arbeid"; $a->strings["Love/Romance"] = "Liefde/romantiek";
$a->strings["School/education"] = "School/onderwijs"; $a->strings["School/Education"] = "School/opleiding";
$a->strings["This is your default profile."] = "Dit is jouw standaardprofiel"; $a->strings["Contact information and social networks"] = "Contactinformatie en sociale netwerken";
$a->strings["Age: "] = "Leeftijd:"; $a->strings["My other channels"] = "Mijn andere kanalen";
$a->strings["Edit/Manage Profiles"] = "Profielen bewerken/beheren"; $a->strings["Create New"] = "Nieuwe aanmaken";
$a->strings["Add profile things"] = "Dingen aan je profiel toevoegen";
$a->strings["Include desirable objects in your profile"] = "Voeg door jou gewenste dingen aan jouw profiel toe";
$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator"; $a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificator";
$a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel "; $a->strings["Profile Visibility Editor"] = "Zichtbaarheid profiel ";
$a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen"; $a->strings["Click on a contact to add or remove."] = "Klik op een connectie om deze toe te voegen of te verwijderen";

View File

@ -915,7 +915,15 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
border-radius: $radiuspx; border-radius: $radiuspx;
} }
.acl-list-item img{ .acl-list-item.grouphide {
border: 1px solid red;
}
.acl-list-item.groupshow {
border: 1px solid green;
}
.acl-list-item img {
width: 40px; width: 40px;
height: 40px; height: 40px;
float: left; float: left;

View File

@ -15,14 +15,11 @@
<div class="clear"></div> <div class="clear"></div>
</div> </div>
{{/if}} {{/if}}
<div id="acl-wrapper"> <div id="acl-wrapper">
<button id="acl-showall" class="btn btn-block btn-default"><i class="icon-globe"></i> {{$showall}}</button> <button id="acl-showall" class="btn btn-block btn-default"><i class="icon-globe"></i> {{$showall}}</button>
<input type="text" id="acl-search" placeholder="&#xf002;"> <input type="text" id="acl-search" placeholder="&#xf002;">
<div id="acl-list"> <div id="acl-list">
<div id="acl-list-content"></div> <div id="acl-list-content"></div>
</div> </div>
<span id="acl-fields"></span> <span id="acl-fields"></span>
</div> </div>