Skip to content

Commit

Permalink
Add config help for saved QBE searches.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Feb 26, 2014
1 parent da13840 commit 02afab9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libraries/relation.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,17 @@ function PMA_getRelationsParamDiagnostic($cfgRelation)
'navwork',
$messages
);
$retval .= PMA_getDiagMessageForParameter(
'savedsearches',
isset($cfgRelation['savedsearches']),
$messages,
'savedsearches'
);
$retval .= PMA_getDiagMessageForFeature(
__('Saving Query-By-Example searches'),
'savedsearcheswork',
$messages
);
$retval .= '</table>' . "\n";

$retval .= '<p>' . __('Quick steps to setup advanced features:') . '</p>';
Expand Down

0 comments on commit 02afab9

Please sign in to comment.