[svn r18306] config button bar: introduction tool

skala
Juan Carlos Raña 17 years ago
parent 2f1733c6a8
commit c978dbb53d
  1. 4
      main/document/document.php
  2. 2
      main/dropbox/index.php
  3. 4
      main/exercice/exercice.php
  4. 2
      main/forum/index.php
  5. 2
      main/glossary/index.php
  6. 4
      main/group/group.php
  7. 4
      main/group/group_space.php
  8. 4
      main/link/link.php

@ -1,4 +1,4 @@
<?php // $Id: document.php 18270 2009-02-05 22:07:04Z cfasanando $
<?php // $Id: document.php 18306 2009-02-06 21:33:15Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -341,7 +341,7 @@ if($to_group_id !=0) //add group name after for group documents
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
if(!empty($_SESSION['_gid']))
{

@ -146,7 +146,7 @@ $dropbox_unid = md5( uniqid( rand( ), true));
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_DROPBOX,'left');

@ -1,4 +1,4 @@
<?php // $Id: exercice.php 18203 2009-02-03 18:02:16Z ndieschburg $
<?php // $Id: exercice.php 18306 2009-02-06 21:33:15Z herodoto $
/*
==============================================================================
@ -389,7 +389,7 @@ event_access_tool(TOOL_QUIZ);
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_QUIZ);

@ -129,7 +129,7 @@ api_display_tool_title($nameTools);
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_FORUM,'left');

@ -34,7 +34,7 @@ Display::display_header(get_lang(ucfirst($tool)));
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_GLOSSARY,'left');

@ -1,4 +1,4 @@
<?php // $Id: group.php 18113 2009-02-01 11:25:38Z ivantcholakov $
<?php // $Id: group.php 18306 2009-02-06 21:33:15Z herodoto $
/*
==============================================================================
@ -91,7 +91,7 @@ Display::display_header(get_lang('Groups'));
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_GROUP,'left');

@ -1,4 +1,4 @@
<?php //$Id: group_space.php 18113 2009-02-01 11:25:38Z ivantcholakov $
<?php //$Id: group_space.php 18306 2009-02-06 21:33:15Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -100,7 +100,7 @@ Display::display_header($nameTools,"Group");
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(group_space_.$_SESSION['_gid']);

@ -1,4 +1,4 @@
<?php // $Id: link.php 18203 2009-02-03 18:02:16Z ndieschburg $
<?php // $Id: link.php 18306 2009-02-06 21:33:15Z herodoto $
/*
==============================================================================
Dokeos - elearning and course management software
@ -185,7 +185,7 @@ if(isset($_GET['action']))
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '400';
$fck_attribute['ToolbarSet'] = 'Full';
$fck_attribute['ToolbarSet'] = 'Introduction';
Display::display_introduction_section(TOOL_LINK,'left');

Loading…
Cancel
Save