source:
admin/WebConsole/includes/opcionesbotonesop.php
@
51c2318
Last change on this file since 51c2318 was 3ec149c, checked in by , 15 years ago | |
---|---|
|
|
File size: 326 bytes |
Rev | Line | |
---|---|---|
[3ec149c] | 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.