Actions
Bug #1341
closedepgsearch: per Mail ankündigen
Start date:
04/16/2013
Due date:
% Done:
100%
Estimated time:
Description
Beim Anlegen von Suchtimern im "Suchtimer" - Bereich fehlt bei "Als Suchtimer verwenden" neben den Optionen "Aufnehmen", "Nur ankündigen" (=OSD) und "Nur umschalten" die Option "Nur per Mail ankündigen" (ähnlich wie im vdradmin-am)
Updated by snoopy_1978 over 11 years ago
erster rudimentär funzender Ansatz:
*** live_orig/pages/edit_searchtimer.ecpp 2013-04-04 22:16:40.000000000 +0200 --- live/pages/edit_searchtimer.ecpp 2013-04-16 14:31:08.462728027 +0200 *************** *** 758,763 **** --- 758,764 ---- <option value="0" <{ SELECTIF(searchtimeraction == 0) }> ><$ tr("Record") $></option> <option value="1" <{ SELECTIF(searchtimeraction == 1) }> ><$ tr("Announce only") $></option> <option value="2" <{ SELECTIF(searchtimeraction == 2) }> ><$ tr("Switch only") $></option> + <option value="4" <{ SELECTIF(searchtimeraction == 2) }> ><$ tr("Announce per mail") $></option> </select> </div> <div id="searchtimermode1settings" style="display: none">
Updated by tadi almost 10 years ago
- Status changed from New to Closed
- Assignee set to tadi
- Target version set to vdr-live-0.4.0
- % Done changed from 0 to 100
Added, will be in developement git version soon.
Closing ticket.
Actions