@@ -185,6 +185,8 @@ $string['help_highlight'] = 'Highlight an item in the document';
$string['help_verticalline']='Click drag a vertical line in the document';
$string['help_stamp']='Click where to place the stamp';
$string['admin_access_error']='You are not allow to access this page, please contact your teacher or your manager';
$string['basepalette']='Base annotation tools';
$string['basepalette_desc']='The base annotation tool palette is defined <a href="{$a}">here</a> for the whole Moodle site. Teachers can then define their own tool palettes in their courses via the course administration menu.';
@@ -184,3 +184,11 @@ $string['help_highlight'] = 'Surligner un élément dans le document';
$string['help_verticalline']='Cliquer glisser une ligne verticale dans le document';
$string['help_stamp']='Cliquer à l\'endroit où placer le tampon';
$string['admin_access_error']='Vous n\'avez pas les droits suffisants pour accéder à cette page, contactez votre enseignant ou un responsable de Moodle.';
$string['basepalette']='Base annotation tools';
$string['basepalette_desc']='The base annotation tool palette is defined <a href="{$a}">here</a> for the whole Moodle site. Teachers can then define their own tool palettes in their courses via the course administration menu.';
$formAxis=newaxis_form(null,array('id'=>$this->course->id),null,null,array('id'=>"assignfeedback_editpdfplus_edit_axis"));//Form processing and displaying is done here
$formAxis=newaxis_form(null,array('id'=>$this->context->id),null,null,array('id'=>"assignfeedback_editpdfplus_edit_axis"));//Form processing and displaying is done here
$formAxis=newaxis_form(null,array('id'=>$this->course->id),null,null,array('id'=>"assignfeedback_editpdfplus_add_axis"));//Form processing and displaying is done here
$formAxis=newaxis_form(null,array('id'=>$this->context->id),null,null,array('id'=>"assignfeedback_editpdfplus_add_axis"));//Form processing and displaying is done here
$formAxis=newaxis_del_form(null,array('id'=>$this->course->id),null,null,array('id'=>"assignfeedback_editpdfplus_del_axis"));//Form processing and displaying is done here
$formAxis=newaxis_del_form(null,array('id'=>$this->context->id),null,null,array('id'=>"assignfeedback_editpdfplus_del_axis"));//Form processing and displaying is done here