Uploaded image for project: 'Newsletter'
  1. Newsletter
  2. NEWSLETTER-330

The message "To know: if you uncheck all the boxes..." should only be displayed if the person who entered their email address is already subscribed to a category

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.11.0
    • 2.7.2
    • None

      In the xsl subscribe_and_manage.xsl, in the template step2-bottom-text, we must add to the test "if different from nothing"

      <xsl:template name = "step2-bottom-text">
              <xsl:if test= "/ActionResult/FormResult/alreadySubscribeTo != '' ">
                  <p class= "important"> 
                     <i18n:text i18n:key= "NEWSLETTERS_SERVICE_SUBSCRIBE_NEWSLETTER_FORM_HINT_STEP2" i18n:catalog="skin.{$skin}" /> 
                  </p>
              </xsl:if>
          </xsl:template>
      

            Unassigned Unassigned
            lbouziat Léa Bouziat
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: