Skip to content

Commit

Permalink
Dev: added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 20, 2017
1 parent 0814efa commit 0c64e38
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/views/subviews/language_changer.twig
Expand Up @@ -43,7 +43,7 @@
{% endif %}

{# Must be included only one time (else : multiple id) #}
<div class="form-inline form-change-lang <?php echo $sClass ?>" >
<div class="form-inline form-change-lang {{ aSurveyInfo.alanguageChanger.sClass }} " >
<label class="form-group">
<span class="control-label">{{ "Language:" | t }}</span>
{{
Expand Down
19 changes: 19 additions & 0 deletions templates/default/views/subviews/privacy.twig
@@ -1,3 +1,22 @@
{#
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.
(¯`·._.·(¯`·._.· Privacy ·._.·´¯)·._.·´¯)
Show the privacy message (in All in One Mode)
see: allinone_mode_welcome_privacy.twig
#}

<!-- Privacy message -->
<div class="row privacy">
<div class="col-sm-12 col-centered">
<div class="h4 text-primary">
Expand Down

0 comments on commit 0c64e38

Please sign in to comment.