Error sintaxis

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_Intranet/trunk@146 e2b1556b-49f8-d141-9351-52d6861a72d9
This commit is contained in:
roberto 2012-05-30 15:05:07 +00:00
parent fb1bd35a4e
commit 98f4822082

View File

@ -302,7 +302,7 @@ VerListaCapacidadesProfesionales($CapacidadesProfesionales, "detalle_candidato")
<?php }
if (in_array("curriculum", $mostrarDetalle)) { ?>
<!-- CURR<EFBFBD>CULUM -->
<!-- CURRICULUM -->
<div class="encabezado"><?php echo $locale['1549']; ?></div>
<table align="center" width="100%">
<tr align="center">
@ -315,7 +315,7 @@ if (in_array("curriculum", $mostrarDetalle)) { ?>
<?php echo ver_curriculums($persona->getValor("oid"), $tipo); ?>
</td>
</tr>
<!-- A<EFBFBD>ADIR NUEVO CURR<EFBFBD>CULUM -->
<!-- ANADIR NUEVO CURRICULUM -->
<?php if (in_array("addCurriculum", $mostrarDetalle)) { ?>
<tr>
<form action="<?php echo $destinoURL; ?>?oid=<?php echo $persona->getValor("oid") ?>" method="POST" enctype="multipart/form-data">