[svn r14704] Adaptations cosmétiques (see FS#2409)

skala
Julio Montoya 18 years ago
parent 75ee92a863
commit a6c148a77f
  1. 6
      main/admin/configure_extensions.php
  2. 8
      main/gradebook/lib/fe/displaygradebook.php
  3. 2
      main/gradebook/lib/fe/resulttable.class.php
  4. 2
      main/gradebook/lib/gradebook_functions.inc.php
  5. BIN
      main/img/khelpcenter.png
  6. BIN
      main/img/screenshot_conf.jpg
  7. BIN
      main/img/screenshot_ppt2lp.jpg
  8. 2
      main/inc/banner.inc.php

@ -313,7 +313,7 @@ Display::display_header($nameTool);
<?php echo get_lang('Ppt2lpDescription').' '.get_lang('Ppt2lpVoiceRecordingNeedsRed5') ?><br /><br />
<table width="100%">
<tr>
<td width="50%">
<td width="50%" valign="top">
<img width="90%" src="<?php echo api_get_path(WEB_IMG_PATH).'screenshot_ppt2lp.jpg' ?>" />
</td>
<td align="center" width="50%">
@ -367,8 +367,8 @@ Display::display_header($nameTool);
}
$form -> setDefaults($defaults);
$form -> display();
$form -> display();
echo '<br />';
?>
</form>
</td>

@ -35,7 +35,7 @@ class DisplayGradebook
$header .= '<td><a href=gradebook_edit_result.php?selecteval=' . $evalobj->get_id() .'><img src=../img/works.gif alt=' . get_lang('EditResult') . ' align=absmiddle/> ' . get_lang('EditResult') . '</a></td>';
$header .= '<td><a href=' . api_get_self() . '?&selecteval=' . $evalobj->get_id() . '&deleteall= onclick="return confirmationall();"><img src="../img/delete.gif" border="0" alt="" />' . ' ' . get_lang('DeleteResult') . '</a></td>';
}
$header .= '<td><a href=' . api_get_self() . '?print=&selecteval=' . $evalobj->get_id() . ' target="_blank"><img src=../img/file_oo_writer.gif alt=' . get_lang('Print') . '/> ' . get_lang('Print') . '</a>';
$header .= '<td><a href=' . api_get_self() . '?print=&selecteval=' . $evalobj->get_id() . ' target="_blank"><img src=../img/printmgr.gif alt=' . get_lang('Print') . '/> ' . get_lang('Print') . '</a>';
$header .= '</td></tr></table>';
}
if ($evalobj->is_visible() == '1')
@ -107,7 +107,7 @@ class DisplayGradebook
$header .= '<td style="vertical-align: top;"><a href=' . api_get_self() . '?selectcat=' . $catobj->get_parent_id() . '><img src="../img/folder_up.gif" border="0" alt="'.get_lang('Up').'" /></a></td>';
$header .= '<td style="vertical-align: top;">'.$simple_search_form->toHtml().'</td>';
$header .= '<td style="vertical-align: top;"><a href="' . api_get_self() . '?exportpdf=&offset='.Security::remove_XSS($_GET['offset']).'&search=' . Security::remove_XSS($_GET['search']).'&selectcat=' . $catobj->get_id() . '"><img src=../img/calendar_up.gif alt=' . get_lang('ExportPDF') . '/> ' . get_lang('ExportPDF') . '</a>';
$header .= '<td style="vertical-align: top;"><a href="' . api_get_self() . '?print=&selectcat=' . $catobj->get_id() . '" target="_blank"><img src=../img/file_oo_writer.gif alt=' . get_lang('Print') . '/> ' . get_lang('Print') . '</a>';
$header .= '<td style="vertical-align: top;"><a href="' . api_get_self() . '?print=&selectcat=' . $catobj->get_id() . '" target="_blank"><img src="../img/printmgr.gif" alt=' . get_lang('Print') . '/> ' . get_lang('Print') . '</a>';
$header .= '</td></tr></table>';
if (!$catobj->get_id() == '0')
{
@ -207,11 +207,11 @@ class DisplayGradebook
$cats= Category :: load($selectcat);
if ($cats[0]->get_course_code() != null)
{
$header .= '<td><a href=gradebook_add_link.php?&selectcat=' . $catobj->get_id() . '><img src=../img/link_blank.gif alt=' . get_lang('MakeLink') . ' align=absmiddle/> ' . get_lang('MakeLink') . '</a>';
$header .= '<td><a href=gradebook_add_link.php?&selectcat=' . $catobj->get_id() . '><img src=../img/link.gif alt=' . get_lang('MakeLink') . ' align=absmiddle/> ' . get_lang('MakeLink') . '</a>';
}
else
{
$header .= '<td><a href=gradebook_add_link_select_course.php?&selectcat=' . $catobj->get_id() . '><img src=../img/link_blank.gif alt=' . get_lang('MakeLink') . ' align=absmiddle/> ' . get_lang('MakeLink') . '</a>';
$header .= '<td><a href=gradebook_add_link_select_course.php?&selectcat=' . $catobj->get_id() . '><img src=../img/link.gif alt=' . get_lang('MakeLink') . ' align=absmiddle/> ' . get_lang('MakeLink') . '</a>';
}
}
}

@ -139,7 +139,7 @@ class ResultTable extends SortableTable
$doc_url = $link->get_view_url($item['id']);
if ($doc_url != null)
$edit_column .= '&nbsp;<a href="'. $doc_url . '" target="_blank">'
.'<img src="'. api_get_path(WEB_CODE_PATH) . 'img/link_blank.gif" border="0" title="' . get_lang('OpenDocument') . '" alt="" />'
.'<img src="'. api_get_path(WEB_CODE_PATH) . 'img/link.gif" border="0" title="' . get_lang('OpenDocument') . '" alt="" />'
.'</a>';
}

@ -59,7 +59,7 @@ function get_icon_file_name ($type)
elseif ($type == 'evalnotempty')
return api_get_path(WEB_CODE_PATH) . 'img/gradebook_eval_not_empty.gif';
elseif ($type == 'link')
return api_get_path(WEB_CODE_PATH) . 'img/link_blank.gif';
return api_get_path(WEB_CODE_PATH) . 'img/link.gif';
else
return null;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 63 KiB

@ -148,7 +148,7 @@ if ( api_is_allowed_to_edit() )
?>
<li>|
<a href="#" onclick="MyWindow=window.open('<?php echo api_get_path(WEB_CODE_PATH)."help/help.php"; ?>?open=<?php echo $help; ?>','MyWindow','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=500,height=600,left=200,top=20'); return false;">
<img src="<?php echo api_get_path(WEB_CODE_PATH); ?>img/buoy.gif" style="vertical-align: middle;" alt="<?php echo get_lang("Help") ?>"/>&nbsp;<?php echo get_lang("Help") ?></li></a>
<img src="<?php echo api_get_path(WEB_CODE_PATH); ?>img/khelpcenter.png" style="vertical-align: middle;" alt="<?php echo get_lang("Help") ?>"/>&nbsp;<?php echo get_lang("Help") ?></li></a>
<?php
}

Loading…
Cancel
Save