~andrew-bugs-launchpad-net/+junk/helpwiki-newtheme

« back to all changes in this revision

Viewing changes to MoinMoin/macro/Note.py

  • Committer: Matthew East
  • Date: 2008-09-20 14:47:33 UTC
  • Revision ID: mdke@ubuntu.com-20080920144733-axbeqqu0ppp1b3b3
Adding Andrew Sayers' alert macro to bzr
Small tweaks to alert macro css

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import alert
 
2
 
 
3
# Inspired by /community/MX1000Mouse
 
4
def execute(macro, message, title_text="Note: ", color=None):
 
5
    return alert.execute(macro, message, title_text, 'IconNote', "[Note]", "Note", "The following text informs you about some noteworthy fact", color)