From 87928ca8a2f9a37fba40460c0e9b21d951ccbb46 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Fri, 20 Jan 2017 11:55:21 +0100 Subject: [PATCH] Dev: added comments --- .../views/subviews/bootstrap_alert_modal.twig | 22 +++++++++++++++++++ .../views/subviews/language_changer.twig | 21 +++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) 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 +#} +