diff --git a/src/nhttpd/web/Y_Settings_Menue.yhtm b/src/nhttpd/web/Y_Settings_Menue.yhtm index c72f8bd94..332f7ac81 100644 --- a/src/nhttpd/web/Y_Settings_Menue.yhtm +++ b/src/nhttpd/web/Y_Settings_Menue.yhtm @@ -58,8 +58,8 @@ function init(){ ~
  • yWeb
  • {=L:set.menue.webserver=}
  • - {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
  • {=L:set.menue.zapit=}
  • + {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
  • {=L:set.menue.ucodes=}
  • {=L:set.menue.boot_logo=}
  • ~=} diff --git a/src/nhttpd/web/Y_Settings_zapit.yhtm b/src/nhttpd/web/Y_Settings_zapit.yhtm index 8279ffe86..0b50665d7 100644 --- a/src/nhttpd/web/Y_Settings_zapit.yhtm +++ b/src/nhttpd/web/Y_Settings_zapit.yhtm @@ -9,9 +9,11 @@ function do_submit() else if (document.f.R1[1].checked == true) _url="/control/exec?Y_Tools&zapit_upload&services.xml"; else if (document.f.R1[2].checked == true) + _url="/control/exec?Y_Tools&zapit_upload&bouquets.xml"; + else if (document.f.R1[3].checked == true) _url="/control/exec?Y_Tools&zapit_upload&myservices.xml"; else - alert("Bitte eine Auswahl treffen"); + alert("Please make a selection.\nBitte eine Auswahl treffen."); document.f.action=_url; document.f.submit(); } @@ -26,24 +28,25 @@ function do_submit() - -
    UploadDownload
    +
    -

    - bouquets.xml
    + bouquets.xml
    services.xml
    + ubouquets.xml
    myservices.xml
    - -
    - +

    +
    +

    +

    +

    - + + bouquets.xml
    + services.xml
    + ubouquets.xml
    + myservices.xml
    diff --git a/src/nhttpd/web/scripts/Y_Tools.sh b/src/nhttpd/web/scripts/Y_Tools.sh index 56a099131..3592289f6 100755 --- a/src/nhttpd/web/scripts/Y_Tools.sh +++ b/src/nhttpd/web/scripts/Y_Tools.sh @@ -188,7 +188,7 @@ ucodes_upload() # ----------------------------------------------------------- zapit_upload() { - msg="$1 hochgeladen
    next file" + msg="$1 hochgeladen
    next file" upload_copy "$y_path_zapit/$1" y_format_message_html }