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

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

     [ https://issues.apache.org/jira/browse/TAP5-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dustin Woods updated TAP5-2064:
-------------------------------

    Attachment: 0001-Add-info-style-to-info-alerts.patch

Patch Attached

I'm new to git, coffescript, and gradle so I'm hoping this is an acceptible patch
                
> 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