Proyectos de Subversion Moodle

Rev

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

Rev 836 Rev 837
Línea 88... Línea 88...
88
    /* Set block attributes */
88
    /* Set block attributes */
89
    function html_attributes()
89
    function html_attributes()
90
    {
90
    {
91
        $attributes = array(
91
        $attributes = array(
92
            'id' => 'inst' . $this->instance->id,
92
            'id' => 'inst' . $this->instance->id,
93
            'class' => 'block_' . $this->name() . ' block' . 'multiblock-columns-2-parent',
93
            'class' => 'block_' . $this->name() . ' block' . ' multiblock-columns-2-parent',
94
            'role' => $this->get_aria_role()
94
            'role' => $this->get_aria_role()
95
        );
95
        );
96
        if ($this->hide_header()) {
96
        if ($this->hide_header()) {
97
            $attributes['class'] .= ' no-header';
97
            $attributes['class'] .= ' no-header';
98
        }
98
        }