From 42022f88bf5db22b566e2669cd6b3f495e32990d Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Tue, 6 Dec 2011 23:57:18 +0100 Subject: [PATCH] Add links on columns names from view property page to the view's column page --- viewproperties.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/viewproperties.php b/viewproperties.php index 1ae0b644..5d973665 100755 --- a/viewproperties.php +++ b/viewproperties.php @@ -399,6 +399,8 @@ 'column' => array( 'title' => $lang['strcolumn'], 'field' => field('attname'), + 'url' => "colproperties.php?subject=column&{$misc->href}&view=".urlencode($_REQUEST['view'])."&", + 'vars' => array('column' => 'attname'), ), 'type' => array( 'title' => $lang['strtype'], -- 2.39.5