Commit Graph

11 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
36a77f7476
Force a full page reload for top menu links
Each page is a different page, so it makes more sense to do a full page
reload instead of using AJAX to load the main content.

This also avoid some possible issues with broken event handlers and
not properly loaded pages.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-02-26 15:46:39 -03:00
Maurício Meneghini Fauth
0403c7f8d3
Remove .pma-fieldset class for the table search pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-05-30 13:39:57 -03:00
Maurício Meneghini Fauth
007e91ce8d
Remove .pma-table CSS class from some tables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-05-13 00:51:41 -03:00
William Desportes
38422023c5
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-27 01:55:59 +01:00
William Desportes
ffb22f4a3a
Fix #16647 - respect TabsMode on table search forms
Fixes: #16647

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-03-27 00:51:52 +01:00
Maurício Meneghini Fauth
5178f76f95
Move fieldset CSS style to the .pma-fieldset class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-28 19:46:40 -03:00
Maurício Meneghini Fauth
d3c31fabd4
Remove some custom CSS utilities
Uses Bootstrap equivalents.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-23 19:06:38 -03:00
Maurício Meneghini Fauth
c64b77abe1
Move HTML's table CSS to the pma-table class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-11-16 16:36:16 -03:00
Maurício Meneghini Fauth
fe98bf7b5c Convert submenu to the Bootstrap nav-pills
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-02-15 04:18:24 -03:00
Maurício Meneghini Fauth
36730b33bd Create Table\ZoomSearchController controller
Moves the table zoom search entry point to the ZoomSearchController,
removes the entry point file and extracts the zoom search logic from the
SearchController class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-28 00:18:26 -03:00
Maurício Meneghini Fauth
ee8951ea74 Create Table\FindReplaceController controller
Moves the table find-replace entry point logic to the
FindReplaceController, removes the entry point file and extracts the
find-replace logic from the Table\SearchController class.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-27 17:54:19 -03:00