'vars' => array('table' => 'relname'),
'multiaction' => 'confirm_empty',
),
+ 'alter' => array(
+ 'title' => $lang['stralter'],
+ 'url' => "tblproperties.php?action=confirm_alter&{$misc->href}&",
+ 'vars' => array('table' => 'relname'),
+ ),
'drop' => array(
'title' => $lang['strdrop'],
'url' => "tables.php?action=confirm_drop&{$misc->href}&",
// 'title' => $lang['strinsert'],
// 'url' => "views.php?action=confinsertrow&{$misc->href}&",
// 'vars' => array('view' => 'relname'),
-// ),
+ // ),
+ 'alter' => array(
+ 'title' => $lang['stralter'],
+ 'url' => "viewproperties.php?action=confirm_alter&{$misc->href}&",
+ 'vars' => array('view' => 'relname'),
+ ),
'drop' => array(
'title' => $lang['strdrop'],
'url' => "views.php?action=confirm_drop&{$misc->href}&",