✏️ 正在编辑: selecionar-supervisores.phtml
路径:
/srv/systems_dir/yuppiecred/application/views/scripts/gerente-rota/selecionar-supervisores.phtml
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<h1 class="tit_local">Selecione os Supervisores para Exportar</h1> <div id="filter"> <?php echo $this->form?> <div class="clear"></div> </div> <div id="view-content"> <form action="" method="post" onsubmit="return validarChecks(this)"> <table> <thead> <tr class="top_list"> <th>Supervisor</th> <th class="check_control"><input type="checkbox" name="control" id="control" value="all" onclick="myOptions.check(this)" /></th> </tr> </thead> <tbody> <?php foreach ( $this->supervisores as $supervisor ): ?> <tr> <td><?php echo $supervisor['nome']; ?></td> <td align="center"><input type="checkbox" id="checks[]" name="supervisores[]" value="<?php echo $supervisor['id'] ?>" /></td> </tr> <?php endforeach; ?> </tbody> </table> <input type="submit" value="Exportar Selecionados" /> </form> </div>
💾 保存文件
← 返回文件管理器