Index: trunk/grails-app/views/appCore/admin.gsp
===================================================================
--- trunk/grails-app/views/appCore/admin.gsp	(revision 104)
+++ 	(revision )
@@ -1,29 +1,0 @@
-<html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-        <meta name="layout" content="main" />
-        <title>Admin</title>
-    </head>
-    <body>
-        <div class="nav">
-            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
-        </div>
-        <div class="body">
-            <h1>Application Admin</h1>
-            <div class="errors">
-                Warning!<br />
-                The pages bellow this line are for use by the application admin only and NOT for daily use.<br />
-                They allow direct administration of the back-end data, cascade deletion and updates may occur.<br />
-                The manager authorisation and pages should be used for normal daily use.<br />
-            </div>
-            <br/>
-            <div class="dialog">
-                <ul>
-                <g:each var="c" in="${grailsApplication.controllerClasses}">
-                        <li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li>
-                </g:each>
-                </ul>
-            </div>
-        </div>
-    </body>
-</html>
Index: trunk/grails-app/views/appCore/appAdmin.gsp
===================================================================
--- trunk/grails-app/views/appCore/appAdmin.gsp	(revision 106)
+++ trunk/grails-app/views/appCore/appAdmin.gsp	(revision 106)
@@ -0,0 +1,29 @@
+<html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+        <meta name="layout" content="main" />
+        <title>Admin</title>
+    </head>
+    <body>
+        <div class="nav">
+            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
+        </div>
+        <div class="body">
+            <h1>Application Admin</h1>
+            <div class="errors">
+                Warning!<br />
+                The pages bellow this line are for use by the application admin only and NOT for daily use.<br />
+                They allow direct administration of the back-end data, cascade deletion and updates may occur.<br />
+                The manager authorisation and pages should be used for normal daily use.<br />
+            </div>
+            <br/>
+            <div class="dialog">
+                <ul>
+                <g:each var="c" in="${grailsApplication.controllerClasses}">
+                        <li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li>
+                </g:each>
+                </ul>
+            </div>
+        </div>
+    </body>
+</html>
