Tareas #658. Quitar de la lista de candidato las columnas de email y teléfono
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk/src@75 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
parent
fe9fbf02a8
commit
e6a6b76bab
@ -85,16 +85,16 @@ echo '<div id="ContTabul">';
|
||||
<td><?php echo $locale['203']; ?>
|
||||
</td>
|
||||
<td><?php echo $locale['1561'];?></td>
|
||||
<td><?php echo $locale['1528'];
|
||||
<!--td><?php echo $locale['1528'];
|
||||
$orderView="t_casa" ?><br />
|
||||
<a href="<?php echo $destinoURL; ?>?order=<?php echo $orderView; ?>&modo=asc<?php echo $variablesExtra; ?>" ><img src="css/asc.png" /></a>
|
||||
<a href="<?php echo $destinoURL; ?>?order=<?php echo $orderView; ?>&modo=desc<?php echo $variablesExtra; ?>" ><img src="css/desc.png" /></a>
|
||||
</td>
|
||||
<td><?php echo $locale['1529'];
|
||||
</td-->
|
||||
<!--td><?php echo $locale['1529'];
|
||||
$orderView="email" ?><br />
|
||||
<a href="<?php echo $destinoURL; ?>?order=<?php echo $orderView; ?>&modo=asc<?php echo $variablesExtra; ?>" ><img src="css/asc.png" /></a>
|
||||
<a href="<?php echo $destinoURL; ?>?order=<?php echo $orderView; ?>&modo=desc<?php echo $variablesExtra; ?>" ><img src="css/desc.png" /></a>
|
||||
</td>
|
||||
</td-->
|
||||
|
||||
<?php if ($tipoPedidos == "0") {?>
|
||||
<td><?php echo $locale['5003'];
|
||||
@ -189,8 +189,8 @@ echo '<div id="ContTabul">';
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<td align="center"><?php echo $pedidoAct->getValor("t_movil"); ?></td>
|
||||
<td align="center"><a href="mailto:<?php echo $pedidoAct->getValor("email"); ?>"><?php echo $pedidoAct->getValor("email"); ?></a></td>
|
||||
<!--td align="center"><?php echo $pedidoAct->getValor("t_movil"); ?></td-->
|
||||
<!--td align="center"><a href="mailto:<?php echo $pedidoAct->getValor("email"); ?>"><?php echo $pedidoAct->getValor("email"); ?></a></td-->
|
||||
|
||||
<?php if ($tipoPedidos == "0") { ?>
|
||||
<td align="center"><?php echo nombre_estado($pedidoAct->getValor("estado")); ?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user