You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2013/07/19 23:56:50 UTC

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

    [ https://issues.apache.org/jira/browse/TAP5-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714126#comment-13714126 ] 

Howard M. Lewis Ship commented on TAP5-2064:
--------------------------------------------

It was an oversight that this did not exist all along.
                
> 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
>         Attachments: 0001-Add-info-style-to-info-alerts.patch
>
>
> 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