Initial commit
This commit is contained in:
7
pma/templates/display/results/null_display.twig
Normal file
7
pma/templates/display/results/null_display.twig
Normal file
@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user