Mercurial > public > madeira
view static/js/tinymce/examples/templates/layout1.htm @ 101:0a8942306b04
Bootstrap work for mailing list page.
Also corrected form cleaning logic if fields aren't provided.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 16 Oct 2013 20:32:58 -0500 |
parents | 966cde8635c0 |
children |
line wrap: on
line source
<table border="1"> <thead> <tr> <td>Column 1</td> <td>Column 2</td> </tr> </thead> <tbody> <tr> <td>Username: {$username}</td> <td>Staffid: {$staffid}</td> </tr> </tbody> </table>