Ticket #3020 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

No link

Reported by: giobs Assigned to: p_lindheimer
Priority: major Milestone: 2.5
Component: Core - Trunks/Routing Version: 2.5-branch
Keywords: trunk Cc:
Confirmation: Confirmed Distro:
Backend Engine: Asterisk 1.4.x Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

If use IE7 on the ADD trunk page (http://xxx.xxx.xxx/admin/config.php?type=setup&display=trunks) only the first link work (ADD ZAP Trunk) the other "link" not are link and not works...

Note: with Mozilla Firefox work fine.

Change History

08/05/08 10:10:35 changed by mbrevda

yup, ti seems to be a problem

08/08/08 18:21:17 changed by p_lindheimer

  • confirmation changed from Unreviewed to Confirmed.
  • milestone changed from Cut Line to 2.5.
Index: page.trunks.php
===================================================================
--- page.trunks.php     (revision 6276)
+++ page.trunks.php     (working copy)
@@ -220,7 +220,7 @@
        );
        foreach ($trunks as $trunk) {
                $label = '<span><img width="16" height="16" border="0" title="'.$trunk['tlabel'].'" alt="" src="images/core_add.png"/>&nbsp;'.$trunk['tlabel'].'</span>';
-               echo "<a href=".$trunk['url'].">".$label."</a><br /><br /";
+               echo "<a href=".$trunk['url'].">".$label."</a><br /><br />";
        }
 } else {
        if ($extdisplay) {

08/08/08 18:21:52 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

(In [6295]) fixes #3020 missing closing bracket on break tag