source: admin/WebConsole/includes/opcionesbotonesop.php

qndtest
Last change on this file was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 5 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 327 bytes
Line 
1<?php
2echo '<TABLE align=center>';
3echo '<TR>';
4echo '<TD><A href=#><IMG border=0 src="../images/boton_cancelar.gif"  onclick="cancelar()"></A></TD>';
5echo '<TD width=20></TD>';
6echo '<TD><A href=#><IMG border=0 src="../images/boton_confirmar.gif"  onclick="confirmar('.$opcion.')" ></A></TD>';
7echo '</TR>';
8echo '</TABLE>';
9
Note: See TracBrowser for help on using the repository browser.