📍 /home/diasdiamonds/public_html/vendor/cakephp/debug_kit/src/Template/MailPreview
📝 Editando: email.ctp
<style type="text/css"> html, body { height: 100%; } body { margin: 0; } iframe.messageBody { border: 0; height: calc(100vh); width: 100%; } </style> <?php if (!$this->request->getQuery('part')) : ?> <?= $this->element('preview_header'); ?> <?php endif; ?> <?php if (!empty($part)) : ?> <iframe seamless name="messageBody" class="messageBody" src="?part=<?= h($part); ?>&plugin=<?= h($plugin); ?>"></iframe> <?php else : ?> <p><?= __d('debug_kit', 'You are trying to preview an email that does not have any content.') ?></p> <?php endif; ?> <script> function formatChanged(form) { var part_name = form.options[form.selectedIndex].value var iframe = document.getElementsByName('messageBody')[0]; iframe.contentWindow.location.replace('?part=' + part_name + '&plugin=<?= h($plugin); ?>'); } </script>
[ Cancelar ]
Nome
Permissões
Ações
[ .. Voltar ]
📄 email.ctp
0644
[ EDITAR/VER ]
📄 index.ctp
0644
[ EDITAR/VER ]