Minor - Relocate works download button - refs CT#7769

1.10.x
Yannick Warnier 10 years ago
parent 8b5fb2ea9f
commit d518091419
  1. 2
      main/work/work_list_all.php

@ -172,7 +172,7 @@ if (api_is_allowed_to_session_edit(false, true) && !empty($workId) && !$isDrhOfC
$count = get_count_work($workId);
if ($count > 0) {
$display_output .= '<a href="downloadfolder.inc.php?id='.$workId.'&'.api_get_cidreq().'">'.
Display::return_icon('save_pack.png', get_lang('Save'), array('style' => 'float:right;'), ICON_SIZE_MEDIUM).'</a>';
Display::return_icon('save_pack.png', get_lang('Save'), null, ICON_SIZE_MEDIUM).'</a>';
}
$actionsLeft .= $display_output;

Loading…
Cancel
Save