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

@ -119,6 +119,7 @@ include('top.htm');
$miOcasion = new shoopOcasion(1, ''); $miOcasion = new shoopOcasion(1, '');
if($miOcasion->getNum()){ if($miOcasion->getNum()){
$arrayOcasion = $miOcasion->getNextOcasion(); $arrayOcasion = $miOcasion->getNextOcasion();
if(!empty($arrayOcasion))
include('bann2_ocasion.php'); include('bann2_ocasion.php');
?> ?>
</td></tr> </td></tr>

View File

@ -128,7 +128,7 @@ switch($ocasion_categoria_id) {
<td width="170" valign="top" class="producto_texto"> <td width="170" valign="top" class="producto_texto">
<span class="producto_tipo azul"><?php echo $ocasion_categoria_nombre; ?></span><br> <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_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">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> <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> <img src="_imgs/d.gif" width="170" height="6"><br>