mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html
This commit is contained in:
parent
bf866028c5
commit
37f33271be
@ -587,7 +587,7 @@ class altq_root_queue {
|
||||
if ($altq)
|
||||
$scheduler = ": " . $altq->GetScheduler();
|
||||
$form = "<tr><td width=\"20%\" class=\"vtable\">";
|
||||
$form .= "<a href=\"firewall_shaper.php?interface" . $this->GetInterface() . "&queue=". $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>";
|
||||
$form .= "<a href=\"firewall_shaper.php?interface=" . $this->GetInterface() . "&queue=". $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>";
|
||||
$form .= "</td></tr>";
|
||||
$form .= "<tr>";
|
||||
$form .= "<td width=\"50%\" class=\"vncellreq\">";
|
||||
@ -1196,7 +1196,7 @@ class priq_queue {
|
||||
if ($altq)
|
||||
$scheduler = ": " . $altq->GetScheduler();
|
||||
$form = "<tr><td width=\"20%\" class=\"vtable\">";
|
||||
$form .= "<a href=\"firewall_shaper.php?interface" . $this->GetInterface() . "&queue=" . $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>";
|
||||
$form .= "<a href=\"firewall_shaper.php?interface=" . $this->GetInterface() . "&queue=" . $this->GetInterface()."&action=show\">".$this->GetInterface().": ".$scheduler."</a>";
|
||||
$form .= "</td></tr>";
|
||||
/*
|
||||
* XXX: Hack in sight maybe fix with a class that wraps all
|
||||
|
||||
Loading…
Reference in New Issue
Block a user