mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Corrected bad link() call
This commit is contained in:
parent
a4b8a88d81
commit
75e4cfe0fa
@ -29,7 +29,7 @@ class html
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$html .= "<form method=\"post\" action=\""
|
$html .= "<form method=\"post\" action=\""
|
||||||
. $phpgw->link()
|
. $phpgw->link('/admin/log.php')
|
||||||
. "&editable=true\">\n";
|
. "&editable=true\">\n";
|
||||||
$html .= "<input type=\"submit\" name=\"submit\" value=\"Edit Table Format\">";
|
$html .= "<input type=\"submit\" name=\"submit\" value=\"Edit Table Format\">";
|
||||||
}
|
}
|
||||||
@ -100,7 +100,7 @@ class html
|
|||||||
global $phpgw, $nocols;
|
global $phpgw, $nocols;
|
||||||
$html = '';
|
$html = '';
|
||||||
$html .= "<form method=\"post\" action=\""
|
$html .= "<form method=\"post\" action=\""
|
||||||
. $phpgw->link()
|
. $phpgw->link('/admin/log.php')
|
||||||
. "&editable=true"
|
. "&editable=true"
|
||||||
. "\">\n";
|
. "\">\n";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user