<?php $title = ''; if (isset($columnMeta['column_status'])) { if ($columnMeta['column_status']['isReferenced']) { $title .= sprintf( __('Referenced by %s.'), implode(",", $columnMeta['column_status']['references']) ); } if ($columnMeta['column_status']['isForeignKey']) { if (!empty($title)) { $title .= "\n"; } $title .= __('Is a foreign key.'); } } if (empty($title)) { $title = __('Column'); } ?> <input id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>" <?php if (isset($columnMeta['column_status']) && !$columnMeta['column_status']['isEditable']): ?> disabled="disabled" <?php endif; ?> type="text" name="field_name[<?= $columnNumber; ?>]" maxlength="64" class="textfield" title="<?= $title; ?>" size="10" value="<?= isset($columnMeta['Field'])? htmlspecialchars($columnMeta['Field']) : '' ?>" /> <?php if ($cfgRelation['centralcolumnswork'] && !(isset($columnMeta['column_status']) && !$columnMeta['column_status']['isEditable']) ): ?> <p style="font-size:80%;margin:5px 2px" id="central_columns_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>"> <a data-maxrows="<?= intval($GLOBALS['cfg']['MaxRows']); ?>" href="#" class="central_columns_dialog"> <?= __('Pick from Central Columns'); ?> </a> </p> <?php endif; ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
column_adjust_privileges.phtml | File | 716 B | 0644 |
|
column_attribute.phtml | File | 1.01 KB | 0644 |
|
column_attributes.phtml | File | 8.34 KB | 0644 |
|
column_auto_increment.phtml | File | 350 B | 0644 |
|
column_comment.phtml | File | 485 B | 0644 |
|
column_default.phtml | File | 1.82 KB | 0644 |
|
column_definitions_form.phtml | File | 6.59 KB | 0644 |
|
column_extra.phtml | File | 316 B | 0644 |
|
column_indexes.phtml | File | 1.32 KB | 0644 |
|
column_length.phtml | File | 458 B | 0644 |
|
column_name.phtml | File | 1.46 KB | 0644 |
|
column_null.phtml | File | 356 B | 0644 |
|
column_type.phtml | File | 390 B | 0644 |
|
column_virtuality.phtml | File | 1.43 KB | 0644 |
|
mime_type.phtml | File | 897 B | 0644 |
|
move_column.phtml | File | 774 B | 0644 |
|
partitions.phtml | File | 8.25 KB | 0644 |
|
table_fields_definitions.phtml | File | 4.91 KB | 0644 |
|
transformation.phtml | File | 1.4 KB | 0644 |
|
transformation_option.phtml | File | 471 B | 0644 |
|