PM-2681 "Case Tracker: En Internet Explorer..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2015-05-15 09:47:07 -04:00
parent 1cf2473c54
commit a1585113b9

View File

@@ -58,10 +58,16 @@
</tr> </tr>
{/if} {/if}
<tr> <tr>
<td width="100%" align="center"> <td {php} if (isset($_SESSION["TRACKER_JAVASCRIPT"])) { echo "id=\"trackerContainer\""; } {/php} width="100%" align="center">
{php} {php}
global $G_TEMPLATE; global $G_TEMPLATE;
if ($G_TEMPLATE != '') G::LoadTemplate($G_TEMPLATE); if ($G_TEMPLATE != '') G::LoadTemplate($G_TEMPLATE);
if (isset($_SESSION["TRACKER_JAVASCRIPT"])) {
echo $_SESSION["TRACKER_JAVASCRIPT"];
unset($_SESSION["TRACKER_JAVASCRIPT"]);
}
{/php} {/php}
</td> </td>
</tr> </tr>