Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/ptitsanes/administrator/components/com_solidres/views/status/tmpl/ |
Upload File : |
<?php
/**
------------------------------------------------------------------------
SOLIDRES - Accommodation booking extension for Joomla
------------------------------------------------------------------------
* @author Solidres Team <contact@solidres.com>
* @website https://www.solidres.com
* @copyright Copyright (C) 2013 - 2019 Solidres. All Rights Reserved.
* @license GNU General Public License version 3, or later
------------------------------------------------------------------------
*/
defined('_JEXEC') or die;
JHtml::_('behavior.formvalidator');
JHtml::_('behavior.keepalive');
JFactory::getDocument()->addScriptDeclaration('
Joomla.submitbutton = function(task)
{
if (task == "status.cancel" || document.formvalidator.isValid(document.getElementById("item-form")))
{
Joomla.submitform(task, document.getElementById("item-form"));
}
}
');
?>
<div id="solidres">
<div class="<?php echo SR_UI_GRID_CONTAINER; ?>">
<?php echo SolidresHelperSideNavigation::getSideNavigation($this->getName()); ?>
<div id="sr_panel_right" class="sr_form_view <?php echo SR_UI_GRID_COL_10; ?>">
<div class="sr-inner">
<form action="<?php JRoute::_('index.php?option=com_solidres&view=status&layout=edit&id=' . $this->form->getValue('id'), false); ?>"
method="post"
name="adminForm" id="item-form" class="form-validate form-horizontal">
<?php echo $this->form->renderFieldset('general'); ?>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>
</form>
</div>
</div>
</div>
<?php if (JComponentHelper::getParams('com_solidres')->get('show_solidres_copyright')): ?>
<div class="<?php echo SR_UI_GRID_CONTAINER; ?>">
<div class="<?php echo SR_UI_GRID_COL_12; ?> powered">
<p>Powered by <a href="https://www.solidres.com" target="_blank">Solidres</a></p>
</div>
</div>
<?php endif; ?>
</div>