﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2549	Grünes 'icon_arrow_right.gif' wird in /admin/gv_queue.php nicht angezeigt	noRiddle	somebody	"in ''/admin gv_queue.php'' wird bei markiertem Gutschein das grüne 'icon_arrow_right.gif' nicht angezeigt.
Lösung:
Anstatt
{{{
<td class=""dataTableContent txta-r""><?php if ((!isset($_GET['gid']) || ($_GET['gid'] == $gv_list['unique_id'])) && !isset($gInfo)) { echo xtc_image(DIR_WS_IMAGES . 'icon_arrow_right.gif', ICON_ARROW_RIGHT); } else { echo '<a href=""' . xtc_href_link(FILENAME_GV_QUEUE, 'page=' . $page . '&gid=' . $gv_list['unique_id']) . '"">' . xtc_image(DIR_WS_IMAGES . 'icon_arrow_grey.gif', IMAGE_ICON_INFO) . '</a>'; } ?>&nbsp;</td>
}}}

das
{{{
<td class=""dataTableContent txta-r""><?php if (isset($gInfo) && is_object($gInfo) && ($gv_list['unique_id'] == $gInfo->unique_id)) { echo xtc_image(DIR_WS_IMAGES . 'icon_arrow_right.gif', ICON_ARROW_RIGHT); } else { echo '<a href=""' . xtc_href_link(FILENAME_GV_QUEUE, 'page=' . $page . '&gid=' . $gv_list['unique_id']) . '"">' . xtc_image(DIR_WS_IMAGES . 'icon_arrow_grey.gif', IMAGE_ICON_INFO) . '</a>'; } ?>&nbsp;</td>
}}}

Gruß,
noRiddle

"	Bug/Fehler	closed	normal	modified-shop-2.0.8.0	Admin	2.0.7.2	fixed				
