?
Referenced as Pull Request for: # 11232
avatar nppsbh
nppsbh
20 Jul 2016

Could be terrible wrong and apologize for that but I think there are nested forms inside com_joomlaupdate default view.

In the file administrator/components/com_joomlaupdate/views/default/tmpl/default.php

line 37~40
<?php if ($this->showUploadAndUpdate) : ?>
<?php echo JHtml::_('bootstrap.startTabSet', 'joomlaupdate-tabs', array('active' => 'online-update')); ?>
<?php echo JHtml::_('bootstrap.addTab', 'joomlaupdate-tabs', 'online-update', JText::_('COM_JOOMLAUPDATE_VIEW_DEFAULT_TAB_ONLINE')); ?>
<?php endif; ?>

think should be between line 34 ~ 35
<div id="joomlaupdate-wrapper">
// think should be placed here
<form enctype="multipart/form-data" action="index.php" method="post" id="adminForm" class="form-horizontal">

Thank you

avatar nppsbh nppsbh - open - 20 Jul 2016
avatar brianteeman
brianteeman - comment - 21 Jul 2016

Closed as we have a PR #11232


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11222.

avatar brianteeman brianteeman - change - 21 Jul 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-07-21 17:29:47
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment