fix "restore default" button, should be visible only when field has custom value
added missing validations for setup script added two field descriptions added SkipLockedTables to user preferences
This commit is contained in:
@@ -267,6 +267,7 @@ $strConfigLeftFrameLight_name = __('Use light version');
|
||||
$strConfigLeftFrameTableLevel_name = __('Maximum table tree depth');
|
||||
$strConfigLeftFrameTableSeparator_desc = __('String that separates tables into different tree levels');
|
||||
$strConfigLeftFrameTableSeparator_name = __('Table tree separator');
|
||||
$strConfigLeftLogoLink_desc = __('URL where logo in the navigation frame will point to');
|
||||
$strConfigLeftLogoLink_name = __('Logo link URL');
|
||||
$strConfigLeftLogoLinkWindow_desc = __('Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])');
|
||||
$strConfigLeftLogoLinkWindow_name = __('Logo link target');
|
||||
@@ -449,6 +450,7 @@ $strConfigSuggestDBName_desc = __('Suggest a database name on the "Create D
|
||||
$strConfigSuggestDBName_name = __('Suggest new database name');
|
||||
$strConfigTextareaCols_desc = __('Textarea size (columns) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
|
||||
$strConfigTextareaCols_name = __('Textarea columns');
|
||||
$strConfigTextareaRows_desc = __('Textarea size (rows) in edit mode, this value will be emphasized for SQL query textareas (*2) and for query window (*1.25)');
|
||||
$strConfigTextareaRows_name = __('Textarea rows');
|
||||
$strConfigTitleDatabase_desc = __('Title of browser window when a database is selected');
|
||||
$strConfigTitleDatabase_name = __('Database');
|
||||
|
Reference in New Issue
Block a user