added ability for the popup to close and the opening page to refresh once subscription is renewed

This commit is contained in:
bob_lyon 2006-07-20 04:20:06 +00:00
parent fd9c436d35
commit 9da8628c25

View file

@ -18,5 +18,15 @@
</div>
</form>
</div>
<!-- TMPL_IF NAME="done" -->
<script type="text/javascript">
<!--
opener.document.location.reload();
self.close();
//-->
</script>
<!-- /TMPL_IF -->
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->