Se quita las unidades en la ficha de ocasiones

git-svn-id: https://192.168.0.254/svn/Proyectos.ClaveAudio_Web/trunk@9 44ade383-bb54-5b4f-835b-923f7702b206
This commit is contained in:
roberto 2011-05-16 10:02:48 +00:00
parent ffa3c4cf6a
commit 75fbfda1ac
6 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -9,7 +9,7 @@
<tr>
<td width="247" align="center" valign="middle">
<div class="destacado_foto">
<a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>"><img src="_ocs/<?php echo $arrayOcasion['id']; ?>_247.jpg" border="0" alt=""></a>
<a href="ocasion_ficha.php?id=<?php echo $arrayOcasion['id']; ?>"><img src="_ocs/<?php echo $arrayOcasion['id']; ?>_247.jpg" border="0" alt=""></a>
</div>
<div class="destacado_precio"><?php echo ($arrayOcasion['precio'] == '-1' ? 'Consultar' : 'Oferta ' . miNumberFormat($arrayOcasion['precio']) . '<span class="euro">&euro;</span>'); ?></div>
</td>

View File

@ -119,7 +119,8 @@ include('top.htm');
$miOcasion = new shoopOcasion(1, '');
if($miOcasion->getNum()){
$arrayOcasion = $miOcasion->getNextOcasion();
include('bann2_ocasion.php');
if(!empty($arrayOcasion))
include('bann2_ocasion.php');
?>
</td></tr>
<tr><td background="_imgs/ptoshb.gif"><img src="_imgs/d.gif" width="168" height="8"></td></tr>

View File

@ -128,7 +128,7 @@ switch($ocasion_categoria_id) {
<td width="170" valign="top" class="producto_texto">
<span class="producto_tipo azul"><?php echo $ocasion_categoria_nombre; ?></span><br>
<span class="producto_modelo"><?php echo $ocasion_nombre; ?></span><br>
<span class="producto_tipo azul"><?php echo $ocasion_estado; ?></span><span class="producto_tipo rojo">&nbsp;&nbsp;&nbsp;<?php echo $ocasion_unidades; ?> Unidades</span><br>
<span class="producto_tipo azul"><?php echo $ocasion_estado; ?></span><!--span class="producto_tipo rojo">&nbsp;&nbsp;&nbsp;<?php //echo $ocasion_unidades; ?> Unidades</span--><br>
<span class="producto_modelo">PVP:</span> <span class="producto_precio_ocasion1"><?php echo $ocasion_pvp; ?><span class="euro">&euro;</span><br>
<span class="producto_modelo">Oferta:</span> <span class="producto_precio_ocasion2"><?php echo $ocasion_precio; ?><span class="euro">&euro;</span><br>
<img src="_imgs/d.gif" width="170" height="6"><br>