Results 1 to 3 of 3

Thread: No warning when deleting files in BE

  1. #1
    New user
    Join Date
    08-14-09.
    Posts
    25

    Default No warning when deleting files in BE

    Hi everybody

    When running the BE in Danish language I don't get a warning when I delete files/folders in the File Manager.

    I have tried with different languages now (English, German, Italian, Chinese) and they all show a warning when I try to delete.

    Could this be a bug somewhere in the translation?

  2. #2
    User
    Join Date
    06-19-09.
    Posts
    328

    Default Re: No warning when deleting files in BE

    Yes, the italian translation had this problem in the past.

    Take a look at the source code of the generated page and search for something like

    Code:
    <a onclick="if (!confirm('__message_in_danish___')) return false; Backend.getScrollOffset();" .....></a>
    if the ___message_in_danish___ contains single quote ' a javascript error will be thrown that you can catch with tools like firebug for firefox
    Consulenza Contao CMS https://www.intco.it

  3. #3
    New user
    Join Date
    08-14-09.
    Posts
    25

    Default Re: No warning when deleting files in BE

    Hi ga.n

    Yes the message does contain a single quote. Will report this error to Leo.

    Thank you for your help ;-)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •