Versión 1.0.4, #531: Corregir erratas en avisos.

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3194 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/debian-pkg
ramon 2012-06-13 18:17:23 +00:00
parent 70ed85d659
commit ee457e9398
2 changed files with 5 additions and 5 deletions

View File

@ -230,7 +230,7 @@ echo $fotoordenador?>">
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<th colspan="2" align="center"><sup>*</sup> <?php echo $TbMsg["WARN_NETBOOT"]?></th>
<th colspan="3" align="center"><sup>*</sup> <?php echo $TbMsg["WARN_NETBOOT"]?></th>
</tr>
</TABLE>

View File

@ -14,7 +14,7 @@ include_once("../includes/CreaComando.php");
include_once("../includes/HTMLCTESELECT.php");
include_once("../clases/AdoPhp.php");
include_once("../idiomas/php/".$idioma."/propiedades_perfilhardwares_".$idioma.".php");
include_once("../idiomas/php/".$idioma."/avisos_.$idioma.".php");
include_once("../idiomas/php/".$idioma."/avisos_".$idioma.".php");
//________________________________________________________________________________________________________
$opcion=0;
$opciones=array($TbMsg[0],$TbMsg[1],$TbMsg[2],$TbMsg[3]);
@ -71,7 +71,7 @@ if ($opcion!=$op_alta){
</tr>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<th align="center">&nbsp;<?echo $TbMsg["HARD_COMMENTS"]?>&nbsp;</th>
<th align="center"><?php echo $TbMsg["HARD_COMMENTS"]?></th>
<?if ($opcion==$op_eliminacion)
echo '<td>'.$comentarios.'</td>';
else
@ -80,7 +80,7 @@ if ($opcion!=$op_alta){
</tr>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<th align="center"><?php echo $TbMsg["HARD_WINBOOT"]?> <sup>(*)</sup></th>
<th align="center"><?php echo $TbMsg["HARD_WINBOOT"]?> <sup>*</sup></th>
<?php if ($opcion==$op_eliminacion)
echo "<td>$winboot</td>";
else {
@ -92,7 +92,7 @@ if ($opcion!=$op_alta){
</tr>
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
<tr>
<th colspan="2" align="center"><sup>(*)</sup> <?php echo $TbMsg["WARN_NETBOOT"]?></th>
<th colspan="2" align="center"><sup>*</sup> <?php echo $TbMsg["WARN_NETBOOT"]?></th>
</tr>
</table>
</form>