From 72718fba4560f9f52f8b29c1b70b919a2d5c3605 Mon Sep 17 00:00:00 2001 From: albertogp Date: Wed, 17 Mar 2021 17:15:39 +0100 Subject: ID-1039 #1039 Subiendo ficheros --- .../propiedades/propiedades_imagenes.php | 53 +++++++++++++++++++++- 1 file changed, 51 insertions(+), 2 deletions(-) (limited to 'admin/WebConsole/propiedades/propiedades_imagenes.php') diff --git a/admin/WebConsole/propiedades/propiedades_imagenes.php b/admin/WebConsole/propiedades/propiedades_imagenes.php index 116d5a95..9816e046 100644 --- a/admin/WebConsole/propiedades/propiedades_imagenes.php +++ b/admin/WebConsole/propiedades/propiedades_imagenes.php @@ -75,6 +75,7 @@ if (!$resul) if ($opcion == 1 && $datospost == 1) { if (isset($_POST["opcion"])) $opcion=$_POST["opcion"];// Recoge parametros if (isset($_POST["idrepositorio"])) $idrepositorio=$_POST["idrepositorio"]; + if (isset($_POST["idperfilsoft"])) $idperfilsoft=$_POST["idperfilsoft"]; if (isset($_POST["idimagen"])) $idimagen=$_POST["idimagen"]; if (isset($_POST["nombreca"])) { $nombreca=$_POST["nombreca"]; @@ -128,6 +129,28 @@ if ($opcion!=$op_alta and isset($repokey)) { '?> + + + +
@@ -185,6 +208,17 @@ if ($opcion!=$op_alta and isset($repokey)) { echo ''; } ?> + + +    + '.$tipopar.' ('.dechex($codpar).') +  '; + else + echo ''.HTMLSELECT($cmd,0,'tipospar',$codpar,'codpar',"CONCAT(CASE WHEN codpar BETWEEN 1 AND 255 THEN '1-MSDOS' WHEN codpar BETWEEN 256 AND 65535 THEN '2-GPT' ELSE codpar END,': ',tipopar,' (',HEX(codpar),')')",170,"","","clonable=1").''; + ?> + @@ -237,7 +271,8 @@ if ($opcion!=$op_alta and isset($repokey)) { if ($inremotepc) echo ' checked '; echo '>'; } else { - echo ' ('.$TbMsg['COMM_REMOTEACCESS'].')'; @@ -267,6 +302,8 @@ if ($opcion!=$op_alta and isset($repokey)) {  0 ? "(r$revision)" : "") ?> + +    @@ -278,7 +315,19 @@ if ($opcion!=$op_alta and isset($repokey)) { echo ''.HTMLSELECT($cmd,$idcentro,'perfilessoft',$idperfilsoft,'idperfilsoft','descripcion',300).''; } ?> - + + + + +    + '; + echo ''.HTMLSELECT($cmd,$idcentro,'perfilessoft',$idperfilsoft,'idperfilsoft','descripcion',300).''; + ?> + + + +    -- cgit v1.2.3-18-g5258