Ignore:
Timestamp:
Jun 4, 2010, 5:06:07 PM (13 years ago)
Author:
duh
Message:
  • removed obsolete templates
  • added redirect functionality
File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_redirect.gsp

    r534 r535  
    11<%
    22/**
    3  * Protocols page
     3 * Redirect page
    44 *
    55 * @author  Jeroen Wesbeek
     
    1616%>
    1717<wizard:pageContent>
    18 todo...
     18        <script type="text/javascript">
     19                $(document).ready(function() {
     20                        window.location = "/${meta(name: 'app.name')}${uri}";
     21                });
     22        </script>
     23       
    1924</wizard:pageContent>
Note: See TracChangeset for help on using the changeset viewer.