[svn r11195] Fix minor display bugs & add/update icons

skala
Julian Prud'homme 19 years ago
parent db5aaec3e5
commit 16b1fb8477
  1. 4
      main/announcements/announcements.php
  2. 4
      main/calendar/agenda.php
  3. BIN
      main/img/announce_add.gif
  4. BIN
      main/img/chat_little.gif
  5. BIN
      main/img/enroll.gif
  6. BIN
      main/img/lock.gif
  7. BIN
      main/img/unlock.gif
  8. BIN
      main/img/valves_delete.gif
  9. 2
      main/inc/lib/fileDisplay.lib.php

@ -1,4 +1,4 @@
<?php //$Id: announcements.php 11181 2007-02-21 15:24:19Z elixir_inter $
<?php //$Id: announcements.php 11195 2007-02-22 15:42:28Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -927,7 +927,7 @@ if(!$surveyid)
if ((api_is_allowed_to_edit() OR api_get_course_setting('allow_user_edit_announcement')) and ($_GET['origin'] !== 'learnpath'))
{
echo "<a href='".$_SERVER['PHP_SELF']."?action=add&origin=".$_GET['origin']."'><img src=\"../img/valves_add.gif\"> ".get_lang("AddAnnouncement")."</a><br/>";
echo "<a href='".$_SERVER['PHP_SELF']."?action=add&origin=".$_GET['origin']."'><img src=\"../img/announce_add.gif\"> ".get_lang("AddAnnouncement")."</a><br/>";
if ($announcement_number > 1)
{
echo "<a href=\"".$_SERVER['PHP_SELF']."?action=delete_all\" onclick=\"javascript:if(!confirm('".get_lang("ConfirmYourChoice")."')) return false;\"><img src=\"../img/valves_delete.gif\"/> ".get_lang("AnnouncementDeleteAll")."</a>\n";

@ -1,4 +1,4 @@
<?php //$Id: agenda.php 11114 2007-02-14 21:25:27Z pcool $
<?php //$Id: agenda.php 11195 2007-02-22 15:42:28Z elixir_julian $
/*
==============================================================================
Dokeos - elearning and course management software
@ -324,7 +324,7 @@ if (is_allowed_to_edit())
$id=(int)$_GET['id'];
$ann_id = store_agenda_item_as_announcement($id);
$tool_group_link = (isset($_SESSION['toolgroup'])?'&toolgroup='.$_SESSION['toolgroup']:'');
Display::display_normal_message('Copied as announcement: <a href="../announcements/announcements.php?id='.$ann_id.$tool_group_link.'">New announcement</a>');
Display::display_normal_message('Copied as announcement: <a href="../announcements/announcements.php?id='.$ann_id.$tool_group_link.'">New announcement</a>', false);
display_agenda_items();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 953 B

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -92,7 +92,7 @@ function choose_image($file_name)
$type['acrobat' ] = array('pdf');
$type['powerpoint'] = array('ppt');
$type['flash' ] = array('fla', 'swf');
$type['text' ] = array('txt');
$type['text' ] = array('txt','log');
$type['oo_writer' ] = array('odt','sxw');
$type['oo_calc' ] = array('ods','sxc');
$type['oo_impress'] = array('odp','sxi');

Loading…
Cancel
Save