summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/includes/arbol.php
Commit message (Collapse)AuthorAgeFilesLines
* #969 Images tree is adapted to jquery:Irina Gómez2020-07-281-15/+37
| | | | | | | jscripts/imagenes.js and principal/imagenes.php: specific functions are removed and replaced by common functions. jscripts/arbol.js and jscripts/comunes.js: functions include cases for the types of images. includes/arbol.php: the case of the image is separated into the different image types. idiomas/php/esp/informacion_imagenes_esp.php: Fixs a text message.
* #969 arbol.php function 'nodos_arbol': fix bug in SQL request for tasks.Irina Gómez2020-07-221-1/+1
|
* functions nodos_arbol and grupos_arbol: If there isn't elements returns a ↵Irina Gómez2020-04-241-47/+62
| | | | | | | | empty array: element[int_node_tipe]=Array(); functions lista_grupo_arbol and lista_raiz_arbol: The active zone for show contextual menus is asociated to label (before was to 'li' elements). This avoids zones overlapping function lista_grupo_arbol: Fixs error in classrooms tree: before to list groups, the order of elements is incremented function lista_raiz_arbol: If all nodes is equal shows root tree. If nodes are diferent shows root and first level of tree.
* #969 node tree: Left frame shows node tree.irinagomez2020-03-201-21/+133
| | | | Functions lista_raiz_arbol and lista_grupo_arbol are created and used in all left frames.
* #969 node tree: Functions for get nodes and groups of nodes from database ↵irinagomez2020-03-191-0/+254
are created and used in all left frames. For now frames show array of nodes and groups for debug.