diff --git a/j4/pkg_agosms/jorobo.ini b/j4/pkg_agosms/jorobo.ini index fb82a786..378343e2 100644 --- a/j4/pkg_agosms/jorobo.ini +++ b/j4/pkg_agosms/jorobo.ini @@ -1,5 +1,5 @@ extension = agosms -version = 4.0.9 +version = 4.0.11 source = src target = package diff --git a/j4/pkg_agosms/src/components/com_agosms/src/Model/FormModel.php b/j4/pkg_agosms/src/components/com_agosms/src/Model/FormModel.php index 5b802b5e..2c73a3c9 100644 --- a/j4/pkg_agosms/src/components/com_agosms/src/Model/FormModel.php +++ b/j4/pkg_agosms/src/components/com_agosms/src/Model/FormModel.php @@ -62,7 +62,9 @@ public function getForm($data = [], $loadData = true) $app = Factory::getApplication(); $layout = $app->input->get('layout'); - if ($layout === null) $layout = "editcustom"; + if ($layout === null) { + $layout = "editcustom"; + } // Get the form. diff --git a/j4/pkg_agosms/src/components/com_agosms/tmpl/form/editcustom.php b/j4/pkg_agosms/src/components/com_agosms/tmpl/form/editcustom.php index 2c4134fb..d3d03279 100644 --- a/j4/pkg_agosms/src/components/com_agosms/tmpl/form/editcustom.php +++ b/j4/pkg_agosms/src/components/com_agosms/tmpl/form/editcustom.php @@ -15,7 +15,6 @@ use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; - /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('keepalive') @@ -29,177 +28,177 @@
- params->get('show_page_heading')) : ?> - - + params->get('show_page_heading')) : ?> + + -
-
- -
+ +
+ +
-
+
- form->renderField('name'); ?> + form->renderField('name'); ?> - tab_name, ['active' => 'cords', 'breakpoint' => 768]); ?> + tab_name, ['active' => 'cords', 'breakpoint' => 768]); ?> - tab_name, 'cords', Text::_('COM_AGOSMS_FIELDSET_COORDS')); ?> - form->renderField('coordinates'); ?> - + tab_name, 'cords', Text::_('COM_AGOSMS_FIELDSET_COORDS')); ?> + form->renderField('coordinates'); ?> + - tab_name, 'details', empty($this->item->id) ? Text::_('COM_AGOSMS_DESC_AGOSM') : Text::_('COM_AGOSMS_EDIT_AGOSM')); ?> - form->renderField('description'); ?> - + tab_name, 'details', empty($this->item->id) ? Text::_('COM_AGOSMS_DESC_AGOSM') : Text::_('COM_AGOSMS_EDIT_AGOSM')); ?> + form->renderField('description'); ?> + - tab_name, 'custom', Text::_('COM_AGOSMS_FIELDSET_CUSTOM')); ?> + tab_name, 'custom', Text::_('COM_AGOSMS_FIELDSET_CUSTOM')); ?> - form->renderField('cusotm1'); ?> - form->renderField('cusotm2'); ?> - form->renderField('cusotm3'); ?> - form->renderField('cusotm4'); ?> - form->renderField('cusotm5'); ?> - form->renderField('cusotm6'); ?> - form->renderField('cusotm7'); ?> - form->renderField('cusotm8'); ?> - form->renderField('cusotm9'); ?> - + form->renderField('cusotm1'); ?> + form->renderField('cusotm2'); ?> + form->renderField('cusotm3'); ?> + form->renderField('cusotm4'); ?> + form->renderField('cusotm5'); ?> + form->renderField('cusotm6'); ?> + form->renderField('cusotm7'); ?> + form->renderField('cusotm8'); ?> + form->renderField('cusotm9'); ?> + - item->id)) : ?> - form->renderField('alias'); ?> - + item->id)) : ?> + form->renderField('alias'); ?> + - form->renderFieldset('details'); ?> - + form->renderFieldset('details'); ?> + -
- tab_name, 'misc', Text::_('COM_AGOSMS_FIELDSET_MISCELLANEOUS')); ?> - form->getInput('misc'); ?> - -
+
+ tab_name, 'misc', Text::_('COM_AGOSMS_FIELDSET_MISCELLANEOUS')); ?> + form->getInput('misc'); ?> + +
- tab_name, 'end', Text::_('COM_AGOSMS_FIELDSET_END')); ?> + tab_name, 'end', Text::_('COM_AGOSMS_FIELDSET_END')); ?> -
+
not ready yet! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
item->name; ?>
item->description; ?>
item->cusotm1; ?>
item->cusotm2; ?>
item->cusotm3; ?>
item->cusotm4; ?>
item->cusotm5; ?>
item->cusotm6; ?>
item->cusotm7; ?>
item->cusotm8; ?>
$this->item->cusotm9, - 'alt' => "", - 'itemprop' => 'image', - ] - ); ?>
- - - - - - - - -
- - - -
- - tab_name, 'language', Text::_('JFIELD_LANGUAGE_LABEL')); ?> - form->renderField('language'); ?> - - - form->renderField('language'); ?> - -
-
- form->renderField('catid'); ?> - form->renderField('published'); ?> - form->renderField('featured'); ?> - form->renderField('popuptext'); ?> - form->renderField('showpopup'); ?> - -
- -
- -
- - - - - -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
item->name; ?>
item->description; ?>
item->cusotm1; ?>
item->cusotm2; ?>
item->cusotm3; ?>
item->cusotm4; ?>
item->cusotm5; ?>
item->cusotm6; ?>
item->cusotm7; ?>
item->cusotm8; ?>
$this->item->cusotm9, + 'alt' => "", + 'itemprop' => 'image', + ] + ); ?>
+ + + + + + + + +
+ + + +
+ + tab_name, 'language', Text::_('JFIELD_LANGUAGE_LABEL')); ?> + form->renderField('language'); ?> + + + form->renderField('language'); ?> + +
+
+ form->renderField('catid'); ?> + form->renderField('published'); ?> + form->renderField('featured'); ?> + form->renderField('popuptext'); ?> + form->renderField('showpopup'); ?> + +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/j4/pkg_agosms/src/plugins/system/agosmssearchagosms/template/com_agosms/gsearchagosms_blog.php b/j4/pkg_agosms/src/plugins/system/agosmssearchagosms/template/com_agosms/gsearchagosms_blog.php index 30712b3c..8695faad 100644 --- a/j4/pkg_agosms/src/plugins/system/agosmssearchagosms/template/com_agosms/gsearchagosms_blog.php +++ b/j4/pkg_agosms/src/plugins/system/agosmssearchagosms/template/com_agosms/gsearchagosms_blog.php @@ -193,7 +193,7 @@ 'alt' => "", 'itemprop' => 'image', ] - ); ?> + ); ?>