mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
FIxed some short tags
This commit is contained in:
parent
7e07c5cced
commit
e730321594
46 changed files with 95 additions and 95 deletions
|
@ -1,4 +1,4 @@
|
|||
<img valign=absmiddle src="<?=$cfg->wwwroot?>/mod/dialogue/icon.gif"> <b>Diàlegs</b></p>
|
||||
<img valign=absmiddle src="<?php echo $cfg->wwwroot?>/mod/dialogue/icon.gif"> <b>Diàlegs</b></p>
|
||||
|
||||
<p>Aquest mòdul proporciona un mètode senzill de comunicación entre parelles d'usuaris. Un professor pot obrir un diàleg amb un estudiant i (opcionalment) un estudiant pot obrir un diàleg amb un professor, i (opcionalment) un estudiant pot obrir un diàleg amb un altre estudiant. Un professor o un estudiant poden participar simultàniament en diversos diàlegs.</p>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<P ALIGN=CENTER><B>Sobre l'editor de text enriquit HTML</B></P>
|
||||
|
||||
<P>Disponibilitat: <B>
|
||||
<? if (!$CFG->htmleditor) {
|
||||
<?php if (!$CFG->htmleditor) {
|
||||
print_string("htmleditordisabledadmin");
|
||||
} else if (!$USER->htmleditor) {
|
||||
print_string("htmleditordisabled");
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
|
||||
<p>A diferència de l'Autoformat Moodle aquí no hi ha formatatge automàtic.</p>
|
||||
<P ALIGN=RIGHT>
|
||||
<? helpbutton("html", get_string("helphtml")) ?>
|
||||
<?php helpbutton("html", get_string("helphtml")) ?>
|
||||
Més informació sobre HTML en Moodle</P>
|
||||
<P ALIGN=RIGHT>
|
||||
<? helpbutton("richtext", get_string("helprichtext")) ?>
|
||||
<?php helpbutton("richtext", get_string("helprichtext")) ?>
|
||||
Més informació sobre l'editor de text enriquit HTML</P>
|
||||
|
||||
</UL>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<p>Aquest format utilitza una forma especial d'escriure text coneguda com format Wiki</p>
|
||||
<p>Aquest format permet escriure text de manera que segueix sent bastant llegible, però que també pot transformar-se automàticament en text HTML amb encapçalaments, llistes i altres formatatges complexos.</p>
|
||||
<P ALIGN=RIGHT>
|
||||
<? helpbutton("wiki", get_string("helpwiki")) ?>
|
||||
<?php helpbutton("wiki", get_string("helpwiki")) ?>
|
||||
Més informació sobre el format Wiki</P>
|
||||
</UL>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue