From 3b35a49852c9262872c9f4a797a88c49a1ef46b3 Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 20 Jun 2011 16:40:51 +0000 Subject: [PATCH] Se adaptan las ofertas para que la ficha tenga una foto grande 348 como las novedades git-svn-id: https://192.168.0.254/svn/Proyectos.ClaveAudio_Web/trunk@18 44ade383-bb54-5b4f-835b-923f7702b206 --- admin/shoop/oferta_db.php | 5 +-- admin/shoop/oferta_edit.php | 6 ++-- oferta_ficha.php | 61 ++++++++++++++++++++----------------- 3 files changed, 39 insertions(+), 33 deletions(-) diff --git a/admin/shoop/oferta_db.php b/admin/shoop/oferta_db.php index 2dfe6bd..6690fa3 100644 --- a/admin/shoop/oferta_db.php +++ b/admin/shoop/oferta_db.php @@ -54,8 +54,9 @@ $conn = db_connect(); if ($operacion != "del") { // modifico la imagen. - uploadImagenOferta($id, 247, 95, 168, 102); - uploadPDFOferta($id); + uploadImagenOferta($id, 348, 248, 168, 102); + uploadImagenOferta($id, 247, 95, 108, 108); + uploadPDFOferta($id); // y vuelvo a la pantalla correspondiente header('Location: oferta_edit.php?op=edit&id=' . $id); } diff --git a/admin/shoop/oferta_edit.php b/admin/shoop/oferta_edit.php index 356a485..0e491e1 100644 --- a/admin/shoop/oferta_edit.php +++ b/admin/shoop/oferta_edit.php @@ -98,11 +98,11 @@ define("MAX_SIZE", $max_size); - +
- +
- - - - - - - - Ver oferta - + @@ -226,6 +199,38 @@ switch($oferta_categoria_id) { } } ?> + + + + + + + + Ver oferta + + + + +