Skip to content

Commit

Permalink
Dev: removed all options from minimal template
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 18, 2017
1 parent daca491 commit c941634
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions templates/minimal/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
</files>

<!-- You can add here any option you want. It will be available in twig file via aSurveyInfo.options.youroptionname -->
<!-- eg: Ajaxmode: will be available with aSurveyInfo.options.ajaxmode -->
<!-- for animations, see https://daneden.github.io/animate.css/ -->
<options>
</options>

Expand Down
4 changes: 2 additions & 2 deletions templates/minimal/views/layout_global.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

</html>

<body class="default lang-{{aSurveyInfo.languagecode}} {{aSurveyInfo.surveyformat}} {% if( aSurveyInfo.options.brandlogo == "on") %}brand-logo{%endif%}" >
<body class="default lang-{{aSurveyInfo.languagecode}} {{aSurveyInfo.surveyformat}}" >
{% block body %}

{# Bootstrap Navigation Bar: the top menu #}
Expand All @@ -36,7 +36,7 @@
{% endblock %}

<!-- Outer Frame Container -->
<div class="outerframe container {% if (aSurveyInfo.options.animatebody == "on") %} animated {{ aSurveyInfo.options.bodyanimation }} {%endif%}" id="outerframeContainer">
<div class="outerframe container" id="outerframeContainer">

<!-- Main Row -->
<div id="main-row">
Expand Down
3 changes: 0 additions & 3 deletions templates/minimal/views/subviews/start_form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
)
}}

<!-- Ajax value -->
<input type='hidden' name='ajax' value='{{ aSurveyInfo.options.ajaxmode }}' id='ajax' />

<!-- Field Names -->
<input type='hidden' name='fieldnames' value='{{ aSurveyInfo.hiddenfieldnames }}' id='fieldnames' />

Expand Down

0 comments on commit c941634

Please sign in to comment.