Newer
Older
ubFramework / Portal / docroot / phpMyAdmin / templates / columns_definitions / column_null.phtml
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 356 bytes Cleaning Up Making It A Sub Module
<input name="field_null[<?= $columnNumber; ?>]"
       id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"
       <?php if (! empty($columnMeta['Null']) && $columnMeta['Null'] != 'NO' && $columnMeta['Null'] != 'NOT NULL'): ?>
           checked="checked"
       <?php endif; ?>
       type="checkbox"
       value="NULL"
       class="allow_null"/>