Actions

Translations

New Template System in LS3.x/110/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="xml" enclose="div"> <files> <css> <add>css/bootstrap-material-design.css</add> <add>css/ripples.min.css</add>...")
 
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="xml" enclose="div">
<syntaxhighlight lang="xml">
     <files>
     <files>
         <css>
         <css>

Latest revision as of 21:57, 17 February 2022

Message definition (New Template System in LS3.x)
<syntaxhighlight lang="xml">
   <files>
       <css>
           <add>css/bootstrap-material-design.css</add>
           <add>css/ripples.min.css</add>
           <replace>css/ajaxify.css</replace>
           <replace>css/theme.css</replace>
           <replace>css/custom.css</replace>
           <remove>awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css</remove>
       </css>
       <js>
           <replace>scripts/theme.js</replace>
           <replace>scripts/ajaxify.js</replace>
           <add>scripts/material.js</add>
           <add>scripts/ripples.min.js</add>
           <replace>scripts/custom.js</replace>
       </js>
       <print_css>
           <add>css/print_theme.css</add>
       </print_css>
   </files>
</syntaxhighlight>
    <files>
        <css>
            <add>css/bootstrap-material-design.css</add>
            <add>css/ripples.min.css</add>
            <replace>css/ajaxify.css</replace>
            <replace>css/theme.css</replace>
            <replace>css/custom.css</replace>
            <remove>awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css</remove>
        </css>
        <js>
            <replace>scripts/theme.js</replace>
            <replace>scripts/ajaxify.js</replace>
            <add>scripts/material.js</add>
            <add>scripts/ripples.min.js</add>
            <replace>scripts/custom.js</replace>
        </js>
        <print_css>
            <add>css/print_theme.css</add>
        </print_css>
    </files>