Last change
on this file since 5d05b06 was
b6ec162,
checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago
|
#834: Remove all redundant PHP closing tags.
|
-
Property mode set to
100644
|
File size:
327 bytes
|
Rev | Line | |
---|
[043e67d] | 1 | <?php |
---|
[3ec149c] | 2 | echo '<TABLE align=center>'; |
---|
| 3 | echo '<TR>'; |
---|
| 4 | echo '<TD><A href=#><IMG border=0 src="../images/boton_cancelar.gif" onclick="cancelar()"></A></TD>'; |
---|
| 5 | echo '<TD width=20></TD>'; |
---|
| 6 | echo '<TD><A href=#><IMG border=0 src="../images/boton_confirmar.gif" onclick="confirmar('.$opcion.')" ></A></TD>'; |
---|
| 7 | echo '</TR>'; |
---|
| 8 | echo '</TABLE>'; |
---|
[b6ec162] | 9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.