diff options
Diffstat (limited to 'srcs/phpmyadmin/templates/display/results/null_display.twig')
| -rw-r--r-- | srcs/phpmyadmin/templates/display/results/null_display.twig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/srcs/phpmyadmin/templates/display/results/null_display.twig b/srcs/phpmyadmin/templates/display/results/null_display.twig deleted file mode 100644 index f2ea2e5..0000000 --- a/srcs/phpmyadmin/templates/display/results/null_display.twig +++ /dev/null @@ -1,7 +0,0 @@ -<td {{ align }} - data-decimals="{{ meta.decimals is defined ? meta.decimals : '-1' }}" - data-type="{{ meta.type }}" - {# The null class is needed for grid editing #} - class="{{ classes }} null"> - <em>NULL</em> -</td> |
