Ignore:
Timestamp:
Oct 9, 2009, 9:47:11 PM (14 years ago)
Author:
gav
Message:

Refactor bootstrap data generation to new CreateDataService?.
Tweak security annotations so that ROLE_AppAdmin gives access to all areas.
Rework DataSource? to allow building of prod and dev WARs.
Include MySQL jdbc connector which is GNU GPL'd and used in the prod WAR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/appAdmin.gsp

    r139 r149  
    1111        </div>
    1212        <div class="body">
    13             <h1>Application Admin</h1>
     13            <g:if test="${flash.message}">
     14                <div class="message">${flash.message}</div>
     15            </g:if>
     16            <div class="dialog">
     17                <table>
     18                    <tbody>
     19
     20                        <tr class="prop">
     21                            <td valign="top" class="name">
     22                                <label>Create:</label>
     23                            </td>
     24                            <td valign="top" class="value">
     25                                <g:link action="createBaseData">Base</g:link> - Create the base data required for the application to function.
     26                                <br />
     27                                <g:link action="createDemoData">Demo</g:link> - Create demo data for some example sites.
     28                            </td>
     29                        </tr>
     30
     31                    </tbody>
     32                </table>
     33            </div> <!--End dialog-->
     34            <br />
     35            <br />
    1436            <div class="errors">
    1537                Warning!<br />
Note: See TracChangeset for help on using the changeset viewer.