Rev 4317 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php
/**
* Integration des Anfragemoduls in die Produkttemplates
* Hier wird nicht der Button eingebunden sondern lediglich der JS Teil für die Anzeige im Fenster
*/
?>
<?php if ($this->get_option('wpsg_mod_request_afterinsert') == wpsg_mod_request::ACTION_SHOWREQUESTPAGELB) { ?>
<script type="text/javascript">/* <![CDATA[ */
jQuery(document).ready(function() {
jQuery('#wpsg_add_requestlist_<?php echo $this->view['wpsg_mod_request']['template_index']; ?>').bind('click', function() {
alert("TODO");
return false;
} );
} );
/* ]]> */</script>
<?php } ?>