summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/propiedades
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-11-15 13:31:06 +0000
committerramon <ramongomez@us.es>2017-11-15 13:31:06 +0000
commitde5fe135185a536c1356a4e89f821fab5f66a297 (patch)
tree39af73618d4cd0d9f5449fc5bc85f90e67203e49 /admin/WebConsole/propiedades
parent04319fb542c0642a738560c9ffc84d97e85db466 (diff)
#738: Asignar perfil de software a imagen migrada cuando no existe PC modelo en propiedades de imagen; incluir nº de disco en información de imágenes restauradas.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5509 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/propiedades')
-rw-r--r--admin/WebConsole/propiedades/propiedades_imagenes.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_imagenes.php b/admin/WebConsole/propiedades/propiedades_imagenes.php
index d6e3f5f0..74e10b49 100644
--- a/admin/WebConsole/propiedades/propiedades_imagenes.php
+++ b/admin/WebConsole/propiedades/propiedades_imagenes.php
@@ -270,9 +270,12 @@ if ($opcion!=$op_alta and isset($repokey)) {
<TR>
<TH align=center>&nbsp;<?php echo $TbMsg[6]?>&nbsp;</TD>
<?php
+ if (isset($modelo)) {
echo '<TD>&nbsp;'.$perfilsoft.'
&nbsp;<INPUT type="hidden" name="idperfilsoft" value="'.$idperfilsoft.'"></TD>';
-
+ } else {
+ echo '<TD>'.HTMLSELECT($cmd,$idcentro,'perfilessoft',$idperfilsoft,'idperfilsoft','descripcion',300).'</TD>';
+ }
?>
</TR>
<!-- Sistema Operativo -->