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.
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; ?>
Legends title "Send a Form" is annoying and unnecessary (since Joomla 1.0, argghh)
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>'; ?>
this h3 title in plain form is annoying and unnecessary (since Joomla 1.0, argghh)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-19 04:09:56 |
Closed_By | ⇒ | uzielweb |