summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/propiedades/propiedades_ordenadores.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2012-09-05 08:55:12 +0000
committerramon <ramongomez@us.es>2012-09-05 08:55:12 +0000
commit409af27e8c09486d97528485e423bff28d66902a (patch)
tree5028b64dca5cf596e0919312f41dbe45ad032e50 /admin/WebConsole/propiedades/propiedades_ordenadores.php
parent294f9e5861e72346b5dcfbc64df7a70ae5974aea (diff)
Versión 1.0.5, #551: Eliminar más errores y avisos para compatibilidad con PHP 5.4, añadir fichero de idioma y mostrar nº de PCs clientes de un repositorio.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3273 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/propiedades/propiedades_ordenadores.php')
-rw-r--r--admin/WebConsole/propiedades/propiedades_ordenadores.php23
1 files changed, 10 insertions, 13 deletions
diff --git a/admin/WebConsole/propiedades/propiedades_ordenadores.php b/admin/WebConsole/propiedades/propiedades_ordenadores.php
index eccc54fa..534b396a 100644
--- a/admin/WebConsole/propiedades/propiedades_ordenadores.php
+++ b/admin/WebConsole/propiedades/propiedades_ordenadores.php
@@ -1,4 +1,4 @@
-<?
+<?php
// ****************************************************************************************************
// Aplicación WEB: ogAdmWebCon
// Autor: José Manuel Alonso (E.T.S.I.I.) Universidad de Sevilla
@@ -81,21 +81,18 @@ function abrir_ventana(URL){
<table align="center" border="0" cellPadding="1" cellSpacing="1" class="tabla_datos">
<tr>
<th align="center">&nbsp;<?php echo $TbMsg[5]?> <sup>*</sup>&nbsp;</th>
- <?php $fotomenu=$fotoordenador;
- if ($opcion==$op_eliminacion)
- echo '<TD>'.$nombreordenador.'</TD>';
+ <?php if ($opcion==$op_eliminacion)
+ echo '<td>'.$nombreordenador.'</td>';
else
- echo '<TD><INPUT class="formulariodatos" name=nombreordenador type=text value="'.$nombreordenador.'"></TD>';
+ echo '<td><input class="formulariodatos" name=nombreordenador type=text value="'.$nombreordenador.'"></td>';
+ if (empty ($fotoordenador)) {
+ $fotoordenador="fotoordenador.gif";
+ }
+ $fotomenu=$fotoordenador;
+ $dirfotos="../images/fotos";
?>
<td colspan="2" valign="top" align="left" rowspan="3">
-<img border="2" style="border-color:#63676b" src="<?php
-if ($fotoordenador=="")
-{
-$fotoordenador="../images/fotos/fotoordenador.gif";
-}else{
-$fotoordenador="../images/fotos/".$fotoordenador;
-}
-echo $fotoordenador?>">
+<img border="2" style="border-color:#63676b" src="<?php echo $dirfotos.'/'.$fotoordenador?>" />
<br />(150X110)-(jpg - gif) ---- <?php echo $TbMsg[5091]?>
<br />
<input name="archivo" type="file" id="archivo" size="16" />