diff options
author | ramon <ramongomez@us.es> | 2012-06-29 09:39:43 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2012-06-29 09:39:43 +0000 |
commit | 60d076111059bbbdf118d90a2b5bf74fe3852233 (patch) | |
tree | adb483996694a6b222900084fcc3dfe4fb7b6932 /admin/WebConsole/propiedades/propiedades_imagenes.php | |
parent | 79c26a88eb69352d424aa680ab7125fb9ba2fd0a (diff) |
VersiĆ³n 1.0.4, #526: Corregir errata en validaciĆ³n de nueva imagen.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3247 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 7cda473c..50a7ae5d 100644 --- a/admin/WebConsole/propiedades/propiedades_imagenes.php +++ b/admin/WebConsole/propiedades/propiedades_imagenes.php @@ -102,7 +102,7 @@ if ($opcion!=$op_alta){ if ($opcion==$op_eliminacion) echo '<td>'.$tipopar.'</td>'; else - echo '<td>'.HTMLSELECT($cmd,0,'tipospar',$tipopar,'tipopar','tipopar',100,"","","clonable=1").'</td>'; + echo '<td>'.HTMLSELECT($cmd,0,'tipospar',$codpar,'codpar',"CONCAT(tipopar,' (',HEX(codpar),')')",170,"","","clonable=1").'</td>'; ?> </tr> <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> |