X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Feu_cookie_compliance%2Ftemplates%2Feu_cookie_compliance_popup_agreed.html.twig;fp=web%2Fmodules%2Fcontrib%2Feu_cookie_compliance%2Ftemplates%2Feu_cookie_compliance_popup_agreed.html.twig;h=6089885252f28d06464d3b264fb484d56cd2d064;hp=5f4ac73625b6b015ee6049dd8dc5ca1ee6c48ffb;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_agreed.html.twig b/web/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_agreed.html.twig index 5f4ac7362..608988525 100644 --- a/web/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_agreed.html.twig +++ b/web/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_agreed.html.twig @@ -1,30 +1,32 @@ {# /** * @file - * This is a template file for a pop-up informing a user that he has already + * This is a template file for a banner informing a user that he has already * agreed to cookies. * * When overriding this template it is important to note that jQuery will use * the following classes to assign actions to buttons: * - * hide-popup-button - destroy the pop-up + * hide-popup-button - destroy the banner * find-more-button - link to an information page * * Variables available: - * - $message: Contains the text that will be display whithin the pop-up + * - $message: Contains the text that will be display whithin the banner * - $hide_button: Label for the hide button * - $find_more_button: Label for the find out more button */ #} -
-