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:
parent
fb1bd35a4e
commit
98f4822082
@ -302,7 +302,7 @@ VerListaCapacidadesProfesionales($CapacidadesProfesionales, "detalle_candidato")
|
|||||||
|
|
||||||
<?php }
|
<?php }
|
||||||
if (in_array("curriculum", $mostrarDetalle)) { ?>
|
if (in_array("curriculum", $mostrarDetalle)) { ?>
|
||||||
<!-- CURR<EFBFBD>CULUM -->
|
<!-- CURRICULUM -->
|
||||||
<div class="encabezado"><?php echo $locale['1549']; ?></div>
|
<div class="encabezado"><?php echo $locale['1549']; ?></div>
|
||||||
<table align="center" width="100%">
|
<table align="center" width="100%">
|
||||||
<tr align="center">
|
<tr align="center">
|
||||||
@ -315,7 +315,7 @@ if (in_array("curriculum", $mostrarDetalle)) { ?>
|
|||||||
<?php echo ver_curriculums($persona->getValor("oid"), $tipo); ?>
|
<?php echo ver_curriculums($persona->getValor("oid"), $tipo); ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- A<EFBFBD>ADIR NUEVO CURR<EFBFBD>CULUM -->
|
<!-- ANADIR NUEVO CURRICULUM -->
|
||||||
<?php if (in_array("addCurriculum", $mostrarDetalle)) { ?>
|
<?php if (in_array("addCurriculum", $mostrarDetalle)) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<form action="<?php echo $destinoURL; ?>?oid=<?php echo $persona->getValor("oid") ?>" method="POST" enctype="multipart/form-data">
|
<form action="<?php echo $destinoURL; ?>?oid=<?php echo $persona->getValor("oid") ?>" method="POST" enctype="multipart/form-data">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user