Sha256: a4e4bdf15e2ffe0feded81b4933a7ecc85b208397c9e547d8eb60674dc1a8cbe
Contents?: true
Size: 566 Bytes
Versions: 52
Compression:
Stored size: 566 Bytes
Contents
<!-- ActiveExt Scaffold Create This page is needed to allow the Create action to complete. It also provides the post-create refresh and window close functions. --> <script type="text/javascript"> function close_and_refresh(){ parent.refresh_grid(); parent.close_window("create_detail_window"); } </script> <body onload="close_and_refresh() ;"> <h1>Created <%= @singular_name.capitalize%></h1> <div align=RIGHT> <input type="button" value="Close" onclick=close_and_refresh() /> </div> </body>
Version data entries
52 entries across 34 versions & 1 rubygems