diff options
author | albertogp <albertogp@uma.es> | 2021-05-03 16:17:54 +0200 |
---|---|---|
committer | albertogp <albertogp@uma.es> | 2021-05-03 16:17:54 +0200 |
commit | 53535c22f0a94b680b2572ae2a3bc0099f2a4432 (patch) | |
tree | 3b004e6a3a883f98ee339e47001def1ef399cce0 /admin/WebConsole/propiedades/propiedades_aulas.php | |
parent | 5319d81e38cfd5b1239b0a8b2298cadcac2fa7ef (diff) |
#1039 AƱadiendo mensaje de InformaciĆ³nID-1039_Asignar_Disco.Particion.Imagen.AccesoRemoto
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_aulas.php')
-rw-r--r-- | admin/WebConsole/propiedades/propiedades_aulas.php | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_aulas.php b/admin/WebConsole/propiedades/propiedades_aulas.php index fdab3cfe..ef9f7790 100644 --- a/admin/WebConsole/propiedades/propiedades_aulas.php +++ b/admin/WebConsole/propiedades/propiedades_aulas.php @@ -394,7 +394,7 @@ function MuestraAccesoR() { </TABLE><p> <!-- ########################################### PROPIEDADES APLICABLES A TODOS LOS ORDENADORES #################################################################################--> -<TABLE name=masivo id=masivo align=center border=7 cellPadding=3 cellSpacing=1 class=tabla_listados > +<TABLE align=center border=7 cellPadding=3 cellSpacing=1 class=tabla_listados > <TR> <TH style="BACKGROUND-COLOR:#FFFFFF;COLOR:red" colspan=4 align=center> <?php echo $TbMsg[1888]?> </TH> </TR> @@ -490,7 +490,7 @@ function MuestraAccesoR() { echo '<tr id="verinremotepc" style="display:">'; }else{ echo '<tr id="verinremotepc" style="display:none">'; - }?> + ?> <th align="center"> <?php echo "remotePC"?> </th> <?php if ($opcion==$op_eliminacion) //eliminacion=3 //echo '<td colspan="3">'.$paginavalidacion.'</td>'; @@ -506,9 +506,17 @@ function MuestraAccesoR() { <option value="">-- Selecciona Imagen remotePC --</option> '. htmlOPTION_images($cmd,$ambito,$idaula) .' </select> + <br> + <div style="color: red; font-weight: bold;">'.$TbMsg[35].' </td>'; + ?> - </tr> + <?php + echo '<tr id="verinremotepc" style="display:none">'; + echo '<TH style="BACKGROUND-COLOR:#FFFFFF;COLOR:red" colspan=4 align=center> <?php echo $TbMsg[1888]?> </TH>'; + echo '</TR>'; + + }?> <!-- ### AGP remotePC ############################################################################################################################################# --> <!------------------------------------------------------------------- UMA remotePC--------------------------------------------------------------------------------------> |