diff --git a/main/inc/lib/fckeditor/editor/dialog/fck_template.html b/main/inc/lib/fckeditor/editor/dialog/fck_template.html index 0d3be8f1cd..4c481e7cbb 100644 --- a/main/inc/lib/fckeditor/editor/dialog/fck_template.html +++ b/main/inc/lib/fckeditor/editor/dialog/fck_template.html @@ -43,7 +43,8 @@ .TplItem TABLE { - display: inline; + display: inline; + text-align:right; } .TplTitle a @@ -52,7 +53,7 @@ color:000; text-decoration: none; font-weight :normal; - text-align:right; + } diff --git a/main/inc/lib/fckeditor/fcktemplates.xml.php b/main/inc/lib/fckeditor/fcktemplates.xml.php index e2a09b7f6d..9272049626 100644 --- a/main/inc/lib/fckeditor/fcktemplates.xml.php +++ b/main/inc/lib/fckeditor/fcktemplates.xml.php @@ -10,17 +10,21 @@ function loadCSS($css_name) return $template_css; } $css = loadCSS(api_get_setting('stylesheets')); +$img_dir = api_get_path(WEB_IMG_PATH); +$default_course_dir = api_get_path(WEB_CODE_PATH).'default_course_document/'; // ?> - '; echo htmlentities(file_get_contents(api_get_path(SYS_COURSE_PATH).$course['path'].'/document'.$document_path)); echo ''; - echo ''; - + echo ''; } - - - -//Maybe helpfull to translate the tips ? I can delete this if don't - - function tip($type) - { - $tip='
' - .'
' - .'Tip :' - .'
    '; - switch ($type): - case "flash": - $tip.='
  • To add your flash animation, delete this and go to the flash Icon
  • '; - break; - case "video": - $tip.='
  • To add a video, delete this and go to the video button Icon
  • '; - break; - case "table": - $tip.='
  • To add row, click on the narrow button on the left or right when you click on a table
  • ' - .'
  • To add column, click on the narrow button on the top or bottom when you click on a table
  • '; - break; - case "image": - $tip.='
  • To add an image, delete this and go to the picture button Icon
  • '; - break; - case "audio": - $tip.='
  • Audio tips
  • '; - break; - case "cover": - $tip.='
  • Welcome to the Dokeos document creator
  • '; - break; - case "glossary": - $tip.='
  • Here glossary tips
  • '; - break; - case "preface": - $tip.='
  • Describe the course to the learner entering it.
  • '; - default: - $tip.='
  • Here you can enter all the default tips for all
  • ' - .'
  • To delete the tip, click on the delete button on the left
  • '; - endswitch; - $tip.='
'; - - $tip.='For more information & tutorials go to : http://www.dokeos.com/en/tutorials.php' - .'
' - .'
'; - echo $tip; - } - - //Show a Title dialog when the mouse is over - function titleHelp($type) - { - switch ($type): - default: - $titleH="Click here & delete this to add your media"; - endswitch; - echo $titleH; - } - ?> - - - - - - - - - - - - - - - - - - -