[svn r11403] News Icons

skala
Julian Prud'homme 19 years ago
parent bec6f0cc0e
commit c874043f19
  1. 2
      main/blog/blog_admin.php
  2. 4
      main/course_home/activity.php
  3. BIN
      main/img/blog.gif
  4. BIN
      main/img/blog_admin.gif
  5. BIN
      main/img/blog_na.gif
  6. BIN
      main/img/blog_new.gif
  7. BIN
      main/img/links.gif
  8. BIN
      main/img/links_na.gif

@ -92,7 +92,7 @@ api_display_tool_title($nameTools);
}
echo "<a href='".$_SERVER['PHP_SELF']."?action=add'>",
"<img src='../img/blog.gif' border=\"0\" align=\"absmiddle\" alt='scormbuilder'>&nbsp;&nbsp;".get_lang('AddBlog')."</a>";
"<img src='../img/blog_new.gif' border=\"0\" align=\"absmiddle\" alt='".get_lang('NewBlog')."'>&nbsp;&nbsp;".get_lang('AddBlog')."</a>";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"2\" class='data_table'>";
echo "<tr>",
"<th>",get_lang('Title'),"</th>\n",

@ -219,7 +219,7 @@ function show_tools_category($course_tool_category)
if($toolsRow['visibility'] == '1' && $toolsRow['admin'] !='1' && !strpos($toolsRow['link'],'learnpath_handler.php?learnpath_id'))
{
$link['name'] = '<img src="'.api_get_path(WEB_CODE_PATH).'img/remove.gif" align="absmiddle" alt="'.get_lang("Deactivate").'"/>';
$link['name'] = '<img src="'.api_get_path(WEB_CODE_PATH).'img/visible.gif" align="absmiddle" alt="'.get_lang("Deactivate").'"/>';
$link['cmd'] = "hide=yes";
$lnk[] = $link;
@ -227,7 +227,7 @@ function show_tools_category($course_tool_category)
if($toolsRow['visibility'] == '0' && $toolsRow['admin'] !='1')
{
$link['name'] = '<img src="'.api_get_path(WEB_CODE_PATH).'img/add.gif" align="absmiddle" alt="'.get_lang("Activate").'"/>';
$link['name'] = '<img src="'.api_get_path(WEB_CODE_PATH).'img/invisible.gif" align="absmiddle" alt="'.get_lang("Activate").'"/>';
$link['cmd'] = "restore=yes";
$lnk[] = $link;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Loading…
Cancel
Save