Skip to content

Commit

Permalink
[bug-OpenMage#240] Missing answer delete button when creating a new poll
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored and edannenberg committed Aug 22, 2019
1 parent c3a3080 commit 8a16d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
+'<tr>'
+ '<td class="label"><label for="answer_votes_' + id + '"><?php echo Mage::helper('core')->jsQuoteEscape(Mage::helper('poll')->__('Votes Count:')) ?> <span class="required">*</span></label><\/td>'
+ '<td class="value"><input type="text" id="answer_votes_' + id + '" name="answer[' + id + '][votes]" value="0" class="input-text required-entry validate-not-negative-number" />'
+ '<p class="a-left" style="margin:7px 0 0;"><?php echo Mage::helper('core')->quoteEscape($this->getDeleteButtonHtml()) ?></p>'
+ '<p class="a-left" style="margin:7px 0 0;"><?php echo Mage::helper('core')->jsQuoteEscape($this->getDeleteButtonHtml()) ?></p>'
+'<\/td>'
+'<\/tr>'
+'<\/table>'
Expand Down

0 comments on commit 8a16d50

Please sign in to comment.