✏️ 正在编辑: buscar-gravacoes.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/callcenter-gravacao/buscar-gravacoes.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Buscar gravações</h1> <div id="filter"> <?= $this->form; ?> <div class="clear"></div> </div> <div id="view-content"> <form id="f_callcenter-gravacoes" action="<?php echo $this->url(array('action' => 'arquivar-gravacao', 'controller' => 'callcenter-gravacao')); ?>" method="POST" onsubmit="if(validarChecks(this) === false){return false;};"> <table class="relatorio"> <thead> <tr class="top_list"> <th>Origem</th> <th>Telefone</th> <th>Ramal</th> <th>Data/Hora</th> <th></th> <th class="text-center"> <input type="checkbox" name="control" id="control" value="all" onclick="myOptions.check(this)"/> </th> </tr> </thead> <tbody> </tbody> </table> <div style="text-align: right; margin: 5px;"> <button type="submit" class="bt_save">Arquivar gravações</button> </div> </form> </div>
💾 保存文件
← 返回文件管理器