summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/CrearImagen.php
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2013-06-12 09:02:45 +0000
committeririna <irinagomez@us.es>2013-06-12 09:02:45 +0000
commit2552091f07042d6260be36831d3d078dc3109ab2 (patch)
tree4baa8507f776d83ef5b0b6c30cd6aaf3f24f4ef8 /admin/WebConsole/comandos/CrearImagen.php
parentda69e344e67c7c91a9ff350712047d7cee0e8893 (diff)
#608 consola web, crear imagen: mostrar aviso si equipo sin configuracion en BD.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3868 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/CrearImagen.php')
-rw-r--r--admin/WebConsole/comandos/CrearImagen.php15
1 files changed, 1 insertions, 14 deletions
diff --git a/admin/WebConsole/comandos/CrearImagen.php b/admin/WebConsole/comandos/CrearImagen.php
index 884e5828..603336f9 100644
--- a/admin/WebConsole/comandos/CrearImagen.php
+++ b/admin/WebConsole/comandos/CrearImagen.php
@@ -55,20 +55,7 @@ if (!$resul){
<P align=center><SPAN align=center class=subcabeceras><? echo $TbMsg[6] ?></SPAN></P>
<FORM align=center name="fdatos">
- <TABLE id='tabla_conf' align=center border=0 cellPadding=1 cellSpacing=1 class=tabla_datos>
- <TR>
- <TH align=center>&nbsp;&nbsp;</TH>
- <TH align=center>&nbsp;<?php echo $TbMsg["PARTITION"] ?>&nbsp;</TH>
- <TH align=center>&nbsp;<?php echo $TbMsg["PARTITION_TYPE"] ?>&nbsp;</TH>
- <TH align=center>&nbsp;<?php echo $TbMsg["SO_NAME"] ?>&nbsp;</TH>
- <TH align=center>&nbsp;<?php echo $TbMsg["IMAGE_TO_CREATE"] ?>&nbsp;</TD>
- <TH align=center>&nbsp;<?php echo $TbMsg["DESTINATION_REPOSITORY"] ?>&nbsp;</TD>
- </TR>
-
- <?
- echo tablaConfiguracionesCrearImagen($cmd,$idambito,$idrepositorio);
- ?>
- </TABLE>
+ <? echo tablaConfiguracionesCrearImagen($cmd,$idambito,$idrepositorio); ?>
</FORM>
<?