Index: trunk/grails-app/views/sectionExtendedAttributeDetailed/list.gsp
===================================================================
--- trunk/grails-app/views/sectionExtendedAttributeDetailed/list.gsp	(revision 413)
+++ 	(revision )
@@ -1,64 +1,0 @@
-
-
-<html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-        <meta name="layout" content="main" />
-        <title>SectionExtendedAttribute List</title>
-    </head>
-    <body>
-        <div class="nav">
-            <h1>Section Extended Attribute List</h1>
-        </div>
-        <div class="body">
-            <g:render template="/shared/messages" />
-            <div class="list">
-                <table>
-                    <thead>
-                        <tr>
-                        
-                   	        <g:sortableColumn property="id" title="Id" />
-                        
-                   	        <g:sortableColumn property="value" title="Value" />
-                        
-                   	        <g:sortableColumn property="isActive" title="Is Active" />
-                        
-                   	        <th>Extended Attribute Type</th>
-                   	    
-                   	        <th>Section</th>
-
-                            <th></th>
-                   	    
-                        </tr>
-                    </thead>
-                    <tbody>
-                    <g:each in="${sectionExtendedAttributeInstanceList}" status="i" var="sectionExtendedAttributeInstance">
-                        <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" onclick='window.location = "${request.getContextPath()}/sectionExtendedAttributeDetailed/show/${sectionExtendedAttributeInstance.id}"'/>
-                        
-                            <td>${fieldValue(bean:sectionExtendedAttributeInstance, field:'id')}</td>
-                        
-                            <td>${fieldValue(bean:sectionExtendedAttributeInstance, field:'value')}</td>
-                        
-                            <td>${fieldValue(bean:sectionExtendedAttributeInstance, field:'isActive')}</td>
-                        
-                            <td>${fieldValue(bean:sectionExtendedAttributeInstance, field:'extendedAttributeType')}</td>
-                        
-                            <td>${fieldValue(bean:sectionExtendedAttributeInstance, field:'section')}</td>
-
-                            <td>
-                                <g:link action="show" id="${sectionExtendedAttributeInstance.id}">
-                                    <img  src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" />
-                                </g:link>
-                            </td>
-                        
-                        </tr>
-                    </g:each>
-                    </tbody>
-                </table>
-            </div>
-            <div class="paginateButtons">
-                <g:paginate total="${sectionExtendedAttributeInstanceTotal}" />
-            </div>
-        </div>
-    </body>
-</html>
