[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #13202 from Fenn-CS/master
Browse files Browse the repository at this point in the history
Fix:Column attribute have a different size #13194
  • Loading branch information
nijel committed Apr 28, 2017
2 parents f3a4d67 + 34f2a5c commit f0649ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/columns_definitions/column_attribute.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ if (isset($submit_attribute) && $submit_attribute != false) {

$attribute = mb_strtoupper($attribute);
?>
<select style="width: 7em;"
name="field_attribute[<?= $columnNumber; ?>]"
<select name="field_attribute[<?= $columnNumber; ?>]"
id="field_<?= $columnNumber; ?>_<?= ($ci - $ci_offset); ?>">
<?php for ($j = 0; $j < $cnt_attribute_types; $j++): ?>
<option value="<?= $attribute_types[$j];?>"
Expand Down

0 comments on commit f0649ad

Please sign in to comment.