diff options
author | ramon <ramongomez@us.es> | 2014-12-09 15:35:30 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-12-09 15:35:30 +0000 |
commit | 967316de218a9ed8a37f5cfe97d6b219d4a4b9ce (patch) | |
tree | e933372492369efe6e9fff242daa025c8989491b /admin/WebConsole/propiedades/propiedades_imagenes.php | |
parent | de16f79997897632686c64aa4af3d3375a70a880 (diff) |
#677: Indicar tipo de particiĆ³n en hexadecimal y mostrar mensaje correcto en comando Restaurar imagen.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4455 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_imagenes.php')
-rw-r--r-- | admin/WebConsole/propiedades/propiedades_imagenes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_imagenes.php b/admin/WebConsole/propiedades/propiedades_imagenes.php index 9abad942..bdd7b21c 100644 --- a/admin/WebConsole/propiedades/propiedades_imagenes.php +++ b/admin/WebConsole/propiedades/propiedades_imagenes.php @@ -166,7 +166,7 @@ if ( $opcion == 1 && $datospost == 1) <th align="center"> <?php echo $TbMsg[9]?> </th> <?php if ($opcion==$op_eliminacion || !empty($idperfilsoft)) - echo '<td>'.$tipopar.' ('.$codpar.') + echo '<td>'.$tipopar.' ('.dechex($codpar).') <input type="hidden" name="codpar" value="'.$codpar.'"></td>'; else echo '<td>'.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").'</td>'; |