GDPR nastavitve --> splošne nastavitve: popravljeni css
This commit is contained in:
parent
01915e03b4
commit
df50b2b6a9
@ -339,15 +339,15 @@ class GDPR{
|
|||||||
echo '<div class="gdpr_authority_info_data">';
|
echo '<div class="gdpr_authority_info_data">';
|
||||||
|
|
||||||
if($authority['name'] != '')
|
if($authority['name'] != '')
|
||||||
echo '<span class="bold">'.$authority['name'].'</span><br />';
|
echo '<span class="authority_name">'.$authority['name'].'</span><br />';
|
||||||
if($authority['title'] != '')
|
if($authority['title'] != '')
|
||||||
echo '<span>'.$authority['title'].'</span><br />';
|
echo '<span>'.$authority['title'].'</span><br />';
|
||||||
if($authority['email'] != '')
|
if($authority['email'] != '')
|
||||||
echo '<span class="spaceLeft">'.$lang['srv_gdpr_user_settings_email'].': '.$authority['email'].'</span><br />';
|
echo '<span class="spaceLeft">'.$lang['srv_gdpr_user_settings_email'].': <div class="bold" > '.$authority['email'].'</div></span>';
|
||||||
if($authority['phone'] != '')
|
if($authority['phone'] != '')
|
||||||
echo '<span class="spaceLeft">'.$lang['srv_gdpr_user_settings_phone'].': '.$authority['phone'].'</span><br />';
|
echo '<span class="spaceLeft">'.$lang['srv_gdpr_user_settings_phone'].': <div class="bold" > '.$authority['phone'].'</div></span>';
|
||||||
if($authority['fax'] != '')
|
if($authority['fax'] != '')
|
||||||
echo '<span class="spaceLeft">Fax: '.$authority['fax'].'</span><br />';
|
echo '<span class="spaceLeft">Fax: <div class="bold" > '.$authority['fax'].'</div></span><br />';
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user