Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2064

Add 'info' style to info alerts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 5.4
    • 5.4
    • tapestry-core
    • None

    Description

      Could "info" styling be added for alerts with info severity?

      In alert.coffee change
      severityToClass =
      success: "alert alert-success"
      warn: "alert alert-warning"
      error: "alert alert-error"

      to
      severityToClass =
      success: "alert alert-success"
      warn: "alert alert-warning"
      error: "alert alert-error"
      info: "alert alert-info"
      };

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            dustinywoods Dustin Woods
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: