GDPR nastavitve --> procesiranje zahtevkov: sporočilo nadomesti img
This commit is contained in:
parent
cc91323861
commit
dc5a757717
@ -384,7 +384,7 @@ class GDPR{
|
||||
echo '<tr>';
|
||||
echo '<th class="center">'.$lang['srv_gdpr_requests_resolved'].'</th>';
|
||||
echo '<th>'.$lang['srv_gdpr_requests_survey'].'</th>';
|
||||
echo '<th>'.$lang['srv_gdpr_requests_text'].'</th>';
|
||||
echo '<th class="center">'.$lang['srv_gdpr_requests_text'].'</th>';
|
||||
echo '<th>'.$lang['srv_gdpr_requests_email'].'</th>';
|
||||
echo '<th>'.$lang['srv_gdpr_requests_type'].'</th>';
|
||||
echo '<th>'.$lang['srv_gdpr_requests_date_sent'].'</th>';
|
||||
@ -400,7 +400,9 @@ class GDPR{
|
||||
echo '<label class="empty" for="gdrp_request_'.$request_id.'"></label></td>';
|
||||
echo '<td><div class="gdpr_requests_wrap"><a href="'.$site_url.'admin/survey/index.php?anketa='.$request['ank_id'].'&a=data">'.$request['naslov'].'</a></div></td>';
|
||||
|
||||
echo '<td><div class="gdpr_requests_wrap">'.$request['text'].'</div></td>';
|
||||
// echo '<td><div class="gdpr_requests_wrap">'.$request['text'].'</div></td>';
|
||||
echo '<td><div class="gdpr_requests_wrap center"> <img src="\public\img\icons\envelope_img.svg" alt="envelope image"> </div></td>';
|
||||
|
||||
echo '<td>'.$request['email'].'</td>';
|
||||
|
||||
echo '<td>'.$lang['srv_gdpr_requests_type_'.$request['type']].'</td>';
|
||||
|
3
public/img/icons/envelope_img.svg
Normal file
3
public/img/icons/envelope_img.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16.5 0.75H1.5C1.16848 0.75 0.850537 0.881696 0.616116 1.11612C0.381696 1.35054 0.25 1.66848 0.25 2V12C0.25 12.3315 0.381696 12.6495 0.616116 12.8839C0.850537 13.1183 1.16848 13.25 1.5 13.25H16.5C16.8315 13.25 17.1495 13.1183 17.3839 12.8839C17.6183 12.6495 17.75 12.3315 17.75 12V2C17.75 1.66848 17.6183 1.35054 17.3839 1.11612C17.1495 0.881696 16.8315 0.75 16.5 0.75ZM15.125 2L9 6.2375L2.875 2H15.125ZM1.5 12V2.56875L8.64375 7.5125C8.74837 7.58508 8.87267 7.62397 9 7.62397C9.12733 7.62397 9.25163 7.58508 9.35625 7.5125L16.5 2.56875V12H1.5Z" fill="#1E88E5"/>
|
||||
</svg>
|
After Width: | Height: | Size: 674 B |
Loading…
x
Reference in New Issue
Block a user