Manjsi popravek GDPR prevodov
This commit is contained in:
parent
033068519a
commit
574acb5169
@ -714,14 +714,18 @@ class GDPR{
|
||||
echo ' <span class="nastavitveSpan1" >'.$lang['srv_gdpr_survey_gdpr_other'].':</span>';
|
||||
echo ' <label for="other_1"><input type="radio" name="other" id="other_1" '.($gdpr_settings['other'] != 0 ? ' checked':'').' value="1" onChange="showGDPRSettings(); toggleGDPROtherText(this);">'.$lang['yes'].'</label> ';
|
||||
echo ' <label for="other_0"><input type="radio" name="other" id="other_0" '.($gdpr_settings['other'] == 0 ? ' checked':'').' value="0" onChange="showGDPRSettings(); toggleGDPROtherText(this);">'.$lang['no'].'</label> ';
|
||||
if($language_slo){
|
||||
echo ' <br /><span class="nastavitveSpan1"> </span>';
|
||||
echo ' <textarea class="other" name="other_text_slo" id="other_text_slo" style="width:500px; height:80px; margin-top:10px; '.($gdpr_settings['other'] == 0 ? ' display:none;' : '').'">'.$gdpr_settings['other_text_slo'].'</textarea> <span class="italic">'.$admin_languages['1'].'</span>';
|
||||
|
||||
echo '<div id="other_text" '.($gdpr_settings['other'] == 0 ? ' style="display:none;"' : '').'>';
|
||||
if($language_slo){
|
||||
echo ' <span class="nastavitveSpan1"> </span>';
|
||||
echo ' <textarea class="other" name="other_text_slo" id="other_text_slo" style="width:500px; height:80px; margin-top:10px;">'.$gdpr_settings['other_text_slo'].'</textarea> <span class="italic">'.$admin_languages['1'].'</span>';
|
||||
echo '<br />';
|
||||
}
|
||||
if($language_eng){
|
||||
echo ' <br /><span class="nastavitveSpan1"> </span>';
|
||||
echo ' <textarea class="other" name="other_text_eng" id="other_text_eng" style="width:500px; height:80px; margin-top:10px; '.($gdpr_settings['other'] == 0 ? ' display:none;' : '').'">'.$gdpr_settings['other_text_eng'].'</textarea> <span class="italic">'.$admin_languages['2'].'</span>';
|
||||
echo ' <span class="nastavitveSpan1"> </span>';
|
||||
echo ' <textarea class="other" name="other_text_eng" id="other_text_eng" style="width:500px; height:80px; margin-top:10px;">'.$gdpr_settings['other_text_eng'].'</textarea> <span class="italic">'.$admin_languages['2'].'</span>';
|
||||
}
|
||||
echo '</div>';
|
||||
|
||||
echo '</div>';
|
||||
|
||||
@ -998,7 +1002,7 @@ class GDPR{
|
||||
$userAccess->displayNoAccess($what='gdpr_export');
|
||||
}
|
||||
else{
|
||||
|
||||
|
||||
echo '<br />';
|
||||
|
||||
if($language_slo){
|
||||
@ -1020,8 +1024,6 @@ class GDPR{
|
||||
}
|
||||
}
|
||||
|
||||
echo ' <br /><br />';
|
||||
|
||||
echo '</fieldset>';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user