Dependency Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0013319 | mantisbt | bugtracker | public | 2011-09-17 14:14 | 2011-09-29 06:29 |
| Reporter | vincent_sels | Assigned To | atrol | ||
| Priority | low | Severity | trivial | Reproducibility | N/A |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.8 | ||||
| Summary | 0013319: Limit the size of custom text fields when they have a maximum length | ||||
| Description | Text and even number custom input fields always have the same length of 80. When a maximum length is set that is (much) shorter than this, it would be desired that the input field were reduced in size proportionately. | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0004076 | new | custom_field: maxsize + tabindex |
|
I have achieved just that by manually altering the following code in \core\cfdefs\cfdef_standard.php: function cfdef_input_textbox($p_field_def, $t_custom_field_value) {
} |
|
|
Included in part 1 of duplicate 0004076 |
|
related to
child of
duplicate of