diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 14:05:45 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-10-26 14:05:45 +0100 |
commit | 5e28b1216e1a44b60c1d1cf33d069b1043653103 (patch) | |
tree | ee06d2123028e96b4f76070da0d7afe58dc5ac37 /view/tpl/rmagic.tpl | |
parent | e858ee811b62f46ffc2f2ab655b6f1bc796ecbc0 (diff) | |
download | volse-hubzilla-5e28b1216e1a44b60c1d1cf33d069b1043653103.tar.gz volse-hubzilla-5e28b1216e1a44b60c1d1cf33d069b1043653103.tar.bz2 volse-hubzilla-5e28b1216e1a44b60c1d1cf33d069b1043653103.zip |
Added a few generic-content-wrapper-styled classes and a button position fixed for lostpass. mod/search probably needs a .tpl in the future, but I don't know how to that.
Diffstat (limited to 'view/tpl/rmagic.tpl')
-rwxr-xr-x | view/tpl/rmagic.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl index 58df71718..d0f7aab64 100755 --- a/view/tpl/rmagic.tpl +++ b/view/tpl/rmagic.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h3>{{$title}}</h3> <form action="rmagic" method="post" > @@ -9,3 +10,4 @@ <div id="rmagic-submit-end" class="rmagic-field-end"></div> </form> +</div> |