From a2105c30f4363097c5d0006e1d6da5068bda1d76 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 29 Nov 2007 18:26:37 +0000 Subject: [PATCH] Make website fields into links --- tableeditor.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tableeditor.class.php b/tableeditor.class.php index b6018373..bb7c1b60 100644 --- a/tableeditor.class.php +++ b/tableeditor.class.php @@ -1166,6 +1166,12 @@ class TableEditor } echo ""; } + else if(substr($f,0,7)=="website") + { + echo ""; + echo "$f}\" target=\"_blank\">{$r->$f}"; + echo ""; + } else { if($this->fieldOptions[$f])