FIxed some short tags

This commit is contained in:
moodler 2004-05-10 17:46:35 +00:00
parent 7e07c5cced
commit e730321594
46 changed files with 95 additions and 95 deletions

View file

@ -1,4 +1,4 @@
<img valign=absmiddle src="<?=$cfg->wwwroot?>/mod/dialogue/icon.gif">&nbsp;<b>Di&agrave;legs</b></p>
<img valign=absmiddle src="<?php echo $cfg->wwwroot?>/mod/dialogue/icon.gif">&nbsp;<b>Di&agrave;legs</b></p>
<p>Aquest m&ograve;dul proporciona un m&egrave;tode senzill de comunicaci&oacute;n entre parelles d'usuaris. Un professor pot obrir un di&agrave;leg amb un estudiant i (opcionalment) un estudiant pot obrir un di&agrave;leg amb un professor, i (opcionalment) un estudiant pot obrir un di&agrave;leg amb un altre estudiant. Un professor o un estudiant poden participar simult&agrave;niament en diversos di&agrave;legs.</p>

View file

@ -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");

View file

@ -30,10 +30,10 @@
<p>A difer&egrave;ncia de l'Autoformat Moodle aqu&iacute; no hi ha formatatge autom&agrave;tic.</p>
<P ALIGN=RIGHT>
<? helpbutton("html", get_string("helphtml")) ?>
<?php helpbutton("html", get_string("helphtml")) ?>
M&eacute;s informaci&oacute; sobre HTML en Moodle</P>
<P ALIGN=RIGHT>
<? helpbutton("richtext", get_string("helprichtext")) ?>
<?php helpbutton("richtext", get_string("helprichtext")) ?>
M&eacute;s informaci&oacute; 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&ograve; que tamb&eacute; pot transformar-se autom&agrave;ticament en text HTML amb encap&ccedil;alaments, llistes i altres formatatges complexos.</p>
<P ALIGN=RIGHT>
<? helpbutton("wiki", get_string("helpwiki")) ?>
<?php helpbutton("wiki", get_string("helpwiki")) ?>
M&eacute;s informaci&oacute; sobre el format Wiki</P>
</UL>