Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshay arora <b16060@students.iitmandi.ac.in>2018-02-14 21:43:02 +0300
committerMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2018-03-29 21:30:39 +0300
commit85c975f27fadd3c1448a56f533f3d861156f1e62 (patch)
tree180b9e595adb1e59b4117882ce900ab0eaa04a75 /templates
parentfa0b12fe0efd2dc6bdfdcf2ad7eb4983938ebf54 (diff)
Fix for issue #13439
Problem 1: The number of td elements in the zoom search form table were insufficient, due to which, the field_type(element #types_$) was getting replaced with field_value(element td:eq(3))(see ./js/tbl_zoom_jqplot.js lines 164, 188, 211, 232). Added a td element in the table for each row. Problem 2: The events attached to 'tableid_$' were inserting the values in wrong tr elements(see ./js/tbl_zoom_jqplot.js lines 185-188, 208-211, 229-232), leading to wrong values being passed to the zoom search. Signed-off-by: Lakshay arora <b16060@students.iitmandi.ac.in>
Diffstat (limited to 'templates')
-rw-r--r--templates/table/search/rows_zoom.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/table/search/rows_zoom.twig b/templates/table/search/rows_zoom.twig
index 4cafaadf1a..79ef78f384 100644
--- a/templates/table/search/rows_zoom.twig
+++ b/templates/table/search/rows_zoom.twig
@@ -56,6 +56,8 @@
</td>
{# Inputbox for search criteria value #}
<td>
+ </td>
+ <td>
{{ value[i] is defined ? value[i]|raw }}
{# Displays hidden fields #}
<input type="hidden"