Feature #2712 change name tool: paint by photo retouching

skala
Juan Carlos Raña 14 years ago
parent d9d1d351e4
commit 3534728044
  1. 2
      main/document/create_paint.php
  2. 2
      main/document/document.php
  3. BIN
      main/img/new_paint.png
  4. BIN
      main/img/paint_big.png

@ -21,7 +21,7 @@ $this_section = SECTION_COURSES;
require_once 'document.inc.php';
require_once api_get_path(LIBRARY_PATH).'groupmanager.lib.php';
$nameTools = get_lang('Paint').' / '.get_lang('PhotoRetouching');
$nameTools = get_lang('PhotoRetouching');
api_protect_course_script();
api_block_anonymous_users();

@ -934,7 +934,7 @@ if ($is_allowed_to_edit || $group_member_with_upload_rights || is_my_shared_fold
if (api_get_setting('enabled_support_pixlr') == 'true'){
?>
<a href="create_paint.php?<?php echo api_get_cidreq(); ?>&dir=<?php echo $curdirpathurl.$req_gid; ?>">
<?php Display::display_icon('new_paint.png', get_lang('Paint').' / '.get_lang('PhotoRetouching')); echo get_lang('Paint').' / '.get_lang('PhotoRetouching'); ?></a>&nbsp;
<?php Display::display_icon('new_paint.png', get_lang('PhotoRetouching')); echo get_lang('PhotoRetouching'); ?></a>&nbsp;
<?php
}

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: 16 KiB

Loading…
Cancel
Save