mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
fixes #3639: Added description to GDPR prefs
Added check in shortcode to disable the GDPR message in case the prefs are empty
This commit is contained in:
@@ -575,6 +575,13 @@ $text .= "
|
||||
<div class='smalltext field-help'>".PRFLAN_279."</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><label>".LAN_DESCRIPTION."</label></td>
|
||||
<td>
|
||||
<div class='field-help'>".nl2br(PRFLAN_281)."</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
".pref_submit('display')."
|
||||
|
Reference in New Issue
Block a user