File manager - Edit - /home/capoccitel/www/administrator/components/com_rsform/views/forms/tmpl/edit_conditions.php
Back
<?php /** * @package RSForm! Pro * @copyright (C) 2007-2014 www.rsjoomla.com * @license GPL, http://www.gnu.org/copyleft/gpl.html */ defined('_JEXEC') or die('Restricted access'); ?> <?php if (!$this->isComponent) { ?> <div class="alert alert-info"><?php echo JText::_('RSFP_CONDITION_MULTILANGUAGE_WARNING'); ?></div> <br /> <div id="conditionscontent" style="overflow: auto;"> <?php } ?> <button type="button" class="btn btn-primary" onclick="openRSModal('<?php echo JRoute::_('index.php?option=com_rsform&view=conditions&layout=edit&formId='.$this->formId.'&tmpl=component'); ?>', 'Conditions', '800x600')"><?php echo JText::_('RSFP_FORM_CONDITION_NEW'); ?></button> <br /><br /> <table class="adminlist table table-hover table-striped" id="conditionsTable"> <thead> <tr> <th nowrap="nowrap"><?php echo JText::_('RSFP_CONDITION_FIELD_NAME'); ?></th> <th width="1%" class="title" nowrap="nowrap"><?php echo JText::_('RSFP_CONDITIONS_ACTIONS'); ?></th> </tr> </thead> <tbody> <?php $i = 0; $k = 0; $n = count($this->conditions); ?> <?php if (!empty($this->conditions)) { ?> <?php foreach ($this->conditions as $row) { ?> <tr class="row<?php echo $k; ?>"> <td> <a href="#" onclick="openRSModal('<?php echo JRoute::_('index.php?option=com_rsform&view=conditions&layout=edit&tmpl=component&formId='.$this->formId.'&cid='.$row->id); ?>', 'Conditions', '800x600'); return false;">(<?php echo JText::_('RSFP_CONDITION_'.$row->action); ?>) <?php echo $this->escape($row->ComponentName); ?></a> </td> <td align="center" width="20%" nowrap="nowrap"> <button type="button" class="btn pull-left" onclick="openRSModal('<?php echo JRoute::_('index.php?option=com_rsform&view=conditions&layout=edit&tmpl=component&formId='.$this->formId.'&cid='.$row->id); ?>', 'Conditions', '800x600')"><?php echo JText::_('RSFP_EDIT'); ?></button> <button type="button" class="btn btn-danger pull-left" onclick="if (confirm('<?php echo JText::_('RSFP_CONDITION_DELETE_SURE', true); ?>')) conditionDelete(<?php echo $this->formId; ?>,<?php echo $row->id; ?>);"><?php echo JText::_('RSFP_DELETE'); ?></button> </td> </tr> <?php $k=1-$k; ?> <?php $i++; ?> <?php } ?> <?php } ?> </tbody> </table> <?php if (!$this->isComponent) { ?> </div> <?php } ?>
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings