[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove inline styles from file templates/columns_atributes.phtml #12262 #13195

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove inline styles from file templates/columns_atributes.phtml #12262
  • Loading branch information
Juvenv committed Apr 16, 2017
commit 2c37d6a677660f3040698de0c735c06d11f13639
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