Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Missing date sent and text in feed back function in Web OPAC

    The "send date" as well as the text is missing in a feedback mail sent from the OPAC
    • Product: Aleph
    • Product Version: 21, 22, 23
    • Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care

     

    Description

    The "send date" as well as the text is missing in a feedback mail sent from the OPAC.

    Resolution

     

    This problem is solved with rep_change 2654 in Aleph 21:

     

    Description: WEB - feedback form - the feedback text is not sent because of a redundant '"'.

     

    Solution: This has been corrected.

     

    Implementation Notes:

     

    In file ./alephe/www_f_lng/feedback, replace the following line:

     

    <textarea id="text" "name="text" cols=61 rows=7>$0200</textarea>

     

    With:

     

    <textarea id="text" name="text" cols=61 rows=7>$0200</textarea>

     

     

     


    • Article last edited: 11-March-2016
    • Was this article helpful?