diff --git a/templates/default/views/subviews/bootstrap_alert_modal.twig b/templates/default/views/subviews/bootstrap_alert_modal.twig index 74e2b4386f9..9e620ff733a 100644 --- a/templates/default/views/subviews/bootstrap_alert_modal.twig +++ b/templates/default/views/subviews/bootstrap_alert_modal.twig @@ -1,3 +1,25 @@ +{# + LimeSurvey + Copyright (C) 2007-2017 The LimeSurvey Project Team / Louis Gac + All rights reserved. + License: GNU/GPL License v2 or later, see LICENSE.php + LimeSurvey is free software. This version may have been modified pursuant + to the GNU General Public License, and as distributed it includes or + is derivative of works licensed under the GNU General Public License or + other free or open source software licenses. + See COPYRIGHT.php for copyright notices and details. + + + + (¯`·._.·(¯`·._.· Bootstrap Modal Alert ·._.·´¯)·._.·´¯) + + This is the modal that show most of the alert message. + The conversion from pure JavaScript alert to Bootstrap modal is done in template-core.js + + About bootstrap modal, see: + http://getbootstrap.com/javascript/#modals +#} +