GDPR nastavitve: seznam anket: num_boxi
This commit is contained in:
parent
37e875bd94
commit
3855dc8e97
@ -62,6 +62,51 @@ class GDPR{
|
||||
echo '<fieldset>';
|
||||
echo '<legend>'.$lang['srv_anketalist'].'</legend>';
|
||||
|
||||
echo '<div class="box-container" style="display:flex; justify-content: space-between; ">';
|
||||
|
||||
echo '<div class= "num_box num_box1">';
|
||||
|
||||
echo '<div class="box_flex">';
|
||||
echo '<input type="checkbox">';
|
||||
echo '<h2> GDPR ANKETE</h2>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="box_text"';
|
||||
echo '<p> 0 <span> anketi vsebujeta GDPR občutljive podatke </span> </p>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo '<div class= "num_box num_box2">';
|
||||
|
||||
echo '<div class="box_flex">';
|
||||
echo '<input type="checkbox">';
|
||||
echo '<h2> POTENCIALNO GDPR ANKETE</h2>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="box_text"';
|
||||
echo '<p> 0 <span> anket lahko vsebuje GDPR občutljive podatke.</span> </p>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo '<div class= "num_box num_box3">';
|
||||
|
||||
echo '<div class="box_flex">';
|
||||
echo '<input type="checkbox">';
|
||||
echo '<h2> NE-GDPR ANKETE</h2>';
|
||||
echo '</div>';
|
||||
|
||||
echo '<div class="box_text"';
|
||||
echo '<p> 0 <span> anket ne vsebuje GDPR občutljivih podatkov</span> </p>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
|
||||
echo '<p class="bottom16">'.$lang['srv_gdpr_survey_list_text'].'</p>';
|
||||
|
||||
// echo $lang['srv_gdpr_survey_list_text2'].'<ul style="margin-top:2px;">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user