You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Dustin Woods (JIRA)" <ji...@apache.org> on 2013/02/02 23:40:12 UTC

[jira] [Created] (TAP5-2064) Add 'info' style to info alerts

Dustin Woods created TAP5-2064:
----------------------------------

             Summary: Add 'info' style to info alerts
                 Key: TAP5-2064
                 URL: https://issues.apache.org/jira/browse/TAP5-2064
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Dustin Woods
            Priority: Trivial


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"
  };

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira