Merge branch 'origin' into 'master'
Update 4.2 See merge request harukin/core!56
This commit is contained in:
Vendored
+4
@@ -77,6 +77,10 @@ nav .dropdown-menu {
|
||||
}
|
||||
/* nav overrides end */
|
||||
|
||||
.list-group-item:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wall-item-tools .dropdown-menu {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
@@ -29,3 +29,9 @@ main.fullscreen .fc td:last-child {
|
||||
.fc-list-view {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
width: 100%;
|
||||
padding: 6px 12px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
Hey,
|
||||
I'm the web server at {{$sitename}};
|
||||
Apologies but this may be urgent.
|
||||
|
||||
This is the web server at {{$sitename}};
|
||||
|
||||
The Hubzilla developers released update {{$update}} recently,
|
||||
but when I tried to install it, something went terribly wrong.
|
||||
The project developers released update {{$update}} recently,
|
||||
but during the attempt to automatically install it, something went terribly wrong.
|
||||
This needs to be fixed soon and it requires human intervention.
|
||||
Please contact a project developer if you can not figure out how to
|
||||
fix it on your own. My database might be invalid.
|
||||
fix it on your own. Your web server database configuration might be invalid.
|
||||
|
||||
The error message is '{{$error}}'.
|
||||
|
||||
You may attempt to re-apply this update by visiting
|
||||
|
||||
{{$baseurl}}/admin/dbsync
|
||||
|
||||
while logged into the admin account.
|
||||
|
||||
{{$source}}
|
||||
|
||||
Apologies for the inconvenience,
|
||||
your web server at {{$siteurl}}
|
||||
your web server at {{$siteurl}}
|
||||
|
||||
+1423
-1279
File diff suppressed because it is too large
Load Diff
+50
-25
@@ -92,6 +92,8 @@ App::$strings["Profile"] = "Perfil";
|
||||
App::$strings["Click on a contact to add or remove."] = "Pulsar en un contacto para añadirlo o eliminarlo.";
|
||||
App::$strings["Visible To"] = "Visible para";
|
||||
App::$strings["All Connections"] = "Todas las conexiones";
|
||||
App::$strings["Calendar entries imported."] = "Entradas de calendario importadas.";
|
||||
App::$strings["No calendar entries found."] = "No se han encontrado entradas de calendario.";
|
||||
App::$strings["INVALID EVENT DISMISSED!"] = "¡EVENTO NO VÁLIDO RECHAZADO!";
|
||||
App::$strings["Summary: "] = "Resumen: ";
|
||||
App::$strings["Unknown"] = "Desconocido";
|
||||
@@ -99,13 +101,11 @@ App::$strings["Date: "] = "Fecha: ";
|
||||
App::$strings["Reason: "] = "Razón: ";
|
||||
App::$strings["INVALID CARD DISMISSED!"] = "¡TARJETA NO VÁLIDA RECHAZADA!";
|
||||
App::$strings["Name: "] = "Nombre: ";
|
||||
App::$strings["CalDAV App"] = "App CalDav";
|
||||
App::$strings["CalDAV capable calendar"] = "Calendario compatible con CalDAV";
|
||||
App::$strings["CardDAV App"] = "App CarDav";
|
||||
App::$strings["CalDAV capable addressbook"] = "Libreta de direcciones compatible con CalDav";
|
||||
App::$strings["Link to source"] = "Enlace a la fuente";
|
||||
App::$strings["Event title"] = "Título del evento";
|
||||
App::$strings["Start date and time"] = "Fecha y hora de comienzo";
|
||||
App::$strings["Example: YYYY-MM-DD HH:mm"] = "Ejemplo: YYYY-MM-DD HH:mm";
|
||||
App::$strings["End date and time"] = "Fecha y hora de finalización";
|
||||
App::$strings["Description"] = "Descripción";
|
||||
App::$strings["Location"] = "Ubicación";
|
||||
@@ -120,9 +120,13 @@ App::$strings["List week"] = "Lista semanal";
|
||||
App::$strings["List day"] = "Lista diaria";
|
||||
App::$strings["More"] = "Más";
|
||||
App::$strings["Less"] = "Menos";
|
||||
App::$strings["Update"] = "Actualizar";
|
||||
App::$strings["Select calendar"] = "Seleccionar un calendario";
|
||||
App::$strings["Channel Calendars"] = "Calendarios del canal";
|
||||
App::$strings["CalDAV Calendars"] = "Calendarios CalDAV";
|
||||
App::$strings["Delete all"] = "Eliminar todos";
|
||||
App::$strings["Sorry! Editing of recurrent events is not yet implemented."] = "¡Disculpas! La edición de eventos recurrentes aún no se ha implementado.";
|
||||
App::$strings["Categories"] = "Temas";
|
||||
App::$strings["Name"] = "Nombre";
|
||||
App::$strings["Organisation"] = "Organización";
|
||||
App::$strings["Title"] = "Título";
|
||||
@@ -137,7 +141,6 @@ App::$strings["Home"] = "Inicio";
|
||||
App::$strings["Work"] = "Trabajo";
|
||||
App::$strings["Add Contact"] = "Añadir un contacto";
|
||||
App::$strings["Add Field"] = "Añadir un campo";
|
||||
App::$strings["Update"] = "Actualizar";
|
||||
App::$strings["P.O. Box"] = "Buzón de correos";
|
||||
App::$strings["Additional"] = "Adicional";
|
||||
App::$strings["Street"] = "Calle";
|
||||
@@ -237,8 +240,6 @@ App::$strings["Menu item deleted."] = "Este elemento del menú ha sido borrado";
|
||||
App::$strings["Menu item could not be deleted."] = "Este elemento del menú no puede ser borrado.";
|
||||
App::$strings["Edit Menu Element"] = "Editar elemento del menú";
|
||||
App::$strings["Link text"] = "Texto del enlace";
|
||||
App::$strings["Calendar entries imported."] = "Entradas de calendario importadas.";
|
||||
App::$strings["No calendar entries found."] = "No se han encontrado entradas de calendario.";
|
||||
App::$strings["Event can not end before it has started."] = "Un evento no puede terminar antes de que haya comenzado.";
|
||||
App::$strings["Unable to generate preview."] = "No se puede crear la vista previa.";
|
||||
App::$strings["Event title and start time are required."] = "Se requieren el título del evento y su hora de inicio.";
|
||||
@@ -359,7 +360,7 @@ App::$strings["Website URL"] = "Dirección del sitio web";
|
||||
App::$strings["Please use SSL (https) URL if available."] = "Por favor, use SSL (https) si está disponible.";
|
||||
App::$strings["Please select a default timezone for your website"] = "Por favor, selecciones el huso horario por defecto de su sitio web";
|
||||
App::$strings["Site settings"] = "Ajustes del sitio";
|
||||
App::$strings["PHP version 5.5 or greater is required."] = "Se requiere la versión 5.5, o superior, de PHP.";
|
||||
App::$strings["PHP version 7.1 or greater is required."] = "Se requiere la versión 7.1 o superior de PHP.";
|
||||
App::$strings["PHP version"] = "Versión de PHP";
|
||||
App::$strings["Could not find a command line version of PHP in the web server PATH."] = "No se puede encontrar una versión en línea de comandos de PHP en la ruta del servidor web.";
|
||||
App::$strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Si no tiene instalada la versión de línea de comandos de PHP en su servidor, no podrá realizar envíos en segundo plano mediante cron.";
|
||||
@@ -446,12 +447,16 @@ App::$strings["On"] = "Activado";
|
||||
App::$strings["Lock feature %s"] = "Bloquear la funcionalidad %s";
|
||||
App::$strings["Manage Additional Features"] = "Gestionar las funcionalidades";
|
||||
App::$strings["Update has been marked successful"] = "La actualización ha sido marcada como exitosa";
|
||||
App::$strings["Executing %s failed. Check system logs."] = "La ejecución de %s ha fallado. Mirar en los informes del sistema.";
|
||||
App::$strings["Verification of update %s failed. Check system logs."] = "Error en la verificación de la actualización %s. Compruebe los registros del sistema.";
|
||||
App::$strings["Update %s was successfully applied."] = "La actualización de %s se ha realizado exitosamente.";
|
||||
App::$strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización de %s no ha devuelto ningún estado. No se sabe si ha tenido éxito.";
|
||||
App::$strings["Verifying update %s did not return a status. Unknown if it succeeded."] = "La verificación de la actualización %s no devuelve un estado. Desconocido si tuvo éxito.";
|
||||
App::$strings["Update %s does not contain a verification function."] = "La actualización %s no contiene una función de verificación.";
|
||||
App::$strings["Update function %s could not be found."] = "No se encuentra la función de actualización de %s.";
|
||||
App::$strings["Executing update procedure %s failed. Check system logs."] = "Error al ejecutar el procedimiento de actualización %s. Compruebe los registros del sistema.";
|
||||
App::$strings["Update %s did not return a status. It cannot be determined if it was successful."] = "La actualización %s no devuelve un estado. No se puede determinar si tuvo éxito.";
|
||||
App::$strings["Failed Updates"] = "Han fallado las actualizaciones";
|
||||
App::$strings["Mark success (if update was manually applied)"] = "Marcar como exitosa (si la actualización se ha hecho manualmente)";
|
||||
App::$strings["Attempt to verify this update if a verification procedure exists"] = "Intentar verificar esta actualización si existe un procedimiento de verificación.";
|
||||
App::$strings["Attempt to execute this update step automatically"] = "Intentar ejecutar este paso de actualización automáticamente";
|
||||
App::$strings["No failed updates."] = "No ha fallado ninguna actualización.";
|
||||
App::$strings["%s account blocked/unblocked"] = array(
|
||||
@@ -805,7 +810,7 @@ App::$strings["Default file upload folder"] = "Carpeta por defecto de los ficher
|
||||
App::$strings["Remove this channel."] = "Eliminar este canal.";
|
||||
App::$strings["Additional Features"] = "Funcionalidades";
|
||||
App::$strings["Events Settings"] = "Gestión de eventos";
|
||||
App::$strings["CalDAV Settings"] = "Ajustes de CalDav";
|
||||
App::$strings["Calendar Settings"] = "Ajustes del calendario";
|
||||
App::$strings["Settings saved."] = "Configuración guardada.";
|
||||
App::$strings["Settings saved. Reload page please."] = "Ajustes guardados. Recargue la página, por favor.";
|
||||
App::$strings["Conversation Settings"] = "Ajustes de conversación";
|
||||
@@ -1685,8 +1690,8 @@ App::$strings["Invalid channel."] = "El canal no es válido.";
|
||||
App::$strings["network"] = "red";
|
||||
App::$strings["\$Projectname"] = "\$Projectname";
|
||||
App::$strings["Welcome to %s"] = "Bienvenido a %s";
|
||||
App::$strings["Permission Denied."] = "Permiso denegado";
|
||||
App::$strings["File not found."] = "Fichero no encontrado.";
|
||||
App::$strings["Permission Denied."] = "Permiso denegado";
|
||||
App::$strings["Edit file permissions"] = "Modificar los permisos del fichero";
|
||||
App::$strings["Set/edit permissions"] = "Establecer/editar los permisos";
|
||||
App::$strings["Include all files and sub folders"] = "Incluir todos los ficheros y subcarpetas";
|
||||
@@ -1766,13 +1771,15 @@ App::$strings["Site Admin"] = "Administrador del sitio";
|
||||
App::$strings["Report Bug"] = "Informe de errores";
|
||||
App::$strings["Bookmarks"] = "Marcadores";
|
||||
App::$strings["Chatrooms"] = "Salas de chat";
|
||||
App::$strings["Content Filter"] = "Filtro de contenido";
|
||||
App::$strings["Content Import"] = "Importación de contenidos";
|
||||
App::$strings["Remote Diagnostics"] = "Diagnóstico remoto";
|
||||
App::$strings["Suggest Channels"] = "Sugerir canales";
|
||||
App::$strings["Login"] = "Iniciar sesión";
|
||||
App::$strings["Stream"] = "Stream";
|
||||
App::$strings["Wiki"] = "Wiki";
|
||||
App::$strings["Channel Home"] = "Mi canal";
|
||||
App::$strings["Events"] = "Eventos";
|
||||
App::$strings["Calendar"] = "Calendario";
|
||||
App::$strings["Directory"] = "Directorio";
|
||||
App::$strings["Mail"] = "Correo";
|
||||
App::$strings["Chat"] = "Chat";
|
||||
@@ -1787,7 +1794,6 @@ App::$strings["Profile Photo"] = "Foto del perfil";
|
||||
App::$strings["Profiles"] = "Perfiles";
|
||||
App::$strings["Notifications"] = "Notificaciones";
|
||||
App::$strings["Order Apps"] = "Ordenar las apps";
|
||||
App::$strings["CalDAV"] = "CalDAV";
|
||||
App::$strings["CardDAV"] = "CardDAV";
|
||||
App::$strings["Guest Access"] = "Acceso para invitados";
|
||||
App::$strings["Notes"] = "Notas";
|
||||
@@ -1912,6 +1918,7 @@ App::$strings["edited a post dated %s"] = "ha editado una entrada fechada el %s"
|
||||
App::$strings["edited a comment dated %s"] = "ha editado un comentario fechado el %s";
|
||||
App::$strings["Wiki updated successfully"] = "El wiki se ha actualizado con éxito";
|
||||
App::$strings["Wiki files deleted successfully"] = "Se han borrado con éxito los ficheros del wiki";
|
||||
App::$strings["Source code of failed update: "] = "Código fuente de la actualización fallida: ";
|
||||
App::$strings["Update Error at %s"] = "Error de actualización en %s";
|
||||
App::$strings["Update %s failed. See error logs."] = "La actualización %s ha fallado. Mire el informe de errores.";
|
||||
App::$strings["Private Message"] = "Mensaje Privado";
|
||||
@@ -1931,6 +1938,9 @@ App::$strings["Add Tag"] = "Añadir etiqueta";
|
||||
App::$strings["Conversation Tools"] = "Herramientas de conversación";
|
||||
App::$strings["like"] = "me gusta";
|
||||
App::$strings["dislike"] = "no me gusta";
|
||||
App::$strings["Reply on this comment"] = "Responder a este comentario";
|
||||
App::$strings["reply"] = "responder";
|
||||
App::$strings["Reply to"] = "Responder a ";
|
||||
App::$strings["Share This"] = "Compartir esto";
|
||||
App::$strings["share"] = "compartir";
|
||||
App::$strings["Delivery Report"] = "Informe de transmisión";
|
||||
@@ -1950,6 +1960,7 @@ App::$strings["Attend"] = "Participar o asistir";
|
||||
App::$strings["Attendance Options"] = "Opciones de participación o asistencia";
|
||||
App::$strings["Vote"] = "Votar";
|
||||
App::$strings["Voting Options"] = "Opciones de votación";
|
||||
App::$strings["Go to previous comment"] = "Ir al comentario anterior";
|
||||
App::$strings["Save Bookmarks"] = "Guardar en Marcadores";
|
||||
App::$strings["Add to Calendar"] = "Añadir al calendario";
|
||||
App::$strings["This is an unsaved preview"] = "Esta es una previsualización sin guardar";
|
||||
@@ -1972,7 +1983,6 @@ App::$strings["parent"] = "padre";
|
||||
App::$strings["Collection"] = "Colección";
|
||||
App::$strings["Principal"] = "Principal";
|
||||
App::$strings["Addressbook"] = "Libreta de direcciones";
|
||||
App::$strings["Calendar"] = "Calendario";
|
||||
App::$strings["Schedule Inbox"] = "Programar bandeja de entrada";
|
||||
App::$strings["Schedule Outbox"] = "Programar bandeja de salida";
|
||||
App::$strings["Total"] = "Total";
|
||||
@@ -1988,11 +1998,11 @@ App::$strings["Forums"] = "Foros";
|
||||
App::$strings["Select Channel"] = "Seleccionar un canal";
|
||||
App::$strings["Read-write"] = "Lectura y escritura";
|
||||
App::$strings["Read-only"] = "Sólo lectura";
|
||||
App::$strings["My Calendars"] = "Mis calendarios";
|
||||
App::$strings["Shared Calendars"] = "Calendarios compartidos";
|
||||
App::$strings["Channel Calendar"] = "Calendario del canal";
|
||||
App::$strings["Shared CalDAV Calendars"] = "Calendarios CalDAV compartidos";
|
||||
App::$strings["Share this calendar"] = "Compartir este calendario";
|
||||
App::$strings["Calendar name and color"] = "Nombre y color del calendario";
|
||||
App::$strings["Create new calendar"] = "Crear un nuevo calendario";
|
||||
App::$strings["Create new CalDAV calendar"] = "Crear un nuevo calendario CalDAV";
|
||||
App::$strings["Calendar Name"] = "Nombre del calendario";
|
||||
App::$strings["Calendar Tools"] = "Gestión de calendarios";
|
||||
App::$strings["Import calendar"] = "Importar un calendario";
|
||||
@@ -2004,7 +2014,6 @@ App::$strings["Addressbook Name"] = "Nombre de la agenda";
|
||||
App::$strings["Addressbook Tools"] = "Gestión de agendas de direcciones";
|
||||
App::$strings["Import addressbook"] = "Importar una agenda de direcciones";
|
||||
App::$strings["Select an addressbook to import to"] = "Seleccionar una agenda para importarla";
|
||||
App::$strings["Categories"] = "Temas";
|
||||
App::$strings["Everything"] = "Todo";
|
||||
App::$strings["Events Tools"] = "Gestión de eventos";
|
||||
App::$strings["Export Calendar"] = "Exportar el calendario";
|
||||
@@ -2507,11 +2516,11 @@ App::$strings["Approve subscription requests from Hubzilla contacts automaticall
|
||||
App::$strings["Purge internal list of jabber addresses of contacts"] = "Purgar la lista interna de las direcciones de contactos de jabber";
|
||||
App::$strings["Configuration Help"] = "Ayuda para los ajustes";
|
||||
App::$strings["Jappixmini Settings"] = "Ajustes de Jappixmini";
|
||||
App::$strings["Your channel has been upgraded to the latest \$Projectname version."] = "Su canal ha sido actualizado a la última versión de \$Projectname.";
|
||||
App::$strings["To improve usability, we have converted some features into installable stand-alone apps."] = "Para mejorar la usabilidad, hemos convertido algunas características en aplicaciones independientes instalables.";
|
||||
App::$strings["Please visit the \$Projectname"] = "Por favor visite el sitio web de \$Projectname";
|
||||
App::$strings["app store"] = "aplicaciones disponibles";
|
||||
App::$strings["and install possibly missing apps."] = "e instale las aplicaciones que posiblemente falten.";
|
||||
App::$strings["Your channel has been upgraded to \$Projectname version"] = "Su canal ha sido actualizado a la versión \$Projectname";
|
||||
App::$strings["Please have a look at the"] = "Por favor, eche un vistazo a la ";
|
||||
App::$strings["git history"] = "historial del git";
|
||||
App::$strings["change log"] = "lista de cambios";
|
||||
App::$strings["for further infos."] = "para más información.";
|
||||
App::$strings["Upgrade Info"] = "Información de actualización";
|
||||
App::$strings["Do not show this again"] = "No mostrar esto de nuevo";
|
||||
App::$strings["Access Denied"] = "Acceso denegado";
|
||||
@@ -2527,8 +2536,11 @@ App::$strings["Reputation \"cost\" to comment"] = "\"Coste\" de la reputación p
|
||||
App::$strings["Reputation automatically recovers at this rate per hour until it reaches minimum_to_post"] = "La reputación se recupera automáticamente a esta tasa por hora hasta que alcanza el mínimo_a_post";
|
||||
App::$strings["When minimum_to_moderate > reputation > minimum_to_post reputation recovers at this rate per hour"] = "Cuando el mínimo_a_moderar > reputación > mínimo_a_publicar la reputación se recupera a esta tasa por hora ";
|
||||
App::$strings["Community Moderation Settings"] = "Configuración de la moderación de la comunidad";
|
||||
App::$strings["Can moderate reputation on my channel."] = "Se puede moderar la reputación en mi canal.";
|
||||
App::$strings["Channel Reputation"] = "Reputación del canal";
|
||||
App::$strings["An Error has occurred."] = "Se ha producido un error.";
|
||||
App::$strings["Upvote"] = "Votar a favor";
|
||||
App::$strings["Downvote"] = "Votar en contra";
|
||||
App::$strings["Can moderate reputation on my channel."] = "Se puede moderar la reputación en mi canal.";
|
||||
App::$strings["Block Completely"] = "Bloquear completamente";
|
||||
App::$strings["Superblock App"] = "App Superblock";
|
||||
App::$strings["Block channels"] = "Bloquear canales";
|
||||
@@ -2555,6 +2567,16 @@ App::$strings["Logfile archive directory"] = "Directorio de los ficheros de info
|
||||
App::$strings["Directory to store rotated logs"] = "Directorio para almacenar los informes rotados";
|
||||
App::$strings["Logfile size in bytes before rotating"] = "Tamaño del fichero de informe en bytes antes de rotarlo";
|
||||
App::$strings["Number of logfiles to retain"] = "Número de ficheros de informe que se deben retener";
|
||||
App::$strings["No server specified"] = "No se ha especificado ningún servidor";
|
||||
App::$strings["Posts imported"] = "Entradas importadas";
|
||||
App::$strings["Files imported"] = "Ficheros importados";
|
||||
App::$strings["This addon app copies existing content and file storage to a cloned/copied channel. Once the app is installed, visit the newly installed app. This will allow you to set the location of your original channel and an optional date range of files/conversations to copy."] = "Este complemento copia el contenido existente y el almacenamiento de ficheros en un canal clonado/copiado. Una vez instalada la aplicación, visite la aplicación recién instalada. Esto le permitirá establecer la ubicación de su canal original y un rango de fechas opcional de ficheros/conversaciones para copiar.";
|
||||
App::$strings["This will import all your conversations and cloud files from a cloned channel on another server. This may take a while if you have lots of posts and or files."] = "Esto importará todas sus conversaciones y archivos de nube de un canal clonado en otro servidor. El proceso puede tardar un poco si tiene muchos mensajes y/o ficheros.";
|
||||
App::$strings["Include posts"] = "Incluir entradas";
|
||||
App::$strings["Conversations, Articles, Cards, and other posted content"] = "Conversaciones, artículos, fichas y otros contenidos publicados";
|
||||
App::$strings["Include files"] = "Incluir ficheros";
|
||||
App::$strings["Files, Photos and other cloud storage"] = "Archivos, fotos y otro tipo de almacenamiento en la nube";
|
||||
App::$strings["Original Server base URL"] = "URL base del servidor original";
|
||||
App::$strings["Friendica Photo Album Import"] = "Importar un álbum de fotos de Friendica";
|
||||
App::$strings["This will import all your Friendica photo albums to this Red channel."] = "Esto importará todos sus álbumes de fotos de Friendica a este canal de Hubzilla.";
|
||||
App::$strings["Friendica Server base URL"] = "URL base del servidor de Friendica";
|
||||
@@ -3142,6 +3164,7 @@ App::$strings["Thank you, this nickname is valid."] = "Gracias, este alias es v
|
||||
App::$strings["A channel name is required."] = "Se requiere un nombre de canal";
|
||||
App::$strings["This is a "] = "Esto es un ";
|
||||
App::$strings[" channel name"] = "nombre de canal";
|
||||
App::$strings["Back to reply"] = "Volver a la respuesta";
|
||||
App::$strings["%d minutes"] = array(
|
||||
0 => "%d minutos",
|
||||
1 => "%d minutos",
|
||||
@@ -3340,6 +3363,8 @@ App::$strings["Dislike Posts"] = "Desagrado de publicaciones";
|
||||
App::$strings["Ability to dislike posts/comments"] = "Capacidad de mostrar desacuerdo con el contenido de entradas y comentarios";
|
||||
App::$strings["Star Posts"] = "Entradas destacadas";
|
||||
App::$strings["Ability to mark special posts with a star indicator"] = "Capacidad de marcar entradas destacadas con un indicador de estrella";
|
||||
App::$strings["Reply on comment"] = "Responder a los comentarios";
|
||||
App::$strings["Ability to reply on selected comment"] = "Posibilidad de responder a los comentarios seleccionados";
|
||||
App::$strings["Advanced Directory Search"] = "Búsqueda avanzada en el directorio";
|
||||
App::$strings["Allows creation of complex directory search queries"] = "Permitir la creación de consultas complejas en las búsquedas en el directorio";
|
||||
App::$strings["Editor"] = "Editor";
|
||||
@@ -3361,6 +3386,7 @@ App::$strings["Suppress Duplicate Posts/Comments"] = "Prevenir entradas o coment
|
||||
App::$strings["Prevent posts with identical content to be published with less than two minutes in between submissions."] = "Prevenir que entradas con contenido idéntico se publiquen con menos de dos minutos de intervalo.";
|
||||
App::$strings["Auto-save drafts of posts and comments"] = "Guardar automáticamente borradores de entradas y comentarios";
|
||||
App::$strings["Automatically saves post and comment drafts in local browser storage to help prevent accidental loss of compositions"] = "Guarda automáticamente los borradores de comentarios y publicaciones en el almacenamiento del navegador local para ayudar a evitar la pérdida accidental de composiciones.";
|
||||
App::$strings["Events"] = "Eventos";
|
||||
App::$strings["Smart Birthdays"] = "Cumpleaños inteligentes";
|
||||
App::$strings["Make birthday events timezone aware in case your friends are scattered across the planet."] = "Enlazar los eventos de cumpleaños con el huso horario en el caso de que sus amigos estén dispersos por el mundo.";
|
||||
App::$strings["Event Timezone Selection"] = "Selección del huso horario del evento";
|
||||
@@ -3378,7 +3404,6 @@ App::$strings["Forum Filter"] = "Filtro de foro";
|
||||
App::$strings["Ability to display only posts of a specific forum"] = "Posibilidad de mostrar sólo los mensajes de un foro específico";
|
||||
App::$strings["Personal Posts Filter"] = "Filtro de entradas personales";
|
||||
App::$strings["Ability to display only posts that you've interacted on"] = "Posibilidad de mostrar sólo los mensajes en los que usted haya interactuado";
|
||||
App::$strings["Show friend and connection suggestions"] = "Mostrar sugerencias de amigos y conexiones";
|
||||
App::$strings["Photo Location"] = "Ubicación de las fotos";
|
||||
App::$strings["If location data is available on uploaded photos, link this to a map."] = "Si los datos de ubicación están disponibles en las fotos subidas, enlazar estas a un mapa.";
|
||||
App::$strings["Advanced Profiles"] = "Perfiles avanzados";
|
||||
|
||||
@@ -1,13 +1,22 @@
|
||||
Hola,
|
||||
Soy el servidor web en {{$sitename}};
|
||||
Disculpas, pero esto puede ser urgente.
|
||||
|
||||
Este es el servidor web en {{$sitename}};
|
||||
|
||||
Los desarrolladores de Hubzilla lanzaron una actualización {{$update}} recientemente,
|
||||
pero cuando se intentaba instalar, alguna cosa ha ido terriblemente mal.
|
||||
Los desarrolladores del proyecto han publicado recientemente una actualización {{$update}},
|
||||
pero durante el intento de instalarlo automáticamente, algo salió terriblemente mal.
|
||||
Esto requiere intervención humana tan pronto como sea posible.
|
||||
Póngase en contacto con un desarrollador de proyectos si no sabe cómo
|
||||
por sí mismo. Mi base se datos puede quedar inservible.
|
||||
arréglelo por su cuenta. La configuración de la base de datos de su servidor web puede no ser válida.
|
||||
|
||||
El mensaje de error ha sido el siguiente: '{{$error}}'.
|
||||
|
||||
Puede intentar volver a aplicar esta actualización visitando
|
||||
|
||||
{{$baseurl}}/admin/dbsync
|
||||
|
||||
mientras estaba conectado a la cuenta de administración.
|
||||
|
||||
{{$source}}
|
||||
|
||||
Disculpe por cualquier inconveniente causado,
|
||||
su servidor web en {{$siteurl}}
|
||||
+41
-2
@@ -231,6 +231,10 @@ function handle_comment_form(e) {
|
||||
$('#' + emptyCommentElm).removeAttr('tabindex');
|
||||
$('#' + emptySubmitElm).removeAttr('tabindex');
|
||||
form.find(':not(.comment-edit-text)').hide();
|
||||
form.find(':input[name=parent]').val(emptyCommentElm.replace(/\D/g,''));
|
||||
var btn = form.find(':button[type=submit]').html();
|
||||
form.find(':button[type=submit]').html(btn.replace(/<[^>]*>/g, '').trim());
|
||||
form.find(':button[type=submit]').prop('title', '');
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1144,8 +1148,44 @@ function doprofilelike(ident, verb) {
|
||||
$.get('like/' + ident + '?verb=' + verb, function() { window.location.href=window.location.href; });
|
||||
}
|
||||
|
||||
function doreply(parent, ident, owner, hint) {
|
||||
var form = $('#comment-edit-form-' + parent.toString());
|
||||
form.find('input[name=parent]').val(ident);
|
||||
var i = form.find('button[type=submit]');
|
||||
var btn = i.html().replace(/<[^>]*>/g, '').trim();
|
||||
i.html('<i class="fa fa-reply" ></i> ' + btn);
|
||||
i.prop('title', hint);
|
||||
form.find('textarea').val("@{" + owner + "} ");
|
||||
$('#comment-edit-text-' + parent.toString()).focus();
|
||||
}
|
||||
|
||||
function dropItem(url, object) {
|
||||
function doscroll(parent, hidden) {
|
||||
var x = '#hide-comments-outer-' + hidden.toString();
|
||||
var back = $('#back-to-reply');
|
||||
if(back.length == 0)
|
||||
var pos = $(window).scrollTop();
|
||||
else
|
||||
var pos = back.attr('href').replace(/[^\d|\.]/g,'');
|
||||
if($(x).length !== 0) {
|
||||
x = $(x).attr("onclick").replace(/\D/g,'');
|
||||
var c = '#collapsed-comments-' + x;
|
||||
if($(c).length !== 0 && (! $(c).is(':visible'))) {
|
||||
showHideComments(x);
|
||||
pos += $(c).height();
|
||||
}
|
||||
}
|
||||
back.remove();
|
||||
var id = $('[data-mid="' + parent + '"]');
|
||||
$('html, body').animate({scrollTop:(id.offset().top) - 50}, 'slow');
|
||||
$('<a href="javascript:doscrollback(' + pos + ');" id="back-to-reply" class="float-right" title="' + aStr['to_reply'] + '"><i class="fa fa-angle-double-down"> </i></a>').insertBefore('#wall-item-info-' + id.attr('id').replace(/\D/g,''));
|
||||
}
|
||||
|
||||
function doscrollback(pos) {
|
||||
$('#back-to-reply').remove();
|
||||
$(window).scrollTop(pos);
|
||||
}
|
||||
|
||||
function dropItem(url, object) {
|
||||
|
||||
var confirm = confirmDelete();
|
||||
if(confirm) {
|
||||
@@ -1157,7 +1197,6 @@ function dropItem(url, object) {
|
||||
});
|
||||
});
|
||||
return true;
|
||||
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
$(document).ready(function() {
|
||||
$('#id_description').editor_autocomplete(baseurl + "/acl");
|
||||
$('textarea').bbco_autocomplete('bbcode');
|
||||
});
|
||||
@@ -21,7 +21,7 @@ head_add_js('autocomplete.js');
|
||||
head_add_js('/library/jquery.timeago.js');
|
||||
head_add_js('/library/readmore.js/readmore.js');
|
||||
head_add_js('/library/sticky-kit/sticky-kit.min.js');
|
||||
head_add_js('/library/jgrowl/jquery.jgrowl_minimized.js');
|
||||
head_add_js('/library/jgrowl/jquery.jgrowl.min.js');
|
||||
head_add_js('/library/cryptojs/components/core-min.js');
|
||||
head_add_js('/library/cryptojs/rollups/aes.js');
|
||||
head_add_js('/library/cryptojs/rollups/rabbit.js');
|
||||
|
||||
+12939
-12699
File diff suppressed because it is too large
Load Diff
+2864
-2841
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,23 @@
|
||||
Приносим извинения, но это может быть срочным.
|
||||
|
||||
Привет,
|
||||
Я веб-сервер {{$sitename}};
|
||||
|
||||
Разработчики Hubzilla только что выпустили обновление {{$update}}
|
||||
но когда я попыталась/ся установить его, что-то пошло не так.
|
||||
Это веб-сервер {{$sitename}}.
|
||||
|
||||
Разработчики проекта только что выпустили обновление {{$update}}
|
||||
но во время попытки его автоматической установки что-то пошло не так.
|
||||
Это должно быть исправлено в ближайшее время и требует вмешательства человека.
|
||||
Пожалуйста, обратитесь к разработчикам Hubzilla, если вы не можете понять, как
|
||||
исправьте это по своему усмотрению. Моя база данных может быть недействительной.
|
||||
Пожалуйста свяжитесь с разработчиками если вы не знаете как исправить это
|
||||
своими силами. Конфигурация базы данных на вашем веб-сервере может
|
||||
неработоспособной.
|
||||
|
||||
Сообщение ошибки является следующим '{{$}}.
|
||||
Было получено следующее сообщение об ошибке: '{{$}}.
|
||||
|
||||
Вы можете попытаться повторно применить это обновление перейдя по ссылке
|
||||
|
||||
{{$baseurl}}/admin/dbsync
|
||||
|
||||
войдя в систему как администратор.
|
||||
|
||||
{{$source}}
|
||||
|
||||
Приносим извинения за неудобства,
|
||||
Ваш веб-сервер {{$siteurl}}
|
||||
|
||||
@@ -942,17 +942,18 @@ a .generic-icons {
|
||||
color: $font_colour;
|
||||
}
|
||||
|
||||
.generic-icons:hover,
|
||||
a .generic-icons:hover {
|
||||
color: $font_colour;
|
||||
}
|
||||
|
||||
.generic-icons-right {
|
||||
font-size: 1rem;
|
||||
margin-left: 0.5rem;
|
||||
color: $font_colour;
|
||||
}
|
||||
|
||||
.generic-icons:hover,
|
||||
a .generic-icons:hover,
|
||||
.generic-icons-right:hover,
|
||||
a .generic-icons-right:hover {
|
||||
color: $font_colour;
|
||||
}
|
||||
|
||||
.generic-icons-nav {
|
||||
font-size: 1rem;
|
||||
|
||||
+306
-70
@@ -4,6 +4,21 @@ var new_event = {};
|
||||
var new_event_id = Math.random().toString(36).substring(7);
|
||||
var views = {'dayGridMonth' : '{{$month}}', 'timeGridWeek' : '{{$week}}', 'timeGridDay' : '{{$day}}', 'listMonth' : '{{$list_month}}', 'listWeek' : '{{$list_week}}', 'listDay' : '{{$list_day}}'};
|
||||
|
||||
var event_id;
|
||||
var event_uri;
|
||||
var event_xchan;
|
||||
|
||||
var contact_allow = [];
|
||||
var group_allow = [];
|
||||
var contact_deny = [];
|
||||
var group_deny = [];
|
||||
|
||||
var resource = {{$resource}};
|
||||
var default_view = resource !== null ? 'timeGridDay' : 'dayGridMonth';
|
||||
var default_date = resource !== null ? new Date(resource.dtstart) : new Date();
|
||||
|
||||
var allday;
|
||||
|
||||
$(document).ready(function() {
|
||||
var calendarEl = document.getElementById('calendar');
|
||||
calendar = new FullCalendar.Calendar(calendarEl, {
|
||||
@@ -21,13 +36,15 @@ $(document).ready(function() {
|
||||
|
||||
firstDay: {{$first_day}},
|
||||
|
||||
defaultView: default_view,
|
||||
defaultDate: default_date,
|
||||
|
||||
monthNames: aStr['monthNames'],
|
||||
monthNamesShort: aStr['monthNamesShort'],
|
||||
dayNames: aStr['dayNames'],
|
||||
dayNamesShort: aStr['dayNamesShort'],
|
||||
allDayText: aStr['allday'],
|
||||
|
||||
defaultTimedEventDuration: '01:00:00',
|
||||
snapDuration: '00:15:00',
|
||||
|
||||
dateClick: function(info) {
|
||||
@@ -37,39 +54,67 @@ $(document).ready(function() {
|
||||
new_event = {};
|
||||
}
|
||||
|
||||
allday = info.allDay;
|
||||
|
||||
var dtend = new Date(info.date.toUTCString());
|
||||
if(info.view.type == 'dayGridMonth') {
|
||||
if(allday) {
|
||||
dtend.setDate(dtend.getDate() + 1);
|
||||
}
|
||||
else{
|
||||
dtend.setHours(dtend.getHours() + 1);
|
||||
}
|
||||
|
||||
$('#event_uri').val('');
|
||||
event_uri = '';
|
||||
$('#id_title').val('New event');
|
||||
$('#id_title').attr('disabled', false);
|
||||
$('#id_dtstart').attr('disabled', false);
|
||||
$('#id_dtend').attr('disabled', false);
|
||||
$('#id_description').attr('disabled', false);
|
||||
$('#id_location').attr('disabled', false);
|
||||
$('#calendar_select').val($("#calendar_select option:first").val()).attr('disabled', false);
|
||||
$('#id_dtstart').val(info.date.toUTCString());
|
||||
$('#id_dtend').val(dtend ? dtend.toUTCString() : '');
|
||||
$('#id_description').val('');
|
||||
$('#id_location').val('');
|
||||
$('#event_submit').val('create_event').html('Create');
|
||||
$('#event_submit').val('create_event').html('{{$create}}');
|
||||
$('#event_delete').hide();
|
||||
|
||||
new_event = { id: new_event_id, title : 'New event', start: $('#id_dtstart').val(), end: $('#id_dtend').val(), editable: true, color: '#bbb' };
|
||||
new_event = { id: new_event_id, title: 'New event', start: $('#id_dtstart').val(), end: $('#id_dtend').val(), allDay: info.allDay, editable: true, color: '#bbb' };
|
||||
calendar.addEvent(new_event);
|
||||
},
|
||||
|
||||
|
||||
eventClick: function(info) {
|
||||
//reset categories
|
||||
$('#id_categories').tagsinput('removeAll');
|
||||
|
||||
var event = info.event._def;
|
||||
var dtstart = new Date(info.event._instance.range.start);
|
||||
var dtend = new Date(info.event._instance.range.end);
|
||||
|
||||
|
||||
if(event.extendedProps.plink) {
|
||||
if(! $('#l2s').length)
|
||||
$('#id_title_wrapper').prepend('<span id="l2s" class="float-right"></span>');
|
||||
|
||||
$('#l2s').html('<a href="' + event.extendedProps.plink[0] + '" target="_blank"><i class="fa fa-external-link"></i> ' + event.extendedProps.plink[1] + '</a>');
|
||||
}
|
||||
else {
|
||||
$('#l2s').remove();
|
||||
}
|
||||
|
||||
if(event.publicId == new_event_id) {
|
||||
$('#calendar_select').trigger('change');
|
||||
$('#event_submit').show();
|
||||
event_id = 0;
|
||||
$(window).scrollTop(0);
|
||||
$('.section-content-tools-wrapper, #event_form_wrapper').show();
|
||||
$('#recurrence_warning').hide();
|
||||
$('#id_title').focus().val('');
|
||||
$('#id_title').attr('disabled', false);
|
||||
$('#id_dtstart').attr('disabled', false);
|
||||
$('#id_dtend').attr('disabled', false);
|
||||
$('#id_description').attr('disabled', false);
|
||||
$('#id_location').attr('disabled', false);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -79,18 +124,32 @@ $(document).ready(function() {
|
||||
new_event = {};
|
||||
}
|
||||
|
||||
var calendar_id = ((event.extendedProps.calendar_id.constructor === Array) ? event.extendedProps.calendar_id[0] + ':' + event.extendedProps.calendar_id[1] : event.extendedProps.calendar_id);
|
||||
|
||||
if(!event.extendedProps.recurrent) {
|
||||
$(window).scrollTop(0);
|
||||
$('.section-content-tools-wrapper, #event_form_wrapper').show();
|
||||
$('#recurrence_warning').hide();
|
||||
$('#event_uri').val(event.extendedProps.uri);
|
||||
event_uri = event.extendedProps.uri;
|
||||
$('#id_title').val(event.title);
|
||||
$('#calendar_select').val(event.extendedProps.calendar_id[0] + ':' + event.extendedProps.calendar_id[1]).attr('disabled', true);
|
||||
$('#calendar_select').val(calendar_id).attr('disabled', true).trigger('change');
|
||||
$('#id_timezone_select').val(event.extendedProps.timezone);
|
||||
$('#id_location').val(event.extendedProps.location);
|
||||
$('#id_categories').tagsinput('add', event.extendedProps.categories);
|
||||
$('#id_dtstart').val(dtstart.toUTCString());
|
||||
$('#id_dtend').val(dtend.toUTCString());
|
||||
$('#id_description').val(event.extendedProps.description);
|
||||
$('#id_location').val(event.extendedProps.location);
|
||||
$('#event_submit').val('update_event').html('Update');
|
||||
$('#event_submit').val('update_event').html('{{$update}}');
|
||||
$('#dbtn-acl').addClass('d-none');
|
||||
event_id = event.extendedProps.item ? event.extendedProps.item.id : 0;
|
||||
event_xchan = event.extendedProps.item ? event.extendedProps.item.event_xchan : '';
|
||||
|
||||
contact_allow = event.extendedProps.contact_allow || [];
|
||||
group_allow = event.extendedProps.group_allow || [];
|
||||
contact_deny = event.extendedProps.contact_deny || [];
|
||||
group_deny = event.extendedProps.group_deny || [];
|
||||
|
||||
if(event.extendedProps.rw) {
|
||||
$('#event_delete').show();
|
||||
$('#event_submit').show();
|
||||
@@ -100,6 +159,10 @@ $(document).ready(function() {
|
||||
$('#id_dtend').attr('disabled', false);
|
||||
$('#id_description').attr('disabled', false);
|
||||
$('#id_location').attr('disabled', false);
|
||||
|
||||
if(calendar_id === 'channel_calendar' && !event.ui.startEditable) {
|
||||
$('#event_submit').hide();
|
||||
}
|
||||
}
|
||||
else {
|
||||
$('#event_submit').hide();
|
||||
@@ -114,31 +177,59 @@ $(document).ready(function() {
|
||||
else if(event.extendedProps.recurrent && event.extendedProps.rw) {
|
||||
$('.section-content-tools-wrapper, #recurrence_warning').show();
|
||||
$('#event_form_wrapper').hide();
|
||||
$('#event_uri').val(event.extendedProps.uri);
|
||||
$('#calendar_select').val(event.extendedProps.calendar_id[0] + ':' + event.extendedProps.calendar_id[1]).attr('disabled', true);
|
||||
event_uri = event.extendedProps.uri;
|
||||
$('#calendar_select').val(calendar_id).attr('disabled', true).trigger('change');
|
||||
}
|
||||
},
|
||||
|
||||
eventResize: function(info) {
|
||||
|
||||
console.log(info);
|
||||
|
||||
var event = info.event._def;
|
||||
var dtstart = new Date(info.event._instance.range.start);
|
||||
var dtend = new Date(info.event._instance.range.end);
|
||||
|
||||
|
||||
$('#id_title').val(event.title);
|
||||
$('#id_dtstart').val(dtstart.toUTCString());
|
||||
$('#id_dtend').val(dtend.toUTCString());
|
||||
|
||||
$.post( 'cdav/calendar', {
|
||||
'update': 'resize',
|
||||
'id[]': event.extendedProps.calendar_id,
|
||||
'uri': event.extendedProps.uri,
|
||||
'dtstart': dtstart ? dtstart.toUTCString() : '',
|
||||
'dtend': dtend ? dtend.toUTCString() : ''
|
||||
})
|
||||
.fail(function() {
|
||||
info.revert();
|
||||
});
|
||||
event_id = event.extendedProps.item ? event.extendedProps.item.id : 0;
|
||||
event_xchan = event.extendedProps.item ? event.extendedProps.item.event_xchan : '';
|
||||
|
||||
if(event.extendedProps.calendar_id === 'channel_calendar') {
|
||||
$.post( 'channel_calendar', {
|
||||
'event_id': event_id,
|
||||
'event_hash': event_uri,
|
||||
'xchan': event_xchan,
|
||||
'type': 'event',
|
||||
'preview': 0,
|
||||
'summary': event.title,
|
||||
'timezone_select': event.extendedProps.timezone,
|
||||
'dtstart': dtstart.toUTCString(),
|
||||
'dtend': dtend.toUTCString(),
|
||||
'adjust': event.allDay ? 0 : 1,
|
||||
'categories': event.extendedProps.categories,
|
||||
'desc': event.extendedProps.description,
|
||||
'location': event.extendedProps.location,
|
||||
})
|
||||
.fail(function() {
|
||||
info.revert();
|
||||
});
|
||||
}
|
||||
else {
|
||||
$.post( 'cdav/calendar', {
|
||||
'update': 'resize',
|
||||
'id[]': event.extendedProps.calendar_id,
|
||||
'uri': event.extendedProps.uri,
|
||||
'timezone_select': event.extendedProps.timezone,
|
||||
'dtstart': dtstart ? dtstart.toUTCString() : '',
|
||||
'dtend': dtend ? dtend.toUTCString() : '',
|
||||
'allday': event.allDay ? 1 : 0
|
||||
})
|
||||
.fail(function() {
|
||||
info.revert();
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
eventDrop: function(info) {
|
||||
@@ -150,19 +241,46 @@ $(document).ready(function() {
|
||||
$('#id_title').val(event.title);
|
||||
$('#id_dtstart').val(dtstart.toUTCString());
|
||||
$('#id_dtend').val(dtend.toUTCString());
|
||||
|
||||
$.post( 'cdav/calendar', {
|
||||
'update': 'drop',
|
||||
'id[]': event.extendedProps.calendar_id,
|
||||
'uri': event.extendedProps.uri,
|
||||
'dtstart': dtstart ? dtstart.toUTCString() : '',
|
||||
'dtend': dtend ? dtend.toUTCString() : ''
|
||||
})
|
||||
.fail(function() {
|
||||
info.revert();
|
||||
});
|
||||
|
||||
event_id = event.extendedProps.item ? event.extendedProps.item.id : 0;
|
||||
event_xchan = event.extendedProps.item ? event.extendedProps.item.event_xchan : '';
|
||||
|
||||
if(event.extendedProps.calendar_id === 'channel_calendar') {
|
||||
$.post( 'channel_calendar', {
|
||||
'event_id': event_id,
|
||||
'event_hash': event_uri,
|
||||
'xchan': event_xchan,
|
||||
'type': 'event',
|
||||
'preview': 0,
|
||||
'summary': event.title,
|
||||
'timezone_select': event.extendedProps.timezone,
|
||||
'dtstart': dtstart.toUTCString(),
|
||||
'dtend': dtend.toUTCString(),
|
||||
'adjust': event.allDay ? 0 : 1,
|
||||
'categories': event.extendedProps.categories,
|
||||
'desc': event.extendedProps.description,
|
||||
'location': event.extendedProps.location,
|
||||
})
|
||||
.fail(function() {
|
||||
info.revert();
|
||||
});
|
||||
}
|
||||
else {
|
||||
$.post( 'cdav/calendar', {
|
||||
'update': 'drop',
|
||||
'id[]': event.extendedProps.calendar_id,
|
||||
'uri': event.extendedProps.uri,
|
||||
'timezone_select': event.extendedProps.timezone,
|
||||
'dtstart': dtstart ? dtstart.toUTCString() : '',
|
||||
'dtend': dtend ? dtend.toUTCString() : '',
|
||||
'allday': event.allDay ? 1 : 0
|
||||
})
|
||||
.fail(function() {
|
||||
info.revert();
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
loading: function(isLoading, view) {
|
||||
$('#events-spinner').show();
|
||||
$('#today-btn > i').hide();
|
||||
@@ -175,7 +293,7 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
calendar.render();
|
||||
|
||||
|
||||
$('#title').text(calendar.view.title);
|
||||
$('#view_selector').html(views[calendar.view.type]);
|
||||
|
||||
@@ -193,6 +311,13 @@ $(document).ready(function() {
|
||||
calendar.next();
|
||||
$('#title').text(calendar.view.title);
|
||||
});
|
||||
|
||||
$('#calendar_select').on('change', function() {
|
||||
if(this.value === 'channel_calendar')
|
||||
$('#dbtn-acl, #id_categories_wrapper').removeClass('d-none');
|
||||
else
|
||||
$('#dbtn-acl, #id_categories_wrapper').addClass('d-none');
|
||||
});
|
||||
|
||||
$('.color-edit').colorpicker({ input: '.color-edit-input' });
|
||||
|
||||
@@ -202,6 +327,31 @@ $(document).ready(function() {
|
||||
$(document).on('click','#event_more', on_more);
|
||||
$(document).on('click','#event_cancel, #event_cancel_recurrent', reset_form);
|
||||
$(document).on('click','#event_delete, #event_delete_recurrent', on_delete);
|
||||
|
||||
if(resource !== null) {
|
||||
$('.section-content-tools-wrapper, #event_form_wrapper').show();
|
||||
|
||||
$('#id_title_wrapper').prepend('<span id="l2s" class="float-right"></span>');
|
||||
$('#l2s').html('<a href="' + resource.plink[0] + '" target="_blank"><i class="fa fa-external-link"></i> ' + resource.plink[1] + '</a>');
|
||||
|
||||
event_id = resource.id;
|
||||
event_uri = resource.event_hash;
|
||||
event_xchan = resource.event_xchan;
|
||||
|
||||
$('#calendar_select').val('channel_calendar').attr('disabled', true);
|
||||
$('#id_title').val(resource.summary);
|
||||
$('#id_dtstart').val(new Date(resource.dtstart).toUTCString());
|
||||
$('#id_dtend').val(new Date(resource.dtend).toUTCString());
|
||||
$('#id_categories').tagsinput('add', '{{$categories}}'),
|
||||
$('#id_description').val(resource.description);
|
||||
$('#id_location').val(resource.location);
|
||||
$('#id_timezone_select').val(resource.timezone);
|
||||
|
||||
if(event_xchan !== '{{$channel_hash}}')
|
||||
$('#event_submit').hide();
|
||||
else
|
||||
$('#event_submit').html('{{$update}}');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -213,9 +363,16 @@ function changeView(action, viewName) {
|
||||
}
|
||||
|
||||
function add_remove_json_source(source, color, editable, status) {
|
||||
var parts = source.split('/');
|
||||
var id = parts[4];
|
||||
|
||||
var id, parts = [];
|
||||
|
||||
if(source == '/channel_calendar/json')
|
||||
id = 'channel_calendar'
|
||||
|
||||
if(! id) {
|
||||
parts = source.split('/');
|
||||
id = parts[4];
|
||||
}
|
||||
|
||||
var eventSource = calendar.getEventSourceById(id);
|
||||
var selector = '#calendar-btn-' + id;
|
||||
|
||||
@@ -247,37 +404,94 @@ function updateSize() {
|
||||
}
|
||||
|
||||
function on_submit() {
|
||||
$.post( 'cdav/calendar', {
|
||||
'submit': $('#event_submit').val(),
|
||||
'target': $('#calendar_select').val(),
|
||||
'uri': $('#event_uri').val(),
|
||||
'title': $('#id_title').val(),
|
||||
'dtstart': $('#id_dtstart').val(),
|
||||
'dtend': $('#id_dtend').val(),
|
||||
'description': $('#id_description').val(),
|
||||
'location': $('#id_location').val()
|
||||
})
|
||||
.done(function() {
|
||||
var parts = $('#calendar_select').val().split(':');
|
||||
var eventSource = calendar.getEventSourceById(parts[0]);
|
||||
eventSource.refetch();
|
||||
reset_form();
|
||||
if($('#calendar_select').val() === 'channel_calendar') {
|
||||
if(new_event_id) {
|
||||
$("input[name='contact_allow[]']").each(function() {
|
||||
contact_allow.push($(this).val());
|
||||
});
|
||||
$("input[name='group_allow[]']").each(function() {
|
||||
group_allow.push($(this).val());
|
||||
});
|
||||
$("input[name='contact_deny[]']").each(function() {
|
||||
contact_deny.push($(this).val());
|
||||
});
|
||||
$("input[name='group_deny[]']").each(function() {
|
||||
group_deny.push($(this).val());
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
$.post( 'channel_calendar', {
|
||||
'event_id': event_id,
|
||||
'event_hash': event_uri,
|
||||
'xchan': event_xchan,
|
||||
'type': 'event',
|
||||
'preview': 0,
|
||||
'timezone_select': $('#id_timezone_select').val(),
|
||||
'summary': $('#id_title').val(),
|
||||
'dtstart': $('#id_dtstart').val(),
|
||||
'dtend': $('#id_dtend').val(),
|
||||
'adjust': allday ? 0 : 1,
|
||||
'categories': $('#id_categories').val(),
|
||||
'desc': $('#id_description').val(),
|
||||
'location': $('#id_location').val(),
|
||||
'contact_allow[]': contact_allow,
|
||||
'group_allow[]': group_allow,
|
||||
'contact_deny[]': contact_deny,
|
||||
'group_deny[]': group_deny
|
||||
|
||||
})
|
||||
.done(function() {
|
||||
var eventSource = calendar.getEventSourceById('channel_calendar');
|
||||
eventSource.refetch();
|
||||
reset_form();
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
else {
|
||||
$.post( 'cdav/calendar', {
|
||||
'submit': $('#event_submit').val(),
|
||||
'target': $('#calendar_select').val(),
|
||||
'timezone_select': $('#id_timezone_select').val(),
|
||||
'uri': event_uri,
|
||||
'title': $('#id_title').val(),
|
||||
'dtstart': $('#id_dtstart').val(),
|
||||
'dtend': $('#id_dtend').val(),
|
||||
'description': $('#id_description').val(),
|
||||
'location': $('#id_location').val(),
|
||||
'allday': allday ? 1 : 0
|
||||
})
|
||||
.done(function() {
|
||||
var parts = $('#calendar_select').val().split(':');
|
||||
var eventSource = calendar.getEventSourceById(parts[0]);
|
||||
eventSource.refetch();
|
||||
reset_form();
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function on_delete() {
|
||||
$.post( 'cdav/calendar', {
|
||||
'delete': 'delete',
|
||||
'target': $('#calendar_select').val(),
|
||||
'uri': $('#event_uri').val(),
|
||||
})
|
||||
.done(function() {
|
||||
var parts = $('#calendar_select').val().split(':');
|
||||
var eventSource = calendar.getEventSourceById(parts[0]);
|
||||
eventSource.refetch();
|
||||
reset_form();
|
||||
});
|
||||
if($('#calendar_select').val() === 'channel_calendar') {
|
||||
$.get('channel_calendar/drop/' + event_uri, function() {
|
||||
var eventSource = calendar.getEventSourceById('channel_calendar');
|
||||
eventSource.refetch();
|
||||
reset_form();
|
||||
});
|
||||
}
|
||||
else {
|
||||
$.post( 'cdav/calendar', {
|
||||
'delete': 'delete',
|
||||
'target': $('#calendar_select').val(),
|
||||
'uri': event_uri
|
||||
})
|
||||
.done(function() {
|
||||
var parts = $('#calendar_select').val().split(':');
|
||||
var eventSource = calendar.getEventSourceById(parts[0]);
|
||||
eventSource.refetch();
|
||||
reset_form();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function reset_form() {
|
||||
@@ -285,8 +499,9 @@ function reset_form() {
|
||||
|
||||
$('#event_submit').val('');
|
||||
$('#calendar_select').val('');
|
||||
$('#event_uri').val('');
|
||||
event_uri = '';
|
||||
$('#id_title').val('');
|
||||
$('#id_categories').tagsinput('removeAll');
|
||||
$('#id_dtstart').val('');
|
||||
$('#id_dtend').val('');
|
||||
|
||||
@@ -311,6 +526,10 @@ function on_more() {
|
||||
}
|
||||
}
|
||||
|
||||
function exportDate() {
|
||||
window.location.href= 'channel_calendar/export';
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<div class="generic-content-wrapper">
|
||||
@@ -350,16 +569,31 @@ function on_more() {
|
||||
</div>
|
||||
</div>
|
||||
<div id="event_form_wrapper" style="display: none">
|
||||
<form id="event_form" method="post" action="">
|
||||
<input id="event_uri" type="hidden" name="uri" value="">
|
||||
<form id="event_form" method="post" action="" class="acl-form" data-form_id="event_form" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'>
|
||||
{{include file="field_input.tpl" field=$title}}
|
||||
<label for="calendar_select">{{$calendar_select_label}}</label>
|
||||
<select id="calendar_select" name="target" class="form-control form-group">
|
||||
<optgroup label="{{$calendar_optiopns_label.0}}">
|
||||
{{foreach $channel_calendars as $channel_calendar}}
|
||||
<option value="channel_calendar">{{$channel_calendar.displayname}}</option>
|
||||
{{/foreach}}
|
||||
</optgroup>
|
||||
<optgroup label="{{$calendar_optiopns_label.1}}">
|
||||
{{foreach $writable_calendars as $writable_calendar}}
|
||||
<option value="{{$writable_calendar.id.0}}:{{$writable_calendar.id.1}}">{{$writable_calendar.displayname}}{{if $writable_calendar.sharer}} ({{$writable_calendar.sharer}}){{/if}}</option>
|
||||
{{/foreach}}
|
||||
</optgroup>
|
||||
</select>
|
||||
{{if $timezone_select}}
|
||||
{{include file="field_select_grouped.tpl" field=$timezone_select}}
|
||||
{{/if}}
|
||||
<div id="more_block" style="display: none;">
|
||||
{{if $catsenabled}}
|
||||
<div id="id_categories_wrapper" class="form-group">
|
||||
<label id="label_categories" for="id_categories">{{$categories_label}}</label>
|
||||
<input name="categories" id="id_categories" class="form-control" type="text" value="{{$categories}}" data-role="cat-tagsinput" />
|
||||
</div>
|
||||
{{/if}}
|
||||
{{include file="field_input.tpl" field=$dtstart}}
|
||||
{{include file="field_input.tpl" field=$dtend}}
|
||||
{{include file="field_textarea.tpl" field=$description}}
|
||||
@@ -368,6 +602,7 @@ function on_more() {
|
||||
<div class="form-group">
|
||||
<div class="pull-right">
|
||||
<button id="event_more" type="button" class="btn btn-outline-secondary btn-sm"><i class="fa fa-caret-down"></i> {{$more}}</button>
|
||||
<button id="dbtn-acl" class="btn btn-outline-secondary btn-sm d-none" type="button" data-toggle="modal" data-target="#aclModal"><i id="jot-perms-icon" class="fa fa-{{$lockstate}}"></i></button>
|
||||
<button id="event_submit" type="button" value="" class="btn btn-primary btn-sm"></button>
|
||||
|
||||
</div>
|
||||
@@ -378,6 +613,7 @@ function on_more() {
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</form>
|
||||
{{$acl}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="section-content-wrapper-np">
|
||||
|
||||
@@ -1,3 +1,17 @@
|
||||
<div class="widget">
|
||||
<h3>{{$channel_calendars_label}}</h3>
|
||||
{{foreach $channel_calendars as $channel_calendar}}
|
||||
<div id="calendar-{{$channel_calendar.calendarid}}">
|
||||
<div class="ml-3{{if !$channel_calendar@last}} form-group{{/if}}">
|
||||
<i id="calendar-btn-{{$channel_calendar.calendarid}}" class="fa {{if $channel_calendar.switch}}fa-calendar-check-o{{else}}fa-calendar-o{{/if}} generic-icons fakelink" onclick="add_remove_json_source('{{$channel_calendar.json_source}}', '{{$channel_calendar.color}}', {{$channel_calendar.editable}})" style="color: {{$channel_calendar.color}};"></i>{{$channel_calendar.displayname}}
|
||||
<div class="float-right">
|
||||
<a href="#" onclick="exportDate(); return false;"><i id="download-icon" class="fa fa-cloud-download fakelink generic-icons-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
||||
{{if $my_calendars}}
|
||||
<div class="widget">
|
||||
<h3>{{$my_calendars_label}}</h3>
|
||||
@@ -48,7 +62,9 @@
|
||||
<label for="edit-form-{{$calendar.calendarid}}">{{$edit_label}}</label>
|
||||
<div id="edit-form-{{$calendar.calendarid}}" class="input-group form-group">
|
||||
<input id="create-{{$calendar.calendarid}}" name="{DAV:}displayname" type="text" value="{{$calendar.displayname}}" class="form-control">
|
||||
<span class="input-group-addon"><i></i></span>
|
||||
<div class="input-group-append">
|
||||
<div class="input-group-addon p-3"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button type="submit" name="edit" value="edit" class="btn btn-primary btn-sm">{{$edit}}</button>
|
||||
@@ -85,10 +101,12 @@
|
||||
<div id="create-calendar" class="sub-menu-wrapper">
|
||||
<div class="sub-menu">
|
||||
<form method="post" action="" class="colorpicker-component color-edit">
|
||||
<input id="color" name="color" type="hidden" value="#3a87ad" class="color-edit-input">
|
||||
<input id="color" name="color" type="hidden" value="#ff8f00" class="color-edit-input">
|
||||
<div id="create-form" class="input-group form-group">
|
||||
<input id="create" name="{DAV:}displayname" type="text" placeholder="{{$create_placeholder}}" class="form-control">
|
||||
<span class="input-group-addon"><i></i></span>
|
||||
<div class="input-group-append">
|
||||
<div class="input-group-addon p-3"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<button type="submit" name="create" value="create" class="btn btn-primary btn-sm">{{$create}}</button>
|
||||
@@ -105,6 +123,9 @@
|
||||
<div class="form-group">
|
||||
<select id="import" name="target" class="form-control">
|
||||
<option value="">{{$import_placeholder}}</option>
|
||||
<optgroup label="{{$tools_options_label.0}}">
|
||||
<option value="{{$channel_calendar.calendarid}}">{{$channel_calendar.displayname}}</option>
|
||||
<optgroup label="{{$tools_options_label.1}}">
|
||||
{{foreach $writable_calendars as $writable_calendar}}
|
||||
<option value="{{$writable_calendar.id.0}}:{{$writable_calendar.id.1}}">{{$writable_calendar.displayname}}</option>
|
||||
{{/foreach}}
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
{{/if}}
|
||||
{{if $contact.network}}
|
||||
<div class="contact-info-element">
|
||||
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}">{{$contact.recent_label}}</a>
|
||||
<span class="contact-info-label">{{$contact.network_label}}:</span> {{$contact.network}} - <a href="{{$contact.recentlink}}" rel="nofollow noopener">{{$contact.recent_label}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
+12
-5
@@ -1,12 +1,12 @@
|
||||
{{if $item.comment_firstcollapsed}}
|
||||
<div class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});">
|
||||
<div id="hide-comments-outer-{{$item.parent}}" class="hide-comments-outer fakelink" onclick="showHideComments({{$item.id}});">
|
||||
<span id="hide-comments-{{$item.id}}" class="hide-comments">{{$item.hide_text}}</span> <span id="hide-comments-total-{{$item.id}}" class="hide-comments-total">{{$item.num_comments}}</span>
|
||||
</div>
|
||||
<div id="collapsed-comments-{{$item.id}}" class="collapsed-comments" style="display: none;">
|
||||
{{/if}}
|
||||
<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper{{if $item.toplevel}} {{$item.toplevel}} generic-content-wrapper h-entry {{else}} u-comment h-cite {{/if}} item_{{$item.submid}}">
|
||||
<a name="item_{{$item.id}}" ></a>
|
||||
<div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" id="wall-item-outside-wrapper-{{$item.id}}" >
|
||||
<div class="wall-item-outside-wrapper{{if $item.is_comment}} comment{{/if}}{{if $item.previewing}} preview{{/if}}" data-mid="{{$item.mid}}" id="wall-item-outside-wrapper-{{$item.id}}" >
|
||||
<div class="clearfix wall-item-content-wrapper{{if $item.is_comment}} comment{{/if}}" id="wall-item-content-wrapper-{{$item.id}}">
|
||||
{{if $item.photo}}
|
||||
<div class="wall-photo-item{{if $item.is_new && !$item.title}} wall-item-head-new rounded-top{{/if}}" id="wall-photo-item-{{$item.id}}">
|
||||
@@ -26,8 +26,11 @@
|
||||
<hr class="m-0">
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment && !$item.photo}} wall-item-head-new rounded-top{{/if}}">
|
||||
<div class="wall-item-info " id="wall-item-info-{{$item.id}}" >
|
||||
<div class="p-2 clearfix wall-item-head{{if $item.is_new && !$item.title && !$item.event && !$item.is_comment && !$item.photo}} wall-item-head-new rounded-top{{/if}}" >
|
||||
{{if $item.thr_parent}}
|
||||
<a href="javascript:doscroll('{{$item.thr_parent}}',{{$item.parent}});" title="{{$item.top_hint}}" class="float-right"><i class="fa fa-angle-double-up"> </i></a>
|
||||
{{/if}}
|
||||
<div class="wall-item-info" id="wall-item-info-{{$item.id}}" >
|
||||
<div class="wall-item-photo-wrapper{{if $item.owner_url}} wwfrom{{/if}} h-card p-author" id="wall-item-photo-wrapper-{{$item.id}}">
|
||||
<img src="{{$item.thumb}}" class="fakelink wall-item-photo{{$item.sparkle}} u-photo p-name" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" data-toggle="dropdown" />
|
||||
{{if $item.thread_author_menu}}
|
||||
@@ -36,7 +39,6 @@
|
||||
{{foreach $item.thread_author_menu as $mitem}}
|
||||
<a class="dropdown-item" {{if $mitem.href}}href="{{$mitem.href}}"{{/if}} {{if $mitem.action}}onclick="{{$mitem.action}}"{{/if}} {{if $mitem.title}}title="{{$mitem.title}}"{{/if}} >{{$mitem.title}}</a>
|
||||
{{/foreach}}
|
||||
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
@@ -102,6 +104,11 @@
|
||||
<i class="fa fa-thumbs-o-down{{if $item.my_responses.dislike}} ivoted{{/if}}" ></i>
|
||||
</button>
|
||||
{{/if}}
|
||||
{{if $item.reply_to}}
|
||||
<button type="button" title="{{$item.reply_to.0}}" class="btn btn-outline-secondary btn-sm" onclick="doreply({{$item.parent}}, {{$item.id}}, '{{$item.author_id}}', '{{$item.reply_to.2}} {{$item.name}}'); return false;">
|
||||
<i class="fa fa-reply" ></i>
|
||||
</button>
|
||||
{{/if}}
|
||||
{{if $item.isevent}}
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-attend-menu-{{$item.id}}" title="{{$item.attend_title}}">
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
header: false,
|
||||
eventTextColor: 'white',
|
||||
lang: '{{$lang}}',
|
||||
timeZone: '{{$timezone}}',
|
||||
firstDay: {{$first_day}},
|
||||
|
||||
eventLimit: 3,
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<div class="event-item-title">
|
||||
<h3><i class="fa fa-calendar"></i> {{$title}}</h3>
|
||||
</div>
|
||||
{{if $oneday && $allday}}
|
||||
<span class="dtstart">{{$dtstart_dt}}</span>
|
||||
{{else if $allday}}
|
||||
<span class="dtstart">{{$dtstart_dt}}</span> — <span class="dtend">{{$dtend_dt}}</span>
|
||||
{{else}}
|
||||
<div class="event-item-start">
|
||||
<span class="event-item-label">{{$dtstart_label}}</span> <span class="dtstart" title="{{$dtstart_title}}">{{$dtstart_dt}}</span>
|
||||
</div>
|
||||
@@ -9,3 +14,4 @@
|
||||
<span class="event-item-label">{{$dtend_label}}</span> <span class="dtend" title="{{$dtend_title}}">{{$dtend_dt}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<h4>{{$f}}</h4>
|
||||
<ul>
|
||||
<li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
|
||||
<li><a href="{{$base}}/admin/dbsync/verify/{{$f}}">{{$verify}}</a></li>
|
||||
<li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
<div class="input-group">
|
||||
<input class="form-control" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" />
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
|
||||
<button class="btn btn-sm btn-success" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -354,7 +354,7 @@ var activeCommentText = '';
|
||||
}
|
||||
|
||||
function itemAddToCal(id) {
|
||||
$.get('{{$baseurl}}/events/add/' + id);
|
||||
$.get('{{$baseurl}}/channel_calendar/add/' + id);
|
||||
if(timer) clearTimeout(timer);
|
||||
timer = setTimeout(updateInit,1000);
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
'name_empty' : "{{$name_empty}}",
|
||||
'name_ok1' : "{{$name_ok1}}",
|
||||
'name_ok2' : "{{$name_ok2}}",
|
||||
'to_reply' : "{{$to_reply}}",
|
||||
|
||||
'plural_func' : "{{$plural_func}}",
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="input-group form-group">
|
||||
<input class="form-control" type="text" name="search" title="{{$hint}}{{if $advanced_search}}{{$advanced_hint}}{{/if}}" placeholder="{{$desc}}" />
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button>
|
||||
<button class="btn btn-sm btn-outline-secondary" type="submit" name="submit"><i class="fa fa-fw fa-search"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
@@ -125,14 +125,15 @@
|
||||
|
||||
<div id="profile-photo-submit-wrapper">
|
||||
<button type="submit" class="btn btn-outline-primary" name="submit" id="profile-photo-submit">{{$submit}}</button>
|
||||
<button type="submit" class="btn btn-outline-danger" name="remove" id="profile-photo-remove">{{$remove}}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<br />
|
||||
<div id="profile-photo-link-select-wrapper">
|
||||
<button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
||||
<i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
|
||||
<button id="embed-photo-wrapper" class="btn btn-default btn-primary" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;">
|
||||
<i id="embed-photo" class="fa fa-file-image-o"></i> {{$select}}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
</div>
|
||||
<div class="section-content-wrapper">
|
||||
<form action="register" method="post" id="register-form">
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
{{if $reg_is}}
|
||||
<div class="section-content-warning-wrapper">
|
||||
<div id="register-desc" class="descriptive-paragraph">{{$reg_is}}</div>
|
||||
|
||||
@@ -3,9 +3,9 @@
|
||||
<div id="{{$id}}" class="input-group">
|
||||
<input class="form-control" type="text" name="search" id="search-text" value="{{$s}}" onclick="this.submit();" />
|
||||
<div class="input-group-append">
|
||||
<button type="submit" name="submit" class="btn btn-outline-secondary" id="search-submit" value="{{$search_label}}"><i class="fa fa-search"></i></button>
|
||||
<button type="submit" name="submit" class="btn btn-sm btn-outline-secondary" id="search-submit" value="{{$search_label}}"><i class="fa fa-search"></i></button>
|
||||
{{if $savedsearch}}
|
||||
<button type="submit" name="searchsave" class="btn btn-outline-secondary" id="search-save" value="{{$save_label}}"><i class="fa fa-floppy-o"></i></button>
|
||||
<button type="submit" name="searchsave" class="btn btn-sm btn-outline-secondary" id="search-save" value="{{$save_label}}"><i class="fa fa-floppy-o"></i></button>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@
|
||||
<div class="input-group">
|
||||
<input class="form-control" name="{{$commitMsg.0}}" id="id_{{$commitMsg.0}}" type="text" value="{{$commitMsg.2}}"{{if $commitMsg.5}} {{$commitMsg.5}}{{/if}}>
|
||||
<div class="input-group-append">
|
||||
<button id="save-page" type="button" class="btn btn-primary disabled">Save</button>
|
||||
<button id="save-page" type="button" class="btn btn-sm btn-primary disabled">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user