Work on import module

This commit is contained in:
Laurent Destailleur
2009-08-23 00:15:30 +00:00
parent 61d540fadc
commit d2e3e207a6
10 changed files with 838 additions and 50 deletions

View File

@@ -901,7 +901,7 @@ function top_menu($head, $title='', $target='')
// Link to print main content area
if (empty($conf->global->MAIN_PRINT_DISABLELINK))
{
$text ='<a href="'.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].'&optioncss=print" target="_new">';
$text ='<a href="'.$_SERVER["PHP_SELF"].'?'.$_SERVER["QUERY_STRING"].'&optioncss=print" target="_blank">';
$text.='<img class="printer" border="0" width="14" height="14" src="'.DOL_URL_ROOT.'/theme/'.$conf->theme.'/img/printer.png"';
$text.=' title="'.dol_escape_htmltag($langs->trans("PrintContentArea")).'" alt="'.dol_escape_htmltag($langs->trans("PrintContentArea")).'">';
$text.='</a>';