Actions

Translations

Theme editor/304/es: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 1: Line 1:
*¡Sube tus archivos a la carpeta de plantilla /css o /scripts
*¡Sube tus archivos a la carpeta de plantilla /css o /scripts
*En /{your_template}/config.xml, agrega las rutas de los archivos al<css> o<js> bloques, algo como esto:<syntaxhighlight lang="xml"><css> !¡NORTE!<filename> css/jquery-ui-personalizado.css</filename> !¡NORTE!<filename> css/bootstrap-slider.css</filename>
*En /{your_template}/config.xml, agrega las rutas de los archivos al<css> o<js> bloques, algo como esto:<syntaxhighlight lang="xml"><css>
<filename> css/jquery-ui-personalizado.css</filename>
<filename> css/bootstrap-slider.css</filename>

Latest revision as of 07:39, 5 September 2023

Message definition (Theme editor)
*Upload your files to the template /css or /scripts folder
*In /{your_template}/config.xml, add the file paths to the <css> or <js> blocks, something like this:<syntaxhighlight lang="xml"><css>
<filename>css/jquery-ui-custom.css</filename>
<filename>css/bootstrap-slider.css</filename>
  • ¡Sube tus archivos a la carpeta de plantilla /css o /scripts
  • En /{your_template}/config.xml, agrega las rutas de los archivos al<css> o<js> bloques, algo como esto:<syntaxhighlight lang="xml"><css>

<filename> css/jquery-ui-personalizado.css</filename> <filename> css/bootstrap-slider.css</filename>