Diferencia entre revisiones de «17/Actualización de temas (1.7)»

De MoodleDocs
Sin resumen de edición
m (tidy up)
 
(No se muestran 4 ediciones intermedias de 3 usuarios)
Línea 1: Línea 1:
{{Temas}}
{{Temas}}
{{Pendiente de traducir}}
{{Moodle 1.7}}
{{Moodle 1.7}}


== Changeable theme directory ==
== Changeable theme directory ==


1.7 provides support for specifying an alternative theme storage directory which works with the theme selector. Developers should read the [[Development:Theme directory guide]] to ensure their themes start to use the appropriate variables to work with this feature. Administrators can read [[Theme directory]] to see how to take advantage of this feature.
1.7 provides support for specifying an alternative theme storage directory which works with the theme selector. Developers should read the [https://docs.moodle.org/dev/Theme_directory_guide https://docs.moodle.org/dev/Theme_directory_guide]] to ensure their themes start to use the appropriate variables to work with this feature. Administrators can read [https://docs.moodle.org/19/en/Theme_directory https://docs.moodle.org/19/en/Theme_directory] to see how to take advantage of this feature.


== What is new in the Moodle 1.7 standard theme? ==
== Que de nuevo en el tema estandar de Moodle 1.7? ==


The following links give you an overview of the changes in the header, footer, config.php and the CSS files from the actual 1.6.x to 1.7.x version. When you open the linked pages you will see all changes made in that file.
Los siguientes links le darán una idea de los cambiois en la cabecera, pie de página, config.php y los archivos CSS de la version actual 1.6.x a la version 1.7.x . Al acceder a las páginas de los links, usted podrá ver todos los cambios realizados en estos archivos.


You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.7.
You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.7.
Línea 25: Línea 24:
--[[User:Urs Hunkler|Urs Hunkler]] 17:17, 11 April 2007 (WST)
--[[User:Urs Hunkler|Urs Hunkler]] 17:17, 11 April 2007 (WST)


[[Category:Developer]]
[[Category:Desarrollador]]
[[Category:Administrator]]
[[Category:Administrador]]
[[Category:Themes]]
[[Category:Temas]]


[[en:1.7 theme upgrade]]
[[en:1.7 theme upgrade]]
[[fr:Adapter un thème pour 1.7]]
[[fr:Adapter un thème pour 1.7]]

Revisión actual - 23:46 13 abr 2014

Moodle 1.7


Changeable theme directory

1.7 provides support for specifying an alternative theme storage directory which works with the theme selector. Developers should read the https://docs.moodle.org/dev/Theme_directory_guide] to ensure their themes start to use the appropriate variables to work with this feature. Administrators can read https://docs.moodle.org/19/en/Theme_directory to see how to take advantage of this feature.

Que de nuevo en el tema estandar de Moodle 1.7?

Los siguientes links le darán una idea de los cambiois en la cabecera, pie de página, config.php y los archivos CSS de la version actual 1.6.x a la version 1.7.x . Al acceder a las páginas de los links, usted podrá ver todos los cambios realizados en estos archivos.

You can add these changes to your theme header, footer and CSS files to update them for Moodle 1.7.

These html pages show only those parts of the files which are different, not the whole file. The line numbers of the 1.6 and 1.7 files will help you locate the areas. If you need to apply the changes to completely different files, you may search for the old (1.6) property in your files and replace it with the new/changed one.

--Urs Hunkler 17:17, 11 April 2007 (WST)