[svn r20808] Fix url - cidreq added see FS#4218 thanks to Noa

skala
Julio Montoya 16 years ago
parent 2656ed009f
commit 06c39296b5
  1. 6
      main/course_description/index.php

@ -1,4 +1,4 @@
<?php // $Id: index.php 20806 2009-05-18 19:28:18Z herodoto $
<?php // $Id: index.php 20808 2009-05-18 19:49:10Z juliomontoya $
/* For licensing terms, see /dokeos_license.txt */
/**
==============================================================================
@ -167,8 +167,8 @@ if (api_is_allowed_to_edit() && !is_null($description_id) || $action =='add') {
}
}
//Se borro: echo ' <style> .row{} <\style> por que hacia conflicto en apartado personalizado con los estilos propios del formvalidator
// Build the form
$form = new FormValidator('course_description','POST','index.php','','style="width: 100%;"');
// Build the form
$form = new FormValidator('course_description','POST','index.php?'.api_get_cidreq(),'','style="width: 100%;"');
$form->addElement('header', '', $default_description_titles[$description_id]);
$form->addElement('hidden', 'description_id');

Loading…
Cancel
Save