avatar uzielweb
uzielweb
19 Jun 2017

If you are submitting an issue for the Joomla! CMS, please submit it at https://github.com/joomla/joomla-cms/issues/new instead. You may remove this line from the issue template.

Steps to reproduce the issue

the default_form.php have this unnecessary code in the line 25:

<?php if (isset($fieldset->label) && ($legend = trim(JText::_($fieldset->label))) !== '') : ?> <legend><?php echo $legend; ?></legend> <?php endif; ?>

Expected result

Legends title "Send a Form" is annoying and unnecessary (since Joomla 1.0, argghh)

Steps to reproduce the issue

in default.php have this unnecessaru code in the line 113:

<?php elseif ($presentation_style === 'plain') : ?> <?php echo '<h3>' . JText::_('COM_CONTACT_EMAIL_FORM') . '</h3>'; ?>

Expected result

this h3 title in plain form is annoying and unnecessary (since Joomla 1.0, argghh)

Actual result

System information (as much as possible)

Additional comments

avatar uzielweb uzielweb - open - 19 Jun 2017
avatar uzielweb uzielweb - change - 19 Jun 2017
The description was changed
avatar uzielweb uzielweb - edited - 19 Jun 2017
avatar uzielweb uzielweb - change - 19 Jun 2017
The description was changed
avatar uzielweb uzielweb - edited - 19 Jun 2017
avatar uzielweb uzielweb - change - 19 Jun 2017
The description was changed
avatar uzielweb uzielweb - edited - 19 Jun 2017
avatar uzielweb uzielweb - change - 19 Jun 2017
The description was changed
avatar uzielweb uzielweb - edited - 19 Jun 2017
avatar uzielweb uzielweb - change - 19 Jun 2017
The description was changed
avatar uzielweb uzielweb - edited - 19 Jun 2017
avatar uzielweb uzielweb - change - 19 Jun 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-06-19 04:09:56
Closed_By uzielweb
avatar uzielweb uzielweb - close - 19 Jun 2017

Add a Comment

Login with GitHub to post a comment