summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/propiedades/propiedades_imagenes.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2014-12-09 15:35:30 +0000
committerramon <ramongomez@us.es>2014-12-09 15:35:30 +0000
commit967316de218a9ed8a37f5cfe97d6b219d4a4b9ce (patch)
treee933372492369efe6e9fff242daa025c8989491b /admin/WebConsole/propiedades/propiedades_imagenes.php
parentde16f79997897632686c64aa4af3d3375a70a880 (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.php2
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">&nbsp;<?php echo $TbMsg[9]?>&nbsp;</th>
<?php
if ($opcion==$op_eliminacion || !empty($idperfilsoft))
- echo '<td>'.$tipopar.' ('.$codpar.')
+ echo '<td>'.$tipopar.' ('.dechex($codpar).')
&nbsp;<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>';