✏️ 正在编辑: adicionar-telefone.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/oportunidade-negocio/adicionar-telefone.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h2 class="title-graph">Cliente: <?php echo $this->cliente['nome']; ?></h2> <div id="view-content"> <?php echo $this->form; ?> </div> <table id="lista_telefones"> <thead> <tr class="top_list"> <th>Nº Telefone</th> <th>Observações</th> <th>Whatsapp</th> </tr> </thead> <tbody> <?php if(count($this->telefones)): foreach($this->telefones as $telefone): ?> <tr> <td><?php echo $telefone['fone']; ?></td> <td><?php echo $telefone['obs']; ?></td> <td style="text-align: center"> <?php if($telefone['whatsapp']): ?> SIM <?php endif; ?> </td> </tr> <?php endforeach; endif; ?> </tbody> </table>
💾 保存文件
← 返回文件管理器