You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COM_ACTIONLOGS_EMAIL_BODY="Letzte Benutzeraktivitäten\n------\nDies ist die letzte Aktivität eines Benutzers auf der Website.\n\nAktivität | Datum | Erweiterung | Name\n{MESSAGES} {MESSAGE} | {DATE} | {EXTENSION} | {USERNAME} \n{/MESSAGES}"
21
21
COM_ACTIONLOGS_EMAIL_DESC="Dies ist die letzte Aktivität eines Benutzers auf Ihrer Website."
22
-
COM_ACTIONLOGS_EMAIL_HTMLBODY="<h1>Letzte Benutzeraktivitäten</h1>\n<h2>Dies ist die letzte Aktivität eines Benutzers auf der Website.</h2>\n<table>\n<thead>\n<th>Aktivität</th>\n<th>Datum</th>\n<th>Erweiterung</th>\n<th>Name</th>\n</thead>\n<tbody>\n{MESSAGES}<tr>\n<td>{MESSAGE}</td>\n<td>{DATE}</td>\n<td>{EXTENSION}</td>\n<td>{USERNAME}</td>\n</tr>{/MESSAGES}\n</tbody>\n</table>"
22
+
COM_ACTIONLOGS_EMAIL_HTMLBODY="<h1>Letzte Benutzeraktivitäten</h1>\n<h2>Dies ist die letzte Aktivität eines Benutzers auf der Website.</h2>\n{MESSAGES}<table>\n<thead>\n<th>Aktivität</th>\n<th>Datum</th>\n<th>Erweiterung</th>\n<th>Name</th>\n</thead>\n<tbody>\n<tr>\n<td>{MESSAGE}</td>\n<td>{DATE}</td>\n<td>{EXTENSION}</td>\n<td>{USERNAME}</td>\n</tr>\n</tbody>\n</table>{/MESSAGES}"
0 commit comments