File manager - Edit - /home/capoccitel/www/administrator/components/com_rsform/views/submissions/tmpl/edit_pdf.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'); ?> <table class="admintable" cellpadding="4" cellspacing="1"> <?php foreach ($this->staticHeaders as $header) { ?> <tr> <td><b><?php echo JText::_('RSFP_'.$header); ?></b></td> </tr> <tr> <td> <?php if ($header == 'confirmed') { ?> <?php echo ($this->staticFields->$header) ? JText::_('RSFP_YES') : JText::_('RSFP_NO'); } else { ?> <?php echo $this->staticFields->$header; ?> <?php } ?> </td> </tr> <tr> <td> </td> </tr> <?php } ?> <?php foreach ($this->fields as $field) { ?> <tr> <td><b><?php echo $field[0]; ?></b></td> </tr> <tr> <td><?php echo $field[1]; ?></td> </tr> <tr> <td> </td> </tr> <?php } ?> </table>
| ver. 1.6 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings