source:
admin/WebConsole/includes/opcionesbotonesop.php
@
905ea9e
Last change on this file since 905ea9e was 3ec149c, checked in by , 15 years ago | |
---|---|
|
|
File size: 326 bytes |
Line | |
---|---|
1 | <? |
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>'; |
9 | ?> |
Note: See TracBrowser
for help on using the repository browser.