init web ems all
This commit is contained in:
7
phpMyAdmin/templates/columns_definitions/column_comment.twig
Executable file
7
phpMyAdmin/templates/columns_definitions/column_comment.twig
Executable file
@@ -0,0 +1,7 @@
|
||||
<input id="field_{{ column_number }}_{{ ci - ci_offset }}"
|
||||
type="text"
|
||||
name="field_comments[{{ column_number }}]"
|
||||
size="12"
|
||||
maxlength="{{ max_length }}"
|
||||
value="{{ value|raw }}"
|
||||
class="textfield" />
|
||||
Reference in New Issue
Block a user