View | Details | Raw Unified | Return to bug 36608
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-8 / +7 lines)
Lines 1983-1999 tables: Link Here
1983
          message_transport_type: email
1983
          message_transport_type: email
1984
          lang: default
1984
          lang: default
1985
          content:
1985
          content:
1986
            - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
1986
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
1987
            - ""
1987
            - ""
1988
            - "You have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>."
1988
            - "You have suggested that the library acquire [% suggestion.title %] by [% suggestion.author %]."
1989
            - ""
1989
            - ""
1990
            - "We are pleased to inform you that the item you requested is now part of the collection."
1990
            - "We are pleased to inform you that the item you requested is now part of the collection."
1991
            - ""
1991
            - ""
1992
            - "If you have any questions, please email us at <<branches.branchemail>>."
1992
            - "If you have any questions, please email us at [% branch.branchemail %]."
1993
            - ""
1993
            - ""
1994
            - "Thank you,"
1994
            - "Thank you,"
1995
            - ""
1995
            - ""
1996
            - "<<branches.branchname>>"
1996
            - "[% branch.branchname %]"
1997
1997
1998
        - module: suggestions
1998
        - module: suggestions
1999
          code: NEW_SUGGESTION
1999
          code: NEW_SUGGESTION
Lines 2085-2097 tables: Link Here
2085
          message_transport_type: email
2085
          message_transport_type: email
2086
          lang: default
2086
          lang: default
2087
          content:
2087
          content:
2088
            - "Dear <<borrowers.firstname>> <<borrowers.surname>>,"
2088
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
2089
            - ""
2089
            - ""
2090
            - "A new suggestion is ready to be processed: <<suggestions.title>> by <<suggestions.author>>."
2090
            - "A new suggestion is ready to be processed: [% suggestion.title %] by [% suggestion.author %]."
2091
            - ""
2091
            - ""
2092
            - "Thank you,"
2092
            - "Thank you,"
2093
            - ""
2093
            - ""
2094
            - "<<branches.branchname>>"
2094
            - "[% branch.branchname %]"
2095
2095
2096
        - module: suggestions
2096
        - module: suggestions
2097
          code: NOTIFY_MANAGER
2097
          code: NOTIFY_MANAGER
2098
- 

Return to bug 36608