diff options
author | redmatrix <git@macgirvin.com> | 2016-02-14 16:15:55 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-14 16:15:55 -0800 |
commit | 4f285911f05fa07b14d16960180b2a4985824fa2 (patch) | |
tree | de24b10677c8689d407eea9850534cc47c30ee16 /view/tpl/mood_content.tpl | |
parent | dd2d12350ccf0f21276c0d0534babab4848642f8 (diff) | |
download | volse-hubzilla-4f285911f05fa07b14d16960180b2a4985824fa2.tar.gz volse-hubzilla-4f285911f05fa07b14d16960180b2a4985824fa2.tar.bz2 volse-hubzilla-4f285911f05fa07b14d16960180b2a4985824fa2.zip |
form cleanup (profile_photo and cover_photo), admin 'user_approve' not found, missing close div in mood_content.tpl
Diffstat (limited to 'view/tpl/mood_content.tpl')
-rwxr-xr-x | view/tpl/mood_content.tpl | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/view/tpl/mood_content.tpl b/view/tpl/mood_content.tpl index 4059620ce..315ee4c8a 100755 --- a/view/tpl/mood_content.tpl +++ b/view/tpl/mood_content.tpl @@ -5,27 +5,29 @@ </div> <div class="section-content-wrapper"> - <div id="mood-desc">{{$desc}}</div> + <div id="mood-desc">{{$desc}}</div> -<br /> -<br /> + <br /> + <br /> -<form action="mood" method="get"> -<br /> -<br /> + <form action="mood" method="get"> + <br /> + <br /> -<input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" /> + <input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" /> -<div class="form-group field custom"> - <select name="verb" id="mood-verb-select" class="form-control" > - {{foreach $verbs as $v}} - <option value="{{$v.0}}">{{$v.1}}</option> - {{/foreach}} - </select> -</div> -<br /> -<br /> -<input type="submit" name="submit" value="{{$submit}}" /> -</form> + <div class="form-group field custom"> + <select name="verb" id="mood-verb-select" class="form-control" > + {{foreach $verbs as $v}} + <option value="{{$v.0}}">{{$v.1}}</option> + {{/foreach}} + </select> + </div> + <br /> + <br /> + <input type="submit" name="submit" value="{{$submit}}" /> + </form> + </div> +</div> |