Skip to content

Commit

Permalink
Merge pull request #568 from tammoterhark/answers_html
Browse files Browse the repository at this point in the history
Dev: Add  form/message.pstpl
  • Loading branch information
Shnoulle committed Oct 25, 2016
2 parents 13ca4bb + 8300fc4 commit 49fb8b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/default/views/form.pstpl
@@ -0,0 +1,9 @@
<div class='{FORMID}-page'>
<div class="h3">{FORMHEADING}</div>
{LANGUAGECHANGER}
<div class="well">
{FORMMESSAGE}
{FORMERROR}
<div class="form-{FORMID}">{FORM}</div>
</div>
</div>
5 changes: 5 additions & 0 deletions templates/default/views/message.pstpl
@@ -0,0 +1,5 @@
<div class='{MESSAGEID}-wrapper well'>
{ERROR}
<div class='{MESSAGEID}-text'>{MESSAGE}</div>
{URL}
</div>

0 comments on commit 49fb8b2

Please sign in to comment.