? Success

User tests: Successful: Unsuccessful:

avatar roland-d
roland-d
22 Apr 2014

#2738 on the JIssue tracker.

avatar roland-d roland-d - open - 22 Apr 2014
avatar infograf768
infograf768 - comment - 23 Apr 2014

Should not

<form action="index.php" method="post" id="adminForm">

be placed before the

<fieldset>

?

avatar roland-d
roland-d - comment - 23 Apr 2014

I don't think it matters in this case because the fieldset is not part of the form.

avatar infograf768
infograf768 - comment - 24 Jul 2014

@test
This does not work here. I suggest:

<form action="<?php echo JRoute::_('index.php?option=com_joomlaupdate'); ?>" method="post" id="adminForm">
    <input type="hidden" name="task" value="" />
    <?php echo JHtml::_('form.token'); ?>
</form>
avatar roland-d
roland-d - comment - 24 Jul 2014

This PR has been replaced by #3951

avatar roland-d roland-d - change - 24 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-24 08:06:47
avatar roland-d roland-d - close - 24 Jul 2014

Add a Comment

Login with GitHub to post a comment