Skip to content

Commit

Permalink
Style the message using Bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored and dwt committed Jun 12, 2018
1 parent 0b4a757 commit bdbb0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App/dtml/manage_tabs.dtml
Expand Up @@ -57,10 +57,10 @@
</dtml-unless>

<dtml-if manage_tabs_message>
<div class="system-msg">
<dtml-var manage_tabs_message newline_to_br html_quote>
(<dtml-var ZopeTime fmt="%Y-%m-%d %H:%M">)
</div>
<div class="alert alert-success" role="alert">
<dtml-var manage_tabs_message newline_to_br html_quote>
(<dtml-var ZopeTime fmt="%Y-%m-%d %H:%M">)
</div>
</dtml-if>

</dtml-with>

0 comments on commit bdbb0ec

Please sign in to comment.