aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/rmagic.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/rmagic.tpl')
-rw-r--r--view/tpl/rmagic.tpl14
1 files changed, 8 insertions, 6 deletions
diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl
index bc181c323..e852223e0 100644
--- a/view/tpl/rmagic.tpl
+++ b/view/tpl/rmagic.tpl
@@ -1,9 +1,11 @@
-<div class="generic-content-wrapper-styled">
- <h3>{{$title}}</h3>
- <form action="rmagic" method="post" >
- <div class="mb-3">
+<div class="generic-content-wrapper">
+ <div class="section-title-wrapper">
+ <h2>{{$title}}</h2>
+ </div>
+ <div class="section-content-wrapper">
+ <form action="rmagic" method="post" >
{{include file="field_input.tpl" field=$address}}
<input class="btn btn-primary" type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" />
- </div>
- </form>
+ </form>
+ </div>
</div>