]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/event_form.tpl
Merge branch 'master' of ../save/merge/frio into frio_merge
[friendica.git] / view / theme / quattro / templates / event_form.tpl
index 7cca2be364c5e3462c9b4298eaa71c4fb2274777..098b57850efd720c51ca9bb9d82040266af8a3ca 100644 (file)
 
        {{include file="field_textarea.tpl" field=array('location', $l_text, $l_orig, "")}}
        <hr>
-       {{include file="field_checkbox.tpl" field=array('share', $sh_text, $sh_checked, "")}}
+
+       <div class='field checkbox' id='div_id_share'>
+               <label for='id_share'>{{$sh_text}}</label>
+               <input type="checkbox" name='share' id='id_share' aria-describedby='share_tip' value="1" {{$sh_checked}}>
+               
+       </div>
 
        {{$acl}}