Closed melissagore closed 13 years ago
In create or edit event view when the 'Additional Details' option is expanded a checkbox is visible between 'Refreshments' and 'Internal note'.
The source code for this checkbox is...
<li><label for="approvedforcirculation" class="element"> </label><div class="element"><input id="approvedforcirculation" name="approvedforcirculation" type="checkbox" value="1" id="approvedforcirculation" checked="checked" /></div></li>
I cleaned up the form, removed this and other fields we don't need.
commit # fd3a275fa288d62cf147
In create or edit event view when the 'Additional Details' option is expanded a checkbox is visible between 'Refreshments' and 'Internal note'.
The source code for this checkbox is...
<li><label for="approvedforcirculation" class="element"> </label><div class="element"><input id="approvedforcirculation" name="approvedforcirculation" type="checkbox" value="1" id="approvedforcirculation" checked="checked" /></div></li>