[Redizajn 1ka] 1. iteracija testiranja - Telefonska anketa - 2x gumb shrani

This commit is contained in:
tejagerjovic 2022-06-02 09:33:41 +02:00
parent 880cf74b28
commit bac161e421

View File

@ -1921,9 +1921,8 @@ class SurveyTelephone {
echo '<input name="dostop['.$sql_row['uid'].']" id="dostop['.$sql_row['uid'].']" type="checkbox"'.($sql_row['anketar']>0?' checked="checked"':'').'>';
echo '<label for="dostop['.$sql_row['uid'].']">'.$label.'</label>';
echo '</div>';
echo '</div>';
}
echo '</div>';
echo '</form>';
echo '</fieldset>';