diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-13 21:27:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-13 21:27:29 +0100 |
commit | 38beabb50861b6e0fa9af033a7ba6e861449638e (patch) | |
tree | e852da8259f7253fc4c2cc8c84ea8e09718e16e2 | |
parent | a8d5c832515581ef1f2c128e43c03b77d3151014 (diff) | |
download | volse-hubzilla-38beabb50861b6e0fa9af033a7ba6e861449638e.tar.gz volse-hubzilla-38beabb50861b6e0fa9af033a7ba6e861449638e.tar.bz2 volse-hubzilla-38beabb50861b6e0fa9af033a7ba6e861449638e.zip |
fix spacing
-rwxr-xr-x | view/tpl/profile_edit.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 779e1aca3..1951025f5 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -97,17 +97,22 @@ {{$marital_min}} {{/if}} </div> - <div class="clear"></div> + {{if $fields.with}} +<div class="form-group"> <label id="profile-edit-with-label" for="profile-edit-with" > {{$lbl_with}} </label> <input type="text" class="form-control" size="32" name="with" id="profile-edit-with" title="{{$lbl_ex1}}" value="{{$with}}" /> <div class="clear"></div> +</div> {{/if}} + {{if $fields.howlong}} +<div class="form-group"> <label id="profile-edit-howlong-label" for="profile-edit-howlong" > {{$lbl_howlong}} </label> <input type="text" class="form-control" size="32" name="howlong" id="profile-edit-howlong" title="{{$lbl_howlong}}" value="{{$howlong}}" /> <div class="clear"></div> +</div> {{/if}} <div id="profile-edit-marital-end"></div> {{/if}} |