From 9074a5491582295994a429640d7758018473032e Mon Sep 17 00:00:00 2001 From: Markus Ehrnsperger <> Date: Sun, 29 Oct 2023 18:53:33 +0100 Subject: [PATCH] backNavigation --- live/css/DatePicker.css | 73 --------------------------------------- live/html/back.html | 9 +++++ pages/edit_recording.ecpp | 17 +++++++-- pages/edit_timer.ecpp | 14 ++++++-- pages/multischedule.ecpp | 1 + pages/recordings.ecpp | 1 + pages/schedule.ecpp | 1 + pages/searchresults.ecpp | 1 + pages/timers.ecpp | 16 +++++++-- pages/whats_on.ecpp | 1 + preload.cpp | 3 ++ tntconfig.cpp | 9 +++++ 12 files changed, 66 insertions(+), 80 deletions(-) delete mode 100644 live/css/DatePicker.css create mode 100644 live/html/back.html diff --git a/live/css/DatePicker.css b/live/css/DatePicker.css deleted file mode 100644 index afb7e7e7..00000000 --- a/live/css/DatePicker.css +++ /dev/null @@ -1,73 +0,0 @@ - -input.DatePicker{ - display: block; - width: 150px; - padding: 3px 3px 3px 24px; - border: 1px solid #0070bf; - cursor: pointer; -} - -.dp_container{ - position: relative; - padding: 0; - z-index: 500; -} -.dp_cal{ - background-color: #fff; - border: 1px solid #0070bf; - position: absolute; - width: 177px; - top: 24px; - left: 0; - margin: 0px 0px 3px 0px; -} -.dp_cal table{ - width: 100%; - border-collapse: collapse; - border-spacing: 0; -} -.dp_cal select{ - margin: 2px 3px; - font-size: 11px; -} -.dp_cal select option{ - padding: 1px 3px; -} -.dp_cal th, -.dp_cal td{ - width: 14.2857%; - text-align: center; - font-size: 11px; - padding: 2px 0; -} -.dp_cal th{ - border: solid #aad4f2; - border-width: 1px 0; - color: #797774; - background: #daf2e6; - font-weight: bold; -} -.dp_cal td{ - cursor: pointer; -} -.dp_cal thead th{ - background: #d9eefc; -} -.dp_cal td.dp_roll{ - color: #000; - background: #fff6bf; -} -/* must have this for the IE6 select box hiding */ -.dp_hide{ - visibility: hidden; -} -.dp_empty{ - background: #eee; -} -.dp_today{ - background: #daf2e6; -} -.dp_selected{ - color: #ff0000; - background: #328dcf; -} diff --git a/live/html/back.html b/live/html/back.html new file mode 100644 index 00000000..2e3778fe --- /dev/null +++ b/live/html/back.html @@ -0,0 +1,9 @@ + + +
+