Proyectos de Subversion Moodle

Rev

Rev 968 | Rev 970 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 968 Rev 969
Línea 829... Línea 829...
829
      this.currenttabindex = args.currenttabindex;
829
      this.currenttabindex = args.currenttabindex;
830
      this.api = this.getcesa_notesValidatedUrl(
830
      this.api = this.getcesa_notesValidatedUrl(
831
        M.cfg.wwwroot + "/blocks/cesa_notes/cesa_notes_ajax.php"
831
        M.cfg.wwwroot + "/blocks/cesa_notes/cesa_notes_ajax.php"
832
      );
832
      );
833
      var strtitle = M.util.get_string("showcesa_notes", "block_cesa_notes");
833
      var strtitle = M.util.get_string("showcesa_notes", "block_cesa_notes");
834
      if (CONFIG.editing) {
834
      if (!CONFIG.editing) {
835
        var handler = $(
835
        var handler = $(
836
          '<div class="' +
836
          '<div class="' +
837
            CSS.cesa_notes_OPENER +
837
            CSS.cesa_notes_OPENER +
838
            '" title="' +
838
            '" title="' +
839
            strtitle +
839
            strtitle +