#937 #906 formRemotePartitionCloning: show "partition configuration table"

Remote Cloning Wizard shows "partition configuration table" before the form.

The table shows the content of the images in the cache

Code from the other Wizards  is reused.
configfile
Antonio Doblas Viso 2019-12-08 23:49:22 +01:00
parent bee527d3f0
commit 3cba7cfc3c
1 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,13 @@ include_once("../includes/CreaComando.php");
include_once("../includes/HTMLSELECT.php");
include_once("../idiomas/php/".$idioma."/comandos/ejecutarscripts_".$idioma.".php");
include_once("../idiomas/php/".$idioma."/comandos/opcionesacciones_".$idioma.".php");
include_once("../includes/HTMLCTESELECT.php");
include_once("../includes/TomaDato.php");
include_once("../includes/ConfiguracionesParticiones.php");
include_once("../includes/RecopilaIpesMacs.php");
include_once("./includes/asistentes/AyudanteFormularios.php");
//________________________________________________________________________________________________________
include_once("./includes/capturaacciones.php");
//________________________________________________________________________________________________________
@ -74,6 +81,10 @@ switch($ambito){
echo '<p align=center><span class=cabeceras>'.$TbMsg["WCRP31"].'&nbsp;</span><br>';
echo '<IMG src="'.$urlimg.'">&nbsp;&nbsp;<span align=center class=subcabeceras>
<U>'.$TbMsg[6].': '.$textambito.','.$nombreambito.'</U></span>&nbsp;&nbsp;</span></p>';
$sws=$fk_sysFi | $fk_nombreSO | $fk_tamano | $fk_imagen | $fk_perfil | $fk_cache;
pintaConfiguraciones($cmd,$idambito,$ambito,9,$sws,false);
?>