diff --git a/block_punchy.php b/block_punchy.php
index 970c8f9..ecbafc6 100644
--- a/block_punchy.php
+++ b/block_punchy.php
@@ -26,7 +26,7 @@ class block_punchy extends block_base
{
public function init()
{
- $this->title = get_string('pluginname', 'block_punchy');
+ $this->title = get_string('defaulttitle', 'block_punchy');
}
public function instance_allow_multiple()
diff --git a/db/access.php b/db/access.php
index 01c5174..374ecd6 100644
--- a/db/access.php
+++ b/db/access.php
@@ -30,6 +30,8 @@
'captype' => 'write',
'contextlevel' => CONTEXT_BLOCK,
'archetypes' => array(
+ 'teacher' => CAP_PREVENT,
+ 'editingteacher' => CAP_PREVENT,
'manager' => CAP_ALLOW,
),
),
diff --git a/lang/en/block_punchy.php b/lang/en/block_punchy.php
index 124d1fb..36378eb 100644
--- a/lang/en/block_punchy.php
+++ b/lang/en/block_punchy.php
@@ -23,8 +23,14 @@
*/
$string['pluginname'] = 'PUNCHY';
-$string['title'] = "Partageons l'Université Numérique et des Cursus HYbrides";
+$string['title'] = 'Partageons L\'Université Numérique et des Cursus HYbrides';
$string['blocktitle'] = 'Change the title :';
$string['blockstring'] = 'Change the content :';
-$string['defaulttitle'] = "Partageons l'Université Numérique et des Cursus HYbrides";
-$string['defaulttext'] = "
A project of the Digital University allied to a consortium of partners:
- To meet a strong demand for easily reusable hybrid training materials
- To initiate a general, systemic and collective approach aimed at the creation and sharing of digital educational resources with a large potential for reuse, revision and adaptation to various contexts
";
+$string['defaulttitle'] = 'Partageons L\'Université Numérique et des Cursus HYbrides';
+$string['defaulttext'] = 'A project of the Digital University allied to a consortium of partners:
+
+ - To meet a strong demand for easily reusable hybrid training materials
+ - To initiate a general, systemic and collective approach aimed at the creation and sharing of digital educational
+ resources with a large potential for reuse, revision and adaptation to various contexts
+
';
+$string['imagealt'] = 'Logos of France Relance, Government of France, L\'Université Numérique, Fondation UNIT, European Union';
diff --git a/lang/fr/block_punchy.php b/lang/fr/block_punchy.php
index 83058ae..5705af8 100644
--- a/lang/fr/block_punchy.php
+++ b/lang/fr/block_punchy.php
@@ -23,8 +23,14 @@
*/
$string['pluginname'] = 'PUNCHY';
-$string['title'] = "Partageons l'Université Numérique et des Cursus HYbrides";
+$string['title'] = 'Partageons L\'Université Numérique et des Cursus HYbrides';
$string['blocktitle'] = 'Modifier le titre :';
$string['blockstring'] = 'Modifier le contenu :';
-$string['defaulttitle'] = "Partageons l'Université Numérique et des Cursus HYbrides";
-$string['defaulttext'] = "Un projet de L'Université Numérique alliée à un consortium de partenaires :
- Pour répondre à une forte demande de supports de formations hybrides facilement réutilisables
- Pour engager une démarche générale, systémique et collective visant la création et le partage de ressources pédagogiques numériques à large potentiel de réutilisation, révision et adaptation à des contextes divers
";
+$string['defaulttitle'] = 'Partageons L\'Université Numérique et des Cursus HYbrides';
+$string['defaulttext'] = 'Un projet de L\'Université Numérique alliée à un consortium de partenaires :
+
+ - Pour répondre à une forte demande de supports de formations hybrides facilement réutilisables
+ - Pour engager une démarche générale, systémique et collective visant la création et le partage de ressources pédagogiques
+ numériques à large potentiel de réutilisation, révision et adaptation à des contextes divers
+
';
+$string['imagealt'] = 'Logos France Relance, Gouvernement, L\'Université Numérique, Fondation UNIT, Union Européenne';
diff --git a/templates/content.mustache b/templates/content.mustache
index 3e1701a..b1ab784 100644
--- a/templates/content.mustache
+++ b/templates/content.mustache
@@ -1,5 +1,5 @@
{{{content}}}
- {{#pix}} punchy-financement, block_punchy {{/pix}}
+ {{#pix}} punchy-financement, block_punchy, {{#str}} imagealt, block_punchy {{/str}} {{/pix}}
\ No newline at end of file
diff --git a/version.php b/version.php
index 83c4516..553de45 100644
--- a/version.php
+++ b/version.php
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2022020214;
+$plugin->version = 2022021401;
$plugin->requires = 2016052300;
$plugin->release = '1.0.0';
$plugin->component = 'block_punchy';