mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Fixed title attributes for img tags in all admin pages
This commit is contained in:
parent
0b3da318c2
commit
53a1bce128
@ -62,6 +62,7 @@ $content['LN_UPDATE_AVAILABLEVER'] = "Available version: ";
|
||||
$content['LN_UPDATE_LINK'] = "Klicken Sie hier um das Update zu bekommen";
|
||||
$content['LN_ADMIN_RESULTREDIRECT'] = "Sie werden in %2 Sekunden auf diese <A HREF='%1'>Seite</A> weitergeleitet.";
|
||||
$content['LN_ADMIN_RESULTCLICK'] = "Klicken Sie <A HREF='%1'>hier</A> um fortzufahren.";
|
||||
$content['LN_ADMIN_GOBACK'] = "Zurückgehen";
|
||||
|
||||
// General Options
|
||||
$content['LN_ADMIN_GLOBFRONTEND'] = "Globale Anzeige Optionen";
|
||||
@ -138,7 +139,8 @@ $content['LN_USER_ADDEDIT'] = "Hinzufügen/Bearbeiten von Benutzern";
|
||||
$content['LN_USER_WARNREMOVEADMIN'] = "Sie sind im Begriff sich Ihre Administorenrechte zu nehmen. Sind Sie sicher?";
|
||||
$content['LN_USER_WARNDELETEUSER'] = "Sind Sie sicher das Sie den Benutzer '%1' löschen wollen? Alle pers. Einstellungen werden ebenfalls gelöscht.";
|
||||
$content['LN_USER_ERROR_INVALIDSESSIONS'] = "Ungültige Benutzer Sitzung.";
|
||||
$content['LN_USER_'] = "";
|
||||
$content['LN_USER_SETISADMIN'] = "Ändern des IsAdmin Status";
|
||||
$content['LN_USER_SETISREADONLY'] = "Ändern des IsReadOnly Status";
|
||||
|
||||
// Group center
|
||||
$content['LN_GROUP_CENTER'] = "Gruppen Administration";
|
||||
@ -321,6 +323,7 @@ $content['LN_CHARTS_FILTERSTRING'] = "Custom Filter";
|
||||
$content['LN_CHARTS_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to generate a chart for 'server1', use this filter: source:=server1";
|
||||
$content['LN_CHARTS_ERROR_CHARTIDNOTFOUND'] = "Error, ChartID with ID '%1' , was not found";
|
||||
$content['LN_CHARTS_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ChartID or operation.";
|
||||
$content['LN_CHARTS_SETENABLEDSTATE'] = "Toggle Enabled State";
|
||||
|
||||
// Fields Options
|
||||
$content['LN_FIELDS_CENTER'] = "Feld Options";
|
||||
|
@ -62,6 +62,7 @@ $content['LN_UPDATE_AVAILABLEVER'] = "Available version: ";
|
||||
$content['LN_UPDATE_LINK'] = "Click here to get the update";
|
||||
$content['LN_ADMIN_RESULTREDIRECT'] = "You will be redirected to the <A HREF='%1'>this page</A> on %2 seconds.";
|
||||
$content['LN_ADMIN_RESULTCLICK'] = "Click <A HREF='%1'>here</A> to continue.";
|
||||
$content['LN_ADMIN_GOBACK'] = "Go Back";
|
||||
|
||||
// General Options
|
||||
$content['LN_ADMIN_GLOBFRONTEND'] = "Global frontend options";
|
||||
@ -141,7 +142,8 @@ $content['LN_USER_ERROR_INVALIDSESSIONS'] = "Invalid User Session.";
|
||||
$content['LN_USER_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ID or User not found";
|
||||
$content['LN_USER_WARNRADYONLYADMIN'] = "You are about to set your account to readonly! This will prevent you from changing any settings! Are you sure that you want to proceed?";
|
||||
$content['LN_USER_ISREADONLY'] = "Readonly User?";
|
||||
$content['LN_USER_'] = "";
|
||||
$content['LN_USER_SETISADMIN'] = "Toggle IsAdmin State";
|
||||
$content['LN_USER_SETISREADONLY'] = "Toggle IsReadOnly State";
|
||||
|
||||
// Group center
|
||||
$content['LN_GROUP_CENTER'] = "Group Center";
|
||||
@ -334,6 +336,7 @@ $content['LN_CHARTS_FILTERSTRING'] = "Custom Filter";
|
||||
$content['LN_CHARTS_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to generate a chart for 'server1', use this filter: source:=server1";
|
||||
$content['LN_CHARTS_ERROR_CHARTIDNOTFOUND'] = "Error, ChartID with ID '%1' , was not found";
|
||||
$content['LN_CHARTS_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ChartID or operation.";
|
||||
$content['LN_CHARTS_SETENABLEDSTATE'] = "Toggle Enabled State";
|
||||
|
||||
// Fields Options
|
||||
$content['LN_FIELDS_CENTER'] = "Fields Options";
|
||||
|
@ -42,7 +42,7 @@
|
||||
<b>{DisplayName}</b>
|
||||
<!-- ENDIF ActionsAllowed!="true" -->
|
||||
</td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/charts.php?miniop=setenabled&id={ID}&newval={set_enabled}"><img src="{ChartEnabledImage}" width="16" align="center"></a></td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/charts.php?miniop=setenabled&id={ID}&newval={set_enabled}"><img src="{ChartEnabledImage}" width="16" align="center" title="{LN_CHARTS_SETENABLEDSTATE}"></a></td>
|
||||
<td align="left" class="{cssclass}"><img src="{ChartTypeImage}" width="16" align="left"> <b>{ChartTypeText}</b></td>
|
||||
<td align="left" class="{cssclass}"><img src="{ChartAssignedToImage}" width="16" align="left"> <b>{ChartAssignedToText}</b></td>
|
||||
<td align="center" class="{cssclass}">
|
||||
|
@ -1,13 +1,13 @@
|
||||
<br/>
|
||||
<button id="button_menu_adminbegin"><img align="left" src="{MENU_BULLET_BLUE}" width="16" height="16"></button>
|
||||
<button id="button_menu_pref"><img align="left" src="{MENU_PREFERENCES}" width="16" height="16" vspace="0"> {LN_ADMINMENU_GENOPT}</button>
|
||||
<button id="button_menu_data"><img align="left" src="{MENU_DATAEDIT}" width="16" height="16" vspace="0"> {LN_ADMINMENU_SOURCEOPT}</button>
|
||||
<button id="button_menu_fields"><img align="left" src="{MENU_FIELDS}" width="16" height="16" vspace="0"> {LN_ADMINMENU_FIELDOPT}</button>
|
||||
<button id="button_menu_view"><img align="left" src="{MENU_DOCUMENTVIEW}" width="16" height="16" vspace="0"> {LN_ADMINMENU_VIEWSOPT}</button>
|
||||
<button id="button_menu_find"><img align="left" src="{MENU_TEXT_FIND}" width="16" height="16" vspace="0"> {LN_ADMINMENU_SEARCHOPT}</button>
|
||||
<button id="button_menu_charts"><img align="left" src="{MENU_CHARTS}" width="16" height="16" vspace="0"> {LN_ADMINMENU_CHARTOPT}</button>
|
||||
<button id="button_menu_int"><img align="left" src="{MENU_INTERNAL}" width="16" height="16" vspace="0"> {LN_ADMINMENU_MSGPARSERSOPT}</button>
|
||||
<button id="button_menu_report"><img align="left" src="{MENU_CHARTPRESENTATION}" width="16" height="16" vspace="0"> {LN_ADMINMENU_REEPORTSOPT}</button>
|
||||
<button id="button_menu_pref"><img align="left" src="{MENU_PREFERENCES}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_GENOPT}"> {LN_ADMINMENU_GENOPT}</button>
|
||||
<button id="button_menu_data"><img align="left" src="{MENU_DATAEDIT}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_SOURCEOPT}"> {LN_ADMINMENU_SOURCEOPT}</button>
|
||||
<button id="button_menu_fields"><img align="left" src="{MENU_FIELDS}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_FIELDOPT}"> {LN_ADMINMENU_FIELDOPT}</button>
|
||||
<button id="button_menu_view"><img align="left" src="{MENU_DOCUMENTVIEW}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_VIEWSOPT}"> {LN_ADMINMENU_VIEWSOPT}</button>
|
||||
<button id="button_menu_find"><img align="left" src="{MENU_TEXT_FIND}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_SEARCHOPT}"> {LN_ADMINMENU_SEARCHOPT}</button>
|
||||
<button id="button_menu_charts"><img align="left" src="{MENU_CHARTS}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_CHARTOPT}"> {LN_ADMINMENU_CHARTOPT}</button>
|
||||
<button id="button_menu_int"><img align="left" src="{MENU_INTERNAL}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_MSGPARSERSOPT}"> {LN_ADMINMENU_MSGPARSERSOPT}</button>
|
||||
<button id="button_menu_report"><img align="left" src="{MENU_CHARTPRESENTATION}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_REEPORTSOPT}"> {LN_ADMINMENU_REEPORTSOPT}</button>
|
||||
<script>
|
||||
CreateLinkFunction( "#button_menu_adminbegin", "");
|
||||
CreateLinkFunction( "#button_menu_pref", "{BASEPATH}admin/index.php");
|
||||
@ -20,9 +20,9 @@
|
||||
CreateLinkFunction( "#button_menu_report", "{BASEPATH}admin/reports.php");
|
||||
</script>
|
||||
<!-- IF SESSION_ISADMIN="1" -->
|
||||
<button id="button_menu_dbmap"><img align="left" src="{MENU_INTERNAL}" width="16" height="16" vspace="0"> {LN_ADMINMENU_DBMAPPINGOPT}</button>
|
||||
<button id="button_menu_user"><img align="left" src="{MENU_ADMINUSERS}" width="16" height="16" vspace="0"> {LN_ADMINMENU_USEROPT}</button>
|
||||
<button id="button_menu_group"><img align="left" src="{MENU_ADMINGROUPS}" width="16" height="16" vspace="0"> {LN_ADMINMENU_GROUPOPT}</button>
|
||||
<button id="button_menu_dbmap"><img align="left" src="{MENU_INTERNAL}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_DBMAPPINGOPT}"> {LN_ADMINMENU_DBMAPPINGOPT}</button>
|
||||
<button id="button_menu_user"><img align="left" src="{MENU_ADMINUSERS}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_USEROPT}"> {LN_ADMINMENU_USEROPT}</button>
|
||||
<button id="button_menu_group"><img align="left" src="{MENU_ADMINGROUPS}" width="16" height="16" vspace="0" title="{LN_ADMINMENU_GROUPOPT}"> {LN_ADMINMENU_GROUPOPT}</button>
|
||||
<script>
|
||||
CreateLinkFunction( "#button_menu_dbmap", "{BASEPATH}admin/dbmappings.php");
|
||||
CreateLinkFunction( "#button_menu_user", "{BASEPATH}admin/users.php");
|
||||
|
@ -24,8 +24,8 @@
|
||||
<table border="0" cellpadding="2" cellspacing="0" bgcolor="#DDDDDD" width="775" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="topmenu2begin" nowrap align="center" width="16"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="200"><a class="topmenu1_link" href="{BASEPATH}admin/parsers.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0">{LN_PARSERSMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/message-parsers" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0">{LN_PARSERS_ONLINELIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="200"><a class="topmenu1_link" href="{BASEPATH}admin/parsers.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0" title="{LN_PARSERSMENU_LIST}">{LN_PARSERSMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/message-parsers" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0" title="{LN_PARSERS_ONLINELIST}">{LN_PARSERS_ONLINELIST}</a></td>
|
||||
<td class="topmenu2end" nowrap align="center" width="max"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -24,10 +24,10 @@
|
||||
<table border="0" cellpadding="2" cellspacing="0" bgcolor="#DDDDDD" width="775" class="with_border_alternate">
|
||||
<tr>
|
||||
<td class="topmenu2begin" nowrap align="center" width="16"><img align="left" src="{MENU_BULLET_YELLOW}" width="16" height="16" vspace="0"></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0">{LN_REPORTMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/reports" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0">{LN_REPORTMENU_ONLINELIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php" target="_top"><img align="left" src="{MENU_DOCUMENTLIST}" width="16" height="16" vspace="0" title="{LN_REPORTMENU_LIST}">{LN_REPORTMENU_LIST}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="150"><a class="topmenu1_link" href="http://loganalyzer.adiscon.com/plugins/reports" target="_blank"><img align="left" src="{MENU_NETDOWNLOAD}" width="16" height="16" vspace="0" title="{LN_REPORTMENU_ONLINELIST}">{LN_REPORTMENU_ONLINELIST}</a></td>
|
||||
<!-- IF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2" nowrap align="center" width="250"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" width="16" height="16" vspace="0">{REPORTS_DETAILSFOR}</a></td>
|
||||
<td class="topmenu2" nowrap align="center" width="250"><a class="topmenu1_link" href="{BASEPATH}admin/reports.php?op=details&id={ReportID}" target="_top"><img align="left" src="{MENU_VIEW}" width="16" height="16" vspace="0" title="{REPORTS_DETAILSFOR}">{REPORTS_DETAILSFOR}</a></td>
|
||||
<!-- ENDIF ISADDSAVEDREPORT="true" -->
|
||||
<td class="topmenu2end" nowrap align="center" width="max"> </td>
|
||||
</tr>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<td align="center" class="line2" width="50%">
|
||||
<br>
|
||||
<a HREF="javascript:history.back();">
|
||||
<img src="{BASEPATH}images/icons/redo.png" class="borderless" width="16">
|
||||
<img src="{BASEPATH}images/icons/redo.png" class="borderless" width="16" title="{LN_ADMIN_GOBACK}">
|
||||
<br>{nomsg}
|
||||
</a>
|
||||
</td>
|
||||
|
@ -47,7 +47,7 @@
|
||||
<p>{ERROR_MSG}</p>
|
||||
</div>
|
||||
<br><br>
|
||||
<a href="javascript:history.back();" target="_top">{LN_GEN_ERRORRETURNPREV}</a>
|
||||
<a href="javascript:history.back();" target="_top" title="{LN_GEN_ERRORRETURNPREV}">{LN_GEN_ERRORRETURNPREV}</a>
|
||||
</center>
|
||||
<br><br>
|
||||
<!-- ENDIF ISERROR="true" -->
|
||||
@ -81,12 +81,12 @@
|
||||
<!-- ENDIF ActionsAllowed!="true" -->
|
||||
|
||||
</td>
|
||||
<td align="left" class="{cssclass}"><img src="{SourcesTypeImage}" width="16" align="left"> <b>{SourcesTypeText}</b></td>
|
||||
<td align="left" class="{cssclass}"><img src="{SourcesAssignedToImage}" width="16" align="left"> <b>{SourcesAssignedToText}</b></td>
|
||||
<td align="left" class="{cssclass}"><img src="{SourcesTypeImage}" width="16" align="left" title="{SourcesTypeText}"> <b>{SourcesTypeText}</b></td>
|
||||
<td align="left" class="{cssclass}"><img src="{SourcesAssignedToImage}" width="16" align="left" title="{SourcesAssignedToText}"> <b>{SourcesAssignedToText}</b></td>
|
||||
<td align="center" class="{cssclass}">
|
||||
<!-- IF ActionsAllowed="true" -->
|
||||
<a href="{BASEPATH}admin/sources.php?op=edit&id={ID}"><img src="{MENU_EDIT}" width="16" title="{LN_SOURCES_EDIT}"></a>
|
||||
<a href="{BASEPATH}admin/sources.php?op=delete&id={ID}"><img src="{MENU_DELETE}" width="16" title="{LN_SOURCES_DELETE}"></a>
|
||||
<a href="{BASEPATH}admin/sources.php?op=edit&id={ID}"><img src="{MENU_EDIT}" width="16" title="{LN_GEN_ERRORRETURNPREV}"></a>
|
||||
<a href="{BASEPATH}admin/sources.php?op=delete&id={ID}"><img src="{MENU_DELETE}" width="16" title="{LN_GEN_ERRORRETURNPREV}"></a>
|
||||
<!-- ENDIF ActionsAllowed="true" -->
|
||||
<!-- IF ActionsAllowed!="true" -->
|
||||
<img src="{MENU_EDIT_DISABLED}" width="16" title="{LN_GEN_DISABLED}">
|
||||
@ -96,8 +96,8 @@
|
||||
|
||||
<td align="center" class="{cssclass}">
|
||||
<!-- IF IsDatabaseSource="true" -->
|
||||
<a href="{BASEPATH}admin/sources.php?op=dbstats&id={ID}"><img src="{MENU_CHARTS}" width="16" OnMouseOver="HoverPopupHelp(event, this, '{LN_ADMIN_POPUPHELP}', '{LN_ADMIN_DBSTATS}');" OnMouseOut="FinishPopupWindowMenu();"></a>
|
||||
<a href="{BASEPATH}admin/sources.php?op=cleardata&id={ID}"><img src="{MENU_TRASH}" width="16" OnMouseOver="HoverPopupHelp(event, this, '{LN_ADMIN_POPUPHELP}', '{LN_ADMIN_CLEARDATA}');" OnMouseOut="FinishPopupWindowMenu();"></a>
|
||||
<a href="{BASEPATH}admin/sources.php?op=dbstats&id={ID}"><img src="{MENU_CHARTS}" width="16" OnMouseOver="HoverPopupHelp(event, this, '{LN_ADMIN_POPUPHELP}', '{LN_ADMIN_DBSTATS}');" OnMouseOut="FinishPopupWindowMenu();" title="{LN_ADMIN_DBSTATS}"></a>
|
||||
<a href="{BASEPATH}admin/sources.php?op=cleardata&id={ID}"><img src="{MENU_TRASH}" width="16" OnMouseOver="HoverPopupHelp(event, this, '{LN_ADMIN_POPUPHELP}', '{LN_ADMIN_CLEARDATA}');" OnMouseOut="FinishPopupWindowMenu();" title="{LN_ADMIN_CLEARDATA}"></a>
|
||||
<!-- ENDIF IsDatabaseSource="true" -->
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -34,8 +34,8 @@
|
||||
<tr>
|
||||
<td align="center" class="{cssclass}"><b>{ID}</b></td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/users.php?op=edit&id={ID}">{username}</a></td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/users.php?miniop=setisadmin&id={ID}&newval={set_isadmin}"><img src="{is_isadmin_string}" width="16"></a></td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/users.php?miniop=setisreadonly&id={ID}&newval={set_isreadonly}"><img src="{is_readonly_string}" width="16"></a></td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/users.php?miniop=setisadmin&id={ID}&newval={set_isadmin}"><img src="{is_isadmin_string}" width="16" title="{LN_USER_SETISADMIN}"></a></td>
|
||||
<td align="center" class="{cssclass}"><a href="{BASEPATH}admin/users.php?miniop=setisreadonly&id={ID}&newval={set_isreadonly}"><img src="{is_readonly_string}" width="16" title="{LN_USER_SETISREADONLY}"></a></td>
|
||||
<td align="center" class="{cssclass}">
|
||||
<a href="{BASEPATH}admin/users.php?op=edit&id={ID}"><img src="{MENU_EDIT}" width="16" title="{LN_USER_EDIT}"></a>
|
||||
<a href="{BASEPATH}admin/users.php?op=delete&id={ID}"><img src="{MENU_DELETE}" width="16" title="{LN_USER_DELETE}"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user