Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 713... Línea 713...
713
                $row3->cells[] = $cell5;
713
                $row3->cells[] = $cell5;
714
                $row3->cells[] = $cell6;
714
                $row3->cells[] = $cell6;
715
                $t->data[] = $row3;
715
                $t->data[] = $row3;
716
            }
716
            }
Línea 717... Línea 717...
717
 
717
 
Línea 718... Línea 718...
718
            echo html_writer::tag('div', html_writer::table($t), array('class'=>'no-overflow'));
718
            echo html_writer::tag('div', html_writer::table($t), ['class' => 'table-responsive']);
719
 
719
 
Línea 720... Línea 720...
720
        }
720
        }
Línea 1965... Línea 1965...
1965
        echo $OUTPUT->container_start();
1965
        echo $OUTPUT->container_start();
1966
        echo html_writer::tag('div', get_string('restoreconfirm', 'wiki', $version->version));
1966
        echo html_writer::tag('div', get_string('restoreconfirm', 'wiki', $version->version));
1967
        echo $OUTPUT->container_start('mt-2', 'wiki_restoreform');
1967
        echo $OUTPUT->container_start('mt-2', 'wiki_restoreform');
1968
        $yesbutton = new single_button($restoreurl, get_string('yes'), 'post');
1968
        $yesbutton = new single_button($restoreurl, get_string('yes'), 'post');
1969
        $nobutton = new single_button($return, get_string('no'), 'post');
1969
        $nobutton = new single_button($return, get_string('no'), 'post');
1970
        $nobutton->class .= ' ml-2';
1970
        $nobutton->class .= ' ms-2';
1971
        echo $OUTPUT->render($yesbutton);
1971
        echo $OUTPUT->render($yesbutton);
1972
        echo $OUTPUT->render($nobutton);
1972
        echo $OUTPUT->render($nobutton);
1973
        echo $OUTPUT->container_end();
1973
        echo $OUTPUT->container_end();
1974
        echo $OUTPUT->container_end();
1974
        echo $OUTPUT->container_end();
1975
    }
1975
    }