From d62cc4bd07ff6245924a9747d560b713334e1bbc Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Tue, 24 Apr 2007 14:56:20 +0000 Subject: Fixed some styles, new icons, added tooltips --- css/styles.css | 31 ++++++----- i18n.cpp | 134 ++++++++++++++++++++++++++++++++++++++++++++++++ pages/searchtimers.ecpp | 7 +-- pages/timers.ecpp | 6 +-- 4 files changed, 156 insertions(+), 22 deletions(-) diff --git a/css/styles.css b/css/styles.css index 11603be..82919b5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -398,18 +398,6 @@ div.__progress div.__elapsed { background-color: #E9EFFF; } -/* ############# - # Tables in General - ############# -*/ - - -td.border { - padding: 0; - margin: 0; - width: 1px; -} - /* ############# # Timers @@ -428,8 +416,10 @@ table.timers tr td { border-bottom: 1px solid #C0C1DA; } -table.timers tr.active { - background: #DEE6EE; +table.timers td.border { + padding: 0; + margin: 0; + width: 1px; } table.timers tr.head td { @@ -600,6 +590,13 @@ table.error tr td.title { padding: 3px 3px 3px 10px; } +table.error td.border { + padding: 0; + margin: 0; + width: 1px; +} + + /* ############################## # Edit Tables @@ -669,6 +666,8 @@ table.searchresults tr td.day { border:none; } -table.searchresults tr.active { - background: #DEE6EE; +table.searchresults td.border { + padding: 0; + margin: 0; + width: 1px; } diff --git a/i18n.cpp b/i18n.cpp index e2ba69a..43f1be7 100644 --- a/i18n.cpp +++ b/i18n.cpp @@ -2404,6 +2404,140 @@ const tI18nPhrase Phrases[] = { "Ny", "Nový", }, + { "Toggle timer active/inactive", + "Den Timer aktiv/inaktiv schalten", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "Delete timer", + "Den Timer löschen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "Edit timer", + "Den Timer bearbeiten", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "Toggle searchtimer actions (in)active", + "Aktionen des Suchtimers (de)aktivieren", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "Browse searchtimer results", + "Die Ergebnisse der Suche betrachten", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + { "Edit searchtimer", + "Den Suchtimer bearbeiten", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + }, + + /* { "", // English "", // Deutsch diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index 1b4ec5f..81a330f 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -18,6 +18,7 @@ using namespace vdrlive; VDR-Live - <$ pageTitle $> + <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> <& pageelems.ajax_js &> @@ -50,9 +51,9 @@ using namespace vdrlive; UseTime() ? timer->StartTimeFormatted() ?> UseTime() ? timer->StopTimeFormatted() ?>   - .png" alt="Aktiv?" /> - <$ tr("> - + .png" alt="" <& tooltip.hint text=(tr("Toggle searchtimer actions (in)active")) &>/> + > + > <{ diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 5ce2549..415b8df 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -75,9 +75,9 @@ cTimer* timer; <$ FormatDateTime(tr("%I:%M %p"), timer->StopTime()) $> <{ if (timer->Recording()) { }>Record<{ } }> <$ timer->File() $> - .png" alt="Aktiv?" /> - - + .png" alt="" <& tooltip.hint text=(tr("Toggle timer active/inactive")) &>/> + > + > <{ -- cgit v1.2.3