Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 41... Línea 41...
41
 
41
 
42
    /** Added as an id="" attribute to the table on output. */
42
    /** Added as an id="" attribute to the table on output. */
Línea 43... Línea 43...
43
    protected $id;
43
    protected $id;
44
 
44
 
Línea 45... Línea 45...
45
    /** Added to the class="" attribute on output. */
45
    /** Added to the class="" attribute on output. */
46
    protected $classes = array('rolecap table-hover');
46
    protected $classes = ['rolecap table w-auto table-hover'];
Línea 47... Línea 47...
47
 
47