Skip to content
Snippets Groups Projects
Commit 6526d80b authored by Thomas Fradet's avatar Thomas Fradet
Browse files

block css

parent d2422b18
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ Ajout de coches sexy, crédit : https://jalokim.graphics/playground/fancy-checkb
Amélioration de l'apparence de la liste dans le bloc et fusion des boutons avec cette liste (en couleur).
Amélioration de l'apprence du message si pas de parcours encore existants.
### Place du block
Suppression du titre de section de paramètre inutile dans le fichier `edit_form.php`.
......
......@@ -97,7 +97,7 @@ class block_career extends block_base
$this->content->text .= '</div>';
if (empty($request)) {
$this->content->text .= "<p>" . get_string('any_carrer', 'block_career') . "</p>";
$this->content->text .= "<p class='alert alert-secondary m-t-1'>" . get_string('any_carrer', 'block_career') . "</p>";
}
// $this->content->text .= "<p></p>";
......
......@@ -14,6 +14,6 @@
$string['titleaddelemdesc_plugin'] = 'Select course ressources and activities you want in your path.';
$string['heading_plugin'] = 'You can create a Path to group activities and ressources appart from the other inside a learning path. ';
$string['add_path'] = 'Add a path';
$string['any_carrer'] = 'No Path in this course';
$string['any_carrer'] = 'No Path in this course.';
$string['list_title'] = 'Edit path list';
?>
\ No newline at end of file
......@@ -13,6 +13,6 @@
$string['titleaddelemdesc_plugin'] = 'Sélectionnez des activités et ressources du cours que vous souhaitez ajouter au parcours.';
$string['heading_plugin'] = 'Les parcours permettent de regrouper certaines ressources du cours dans un enchaînement particulier à part des autres.';
$string['add_path'] = 'Ajouter un parcours';
$string['any_carrer'] = 'Pas de parcours';
$string['any_carrer'] = 'Pas de parcours.';
$string['list_title'] = 'Édition des parcours';
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment