forked from science-ation/science-ation
Make website fields into links
This commit is contained in:
parent
ef2cc85c8c
commit
a2105c30f4
@ -1166,6 +1166,12 @@ class TableEditor
|
|||||||
}
|
}
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
}
|
}
|
||||||
|
else if(substr($f,0,7)=="website")
|
||||||
|
{
|
||||||
|
echo "<td valign=\"top\">";
|
||||||
|
echo "<a href=\"{$r->$f}\" target=\"_blank\">{$r->$f}</a>";
|
||||||
|
echo "</td>";
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if($this->fieldOptions[$f])
|
if($this->fieldOptions[$f])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user