✏️ 正在编辑: save-confirm.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/corretor/save-confirm.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Corretor</h1> <div id="view-content"> <form id="f_confirm_corretor" method="post"> <input type="hidden" name="reenvio" value="<?= $this->reenvio; ?>" /> <input type="hidden" name="id" id="id" value="<?php echo $this->corretor['id']; ?>" /> <div> <p>Você deseja enviar uma mensagem de boas-vindas ao Corretor <?php echo $this->corretor['nome']; ?>?</p> <p> </p> <button type="submit" class="btn bt_apply">Sim</button> <button type="button" class="btn bt_delete" onclick="window.location='<?php echo $this->baseUrl() . "/corretor/save/id/" . $this->corretor['id'];?>'">Não</button> </div> </form> <div class="clear"></div> </div>
💾 保存文件
← 返回文件管理器