Skip to content

Commit

Permalink
Move hidden field outside the condition for now
Browse files Browse the repository at this point in the history
  • Loading branch information
matrikular committed Oct 29, 2016
1 parent bf78bf4 commit 49dea5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
'footer' => '<a class="btn" data-dismiss="modal">' . JText::_('JCANCEL') . '</a>'
)
); ?>
<input type="hidden" id="<?php echo $id; ?>_id" name="<?php echo $name; ?>" value="<?php echo (int) $value; ?>" class="field-user-input" data-onchange="<?php echo $this->escape($onchange); ?>" />
<?php endif; ?>
</div>
<input type="hidden" id="<?php echo $id; ?>_id" name="<?php echo $name; ?>" value="<?php echo (int) $value; ?>" class="field-user-input" data-onchange="<?php echo $this->escape($onchange); ?>" />
</div>

0 comments on commit 49dea5d

Please sign in to comment.