diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-06 10:08:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-06 10:08:05 +0100 |
commit | e70c87ed413bb1f649d0ee96404f97e3aa3f48b9 (patch) | |
tree | 2107c81ca2a35fa25cfaf3f2dcd750f92784d787 /view/tpl/rmagic.tpl | |
parent | 178e3d5bc8237cd6dcf30c1ac0d2e8a24859cc47 (diff) | |
parent | eb3685f5377be06615de66aba104aad6f4927495 (diff) | |
download | volse-hubzilla-e70c87ed413bb1f649d0ee96404f97e3aa3f48b9.tar.gz volse-hubzilla-e70c87ed413bb1f649d0ee96404f97e3aa3f48b9.tar.bz2 volse-hubzilla-e70c87ed413bb1f649d0ee96404f97e3aa3f48b9.zip |
merge dev
Diffstat (limited to 'view/tpl/rmagic.tpl')
-rwxr-xr-x | view/tpl/rmagic.tpl | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/view/tpl/rmagic.tpl b/view/tpl/rmagic.tpl index d0f7aab64..9d84e4a36 100755 --- a/view/tpl/rmagic.tpl +++ b/view/tpl/rmagic.tpl @@ -1,13 +1,9 @@ <div class="generic-content-wrapper-styled"> -<h3>{{$title}}</h3> - -<form action="rmagic" method="post" > - - <label for="rmagic-address" id="label-rmagic-address" class="rmagic-label">{{$desc}}</label> - <input type="text" maxlength="255" size="32" name="address" id="rmagic-address" class="rmagic-input" value="" /> - - <input type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" /> - <div id="rmagic-submit-end" class="rmagic-field-end"></div> - -</form> + <h3>{{$title}}</h3> + <form action="rmagic" method="post" > + <div class="form-group"> + {{include file="field_input.tpl" field=$address}} + <input class="btn btn-primary" type="submit" name="submit" id="rmagic-submit-button" value="{{$submit}}" /> + </div> + </form> </div> |