Browse Source

ajuste no nome das filas com empresas

spr_change_address_bd
Lucas Awade 10 months ago
parent
commit
3eb111c0c2
  1. 2
      admin/cadQgrupos.php
  2. 2
      admin/queues.php

2
admin/cadQgrupos.php

@ -408,7 +408,7 @@
<td>
<fieldset>
<legend class="labels">Nome:</legend>
<input name="nome" type="text" class="validate[required,length[0,100]] caixas" id="nome2" value="<?= ($acao == 'edita') ? GravaNomeOrganizacao($nome) . '"' . 'disabled="disabled' : null; ?>" />
<input name="nome" type="text" class="validate[required,length[0,100]] caixas" id="nome2" value="<?= ($acao == 'edita') ? GetNomeOrganizacao($nome)['nome'] . '"' . 'disabled="disabled' : null; ?>" />
</fieldset>
</td>
<td>

2
admin/queues.php

@ -127,7 +127,7 @@ if ($acao == "deleta") {
<td width="50" align="center"><?php echo $dados['id']; ?></td>
<td>
<a href="#" style="color: #000" onclick="abre_janela('780', '560', 'index.php?idProg=11002&pbxRequest=1&acao=edita&id=<?php echo $dados['id']; ?><?= $params; ?>');">
<?= GravaNomeOrganizacao($dados['nome']); ?>
<?= GetNomeOrganizacao($dados['nome'])['nome']; ?>
</a>
</td>
<td width="120"><?php echo $dados['numero']; ?></td>

Loading…
Cancel
Save