|
26 | 26 | {% endif %} |
27 | 27 | {% endif %} |
28 | 28 | {% else %} |
29 | | - {% if not relation_parameters.hasAllFeatures() and zero_conf and are_config_storage_tables_defined %} |
| 29 | + {% if not relation_parameters.allworks and zero_conf and are_config_storage_tables_defined %} |
30 | 30 | {% apply format('<a href="' ~ url('/check-relations') ~ '" data-post="' ~ get_common({'db': db, 'fix_pmadb': true, 'goto': url('/database/operations')}) ~ '">', '</a>')|notice %} |
31 | 31 | {% trans '%sCreate%s missing phpMyAdmin configuration storage tables.' %} |
32 | 32 | {% endapply %} |
|
60 | 60 | <tr> |
61 | 61 | <td colspan="2" class="text-end"> |
62 | 62 | {% trans 'General relation features:' %} |
63 | | - {% if relation_parameters.relationFeature is not null %} |
| 63 | + {% if relation_parameters.relwork %} |
64 | 64 | <span class="text-success">{% trans 'Enabled' %}</span> |
65 | 65 | {% else %} |
66 | 66 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
75 | 75 | {{ show_docu('config', 'cfg_Servers_table_info') }} |
76 | 76 | </th> |
77 | 77 | <td class="text-end"> |
78 | | - {% if relation_parameters.tableInfo is not null %} |
| 78 | + {% if relation_parameters.table_info is not null %} |
79 | 79 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
80 | 80 | {% else %} |
81 | 81 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
85 | 85 | <tr> |
86 | 86 | <td colspan="2" class="text-end"> |
87 | 87 | {% trans 'Display features:' %} |
88 | | - {% if relation_parameters.displayFeature is not null %} |
| 88 | + {% if relation_parameters.displaywork %} |
89 | 89 | <span class="text-success">{% trans 'Enabled' %}</span> |
90 | 90 | {% else %} |
91 | 91 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
100 | 100 | {{ show_docu('config', 'cfg_Servers_table_coords') }} |
101 | 101 | </th> |
102 | 102 | <td class="text-end"> |
103 | | - {% if relation_parameters.tableCoords is not null %} |
| 103 | + {% if relation_parameters.table_coords is not null %} |
104 | 104 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
105 | 105 | {% else %} |
106 | 106 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
113 | 113 | {{ show_docu('config', 'cfg_Servers_pdf_pages') }} |
114 | 114 | </th> |
115 | 115 | <td class="text-end"> |
116 | | - {% if relation_parameters.pdfPages is not null %} |
| 116 | + {% if relation_parameters.pdf_pages is not null %} |
117 | 117 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
118 | 118 | {% else %} |
119 | 119 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
123 | 123 | <tr> |
124 | 124 | <td colspan="2" class="text-end"> |
125 | 125 | {% trans 'Designer and creation of PDFs:' %} |
126 | | - {% if relation_parameters.pdfFeature is not null %} |
| 126 | + {% if relation_parameters.pdfwork %} |
127 | 127 | <span class="text-success">{% trans 'Enabled' %}</span> |
128 | 128 | {% else %} |
129 | 129 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
138 | 138 | {{ show_docu('config', 'cfg_Servers_column_info') }} |
139 | 139 | </th> |
140 | 140 | <td class="text-end"> |
141 | | - {% if relation_parameters.columnInfo is not null %} |
| 141 | + {% if relation_parameters.column_info is not null %} |
142 | 142 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
143 | 143 | {% else %} |
144 | 144 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
148 | 148 | <tr> |
149 | 149 | <td colspan="2" class="text-end"> |
150 | 150 | {% trans 'Displaying column comments:' %} |
151 | | - {% if relation_parameters.columnCommentsFeature is not null %} |
| 151 | + {% if relation_parameters.commwork %} |
152 | 152 | <span class="text-success">{% trans 'Enabled' %}</span> |
153 | 153 | {% else %} |
154 | 154 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
158 | 158 | <tr> |
159 | 159 | <td colspan="2" class="text-end"> |
160 | 160 | {% trans 'Browser transformation:' %} |
161 | | - {% if relation_parameters.browserTransformationFeature is not null %} |
| 161 | + {% if relation_parameters.mimework %} |
162 | 162 | <span class="text-success">{% trans 'Enabled' %}</span> |
163 | 163 | {% else %} |
164 | 164 | <span class="text-danger">{% trans 'Disabled' %}</span> |
165 | 165 | {% endif %} |
166 | 166 | </td> |
167 | 167 | </tr> |
168 | | - {% if relation_parameters.columnCommentsFeature is not null and relation_parameters.browserTransformationFeature is null %} |
| 168 | + {% if relation_parameters.commwork and not relation_parameters.mimework %} |
169 | 169 | <tr> |
170 | 170 | <td colspan="2" class="text-end"> |
171 | 171 | <span class="text-danger"> |
|
193 | 193 | <tr> |
194 | 194 | <td colspan="2" class="text-end"> |
195 | 195 | {% trans 'Bookmarked SQL query:' %} |
196 | | - {% if relation_parameters.bookmarkFeature is not null %} |
| 196 | + {% if relation_parameters.bookmarkwork %} |
197 | 197 | <span class="text-success">{% trans 'Enabled' %}</span> |
198 | 198 | {% else %} |
199 | 199 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
218 | 218 | <tr> |
219 | 219 | <td colspan="2" class="text-end"> |
220 | 220 | {% trans 'SQL history:' %} |
221 | | - {% if relation_parameters.sqlHistoryFeature is not null %} |
| 221 | + {% if relation_parameters.historywork %} |
222 | 222 | <span class="text-success">{% trans 'Enabled' %}</span> |
223 | 223 | {% else %} |
224 | 224 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
243 | 243 | <tr> |
244 | 244 | <td colspan="2" class="text-end"> |
245 | 245 | {% trans 'Persistent recently used tables:' %} |
246 | | - {% if relation_parameters.recentlyUsedTablesFeature is not null %} |
| 246 | + {% if relation_parameters.recentwork %} |
247 | 247 | <span class="text-success">{% trans 'Enabled' %}</span> |
248 | 248 | {% else %} |
249 | 249 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
268 | 268 | <tr> |
269 | 269 | <td colspan="2" class="text-end"> |
270 | 270 | {% trans 'Persistent favorite tables:' %} |
271 | | - {% if relation_parameters.favoriteTablesFeature is not null %} |
| 271 | + {% if relation_parameters.favoritework %} |
272 | 272 | <span class="text-success">{% trans 'Enabled' %}</span> |
273 | 273 | {% else %} |
274 | 274 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
283 | 283 | {{ show_docu('config', 'cfg_Servers_table_uiprefs') }} |
284 | 284 | </th> |
285 | 285 | <td class="text-end"> |
286 | | - {% if relation_parameters.tableUiprefs is not null %} |
| 286 | + {% if relation_parameters.table_uiprefs is not null %} |
287 | 287 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
288 | 288 | {% else %} |
289 | 289 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
293 | 293 | <tr> |
294 | 294 | <td colspan="2" class="text-end"> |
295 | 295 | {% trans 'Persistent tables\' UI preferences:' %} |
296 | | - {% if relation_parameters.uiPreferencesFeature is not null %} |
| 296 | + {% if relation_parameters.uiprefswork %} |
297 | 297 | <span class="text-success">{% trans 'Enabled' %}</span> |
298 | 298 | {% else %} |
299 | 299 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
318 | 318 | <tr> |
319 | 319 | <td colspan="2" class="text-end"> |
320 | 320 | {% trans 'Tracking:' %} |
321 | | - {% if relation_parameters.trackingFeature is not null %} |
| 321 | + {% if relation_parameters.trackingwork %} |
322 | 322 | <span class="text-success">{% trans 'Enabled' %}</span> |
323 | 323 | {% else %} |
324 | 324 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
343 | 343 | <tr> |
344 | 344 | <td colspan="2" class="text-end"> |
345 | 345 | {% trans 'User preferences:' %} |
346 | | - {% if relation_parameters.userPreferencesFeature is not null %} |
| 346 | + {% if relation_parameters.userconfigwork %} |
347 | 347 | <span class="text-success">{% trans 'Enabled' %}</span> |
348 | 348 | {% else %} |
349 | 349 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
381 | 381 | <tr> |
382 | 382 | <td colspan="2" class="text-end"> |
383 | 383 | {% trans 'Configurable menus:' %} |
384 | | - {% if relation_parameters.configurableMenusFeature is not null %} |
| 384 | + {% if relation_parameters.menuswork %} |
385 | 385 | <span class="text-success">{% trans 'Enabled' %}</span> |
386 | 386 | {% else %} |
387 | 387 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
406 | 406 | <tr> |
407 | 407 | <td colspan="2" class="text-end"> |
408 | 408 | {% trans 'Hide/show navigation items:' %} |
409 | | - {% if relation_parameters.navigationItemsHidingFeature is not null %} |
| 409 | + {% if relation_parameters.navwork %} |
410 | 410 | <span class="text-success">{% trans 'Enabled' %}</span> |
411 | 411 | {% else %} |
412 | 412 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
431 | 431 | <tr> |
432 | 432 | <td colspan="2" class="text-end"> |
433 | 433 | {% trans 'Saving Query-By-Example searches:' %} |
434 | | - {% if relation_parameters.savedQueryByExampleSearchesFeature is not null %} |
| 434 | + {% if relation_parameters.savedsearcheswork %} |
435 | 435 | <span class="text-success">{% trans 'Enabled' %}</span> |
436 | 436 | {% else %} |
437 | 437 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
446 | 446 | {{ show_docu('config', 'cfg_Servers_central_columns') }} |
447 | 447 | </th> |
448 | 448 | <td class="text-end"> |
449 | | - {% if relation_parameters.centralColumns is not null %} |
| 449 | + {% if relation_parameters.central_columns is not null %} |
450 | 450 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
451 | 451 | {% else %} |
452 | 452 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
456 | 456 | <tr> |
457 | 457 | <td colspan="2" class="text-end"> |
458 | 458 | {% trans 'Managing central list of columns:' %} |
459 | | - {% if relation_parameters.centralColumnsFeature is not null %} |
| 459 | + {% if relation_parameters.centralcolumnswork %} |
460 | 460 | <span class="text-success">{% trans 'Enabled' %}</span> |
461 | 461 | {% else %} |
462 | 462 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
471 | 471 | {{ show_docu('config', 'cfg_Servers_designer_settings') }} |
472 | 472 | </th> |
473 | 473 | <td class="text-end"> |
474 | | - {% if relation_parameters.designerSettings is not null %} |
| 474 | + {% if relation_parameters.designer_settings is not null %} |
475 | 475 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
476 | 476 | {% else %} |
477 | 477 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
481 | 481 | <tr> |
482 | 482 | <td colspan="2" class="text-end"> |
483 | 483 | {% trans 'Remembering designer settings:' %} |
484 | | - {% if relation_parameters.databaseDesignerSettingsFeature is not null %} |
| 484 | + {% if relation_parameters.designersettingswork %} |
485 | 485 | <span class="text-success">{% trans 'Enabled' %}</span> |
486 | 486 | {% else %} |
487 | 487 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
496 | 496 | {{ show_docu('config', 'cfg_Servers_export_templates') }} |
497 | 497 | </th> |
498 | 498 | <td class="text-end"> |
499 | | - {% if relation_parameters.exportTemplates is not null %} |
| 499 | + {% if relation_parameters.export_templates is not null %} |
500 | 500 | <span class="text-success"><strong>{% trans %}OK{% context %}Correctly working{% endtrans %}</strong></span> |
501 | 501 | {% else %} |
502 | 502 | <span class="text-danger"><strong>{% trans 'not OK' %}</strong></span> |
|
506 | 506 | <tr> |
507 | 507 | <td colspan="2" class="text-end"> |
508 | 508 | {% trans 'Saving export templates:' %} |
509 | | - {% if relation_parameters.exportTemplatesFeature is not null %} |
| 509 | + {% if relation_parameters.exporttemplateswork %} |
510 | 510 | <span class="text-success">{% trans 'Enabled' %}</span> |
511 | 511 | {% else %} |
512 | 512 | <span class="text-danger">{% trans 'Disabled' %}</span> |
|
515 | 515 | </tr> |
516 | 516 | </table> |
517 | 517 |
|
518 | | - {% if not relation_parameters.hasAllFeatures() %} |
| 518 | + {% if not relation_parameters.allworks %} |
519 | 519 | <p>{% trans 'Quick steps to set up advanced features:' %}</p> |
520 | 520 |
|
521 | 521 | <ul> |
|
0 commit comments