From 20e1a13824f055dcb1870b4a2a73cb980178ae90 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 23 Oct 2014 10:06:57 +0200 Subject: [PATCH] removed obselete stuff in index template --- src/index.php | 3 +- src/lang/de/main.php | 3 +- src/templates/index.html | 135 ++++++++------------------------------- 3 files changed, 28 insertions(+), 113 deletions(-) diff --git a/src/index.php b/src/index.php index 242d6d8..983e708 100644 --- a/src/index.php +++ b/src/index.php @@ -544,7 +544,7 @@ if ( isset($content['Sources'][$currentSourceID]) ) $content['syslogmessages'][$counter]['values'][$mycolkey]['popupcaptionjs'] = EscapeQuotesFromString($content['syslogmessages'][$counter]['values'][$mycolkey]['popupcaption']); $content['syslogmessages'][$counter]['values'][$mycolkey]['hasdetails'] = "true"; $content['syslogmessages'][$counter]['values'][$mycolkey]['detailimagealign'] = "left"; // Other alignment needed! - +/* DetailPopup Code not needed anymore foreach($content['syslogmessages'][$counter]['values'] as $mykey => $myfield) { // Set Caption! @@ -578,6 +578,7 @@ if ( isset($content['Sources'][$currentSourceID]) ) else // Just set field value $content['syslogmessages'][$counter]['values'][$mycolkey]['messagesdetails'][$myIndex]['detailfieldvalue'] = isset($myfield['rawfieldvalue']) ? GetStringWithHTMLCodes($myfield['rawfieldvalue']) : GetStringWithHTMLCodes($myfield['fieldvalue']); } +*/ } if ( strlen($content['searchstr']) > 0 ) diff --git a/src/lang/de/main.php b/src/lang/de/main.php index 36410bc..97f282b 100644 --- a/src/lang/de/main.php +++ b/src/lang/de/main.php @@ -121,7 +121,6 @@ $content['LN_MENU_NORMALVIEW'] = "Standard Anzeige"; $content['LN_MENU_STATISTICS'] = "Statistiken"; $content['LN_MENU_CLICKTOEXPANDMENU'] = "Klicken Sie das Icon um das Menü anzuzeigen"; - // Index Site $content['LN_ERROR_INSTALLFILEREMINDER'] = "Warnung! Sie haben das Installationsskript 'install.php' noch nicht aus dem LogAnalyzer Hauptordner entfernt!"; $content['LN_TOP_NUM'] = "No."; @@ -140,7 +139,7 @@ $content['LN_VIEW_FILTERFOR'] = "Filtere Meldungen nach "; $content['LN_VIEW_SEARCHFOR'] = "Suche online nach "; $content['LN_VIEW_SEARCHFORGOOGLE'] = "Durchsuche Google nach "; $content['LN_GEN_MESSAGEDETAILS'] = "Meldungsdetails"; -$content['LN_VIEW_ADDTOFILTER'] = "Fü '%1' zur Filterliste hinzu"; +$content['LN_VIEW_ADDTOFILTER'] = "Füge '%1' zur Filterliste hinzu"; $content['LN_VIEW_EXCLUDEFILTER'] = "Entferne '%1' von der Filterliste"; $content['LN_VIEW_FILTERFORONLY'] = "Filtere nur nach '%1'"; $content['LN_VIEW_SHOWALLBUT'] = "Anzeige aller Meldungen, ausgenommen '%1'"; diff --git a/src/templates/index.html b/src/templates/index.html index 822faea..37fffc9 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -23,25 +23,6 @@ - - - - - @@ -55,39 +36,31 @@ - - - - - - - - - +
@@ -308,14 +281,8 @@ - - -
- -
- - - - - - - - - - - - - - - - - - - @@ -372,9 +307,6 @@ - - {fieldvalue} - @@ -398,23 +330,6 @@ $( "#dialog" ).focus(); event.preventDefault(); }); - - -
{fieldvalue}
--> - - - - - - - - - -
{popupcaption}
{detailfieldtitle}{detailfieldvalue}
-
-
- -