Ignore:
Timestamp:
Oct 8, 2009, 7:58:38 PM (15 years ago)
Author:
gav
Message:

Re-install class-diagram from local svn build with patch to allow war deployment.
Class-diagram overrides removed from Config.groovy since these have all been included upstream.
Tidy comments in SecurityConfig?.groovy
Some work on adding assignedPerson work flow and PersonController?.
Add navAlt and filterPane search to Person and TaskProcedure?.

File:
1 edited

Legend:

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

    r143 r147  
    1414                <div class="message">${flash.message}</div>
    1515            </g:if>
    16             <br />
    17             <br />
    18             <a href="${createLink(controller:'person', action:'list')}">Manage application users</a>
    19             <br />
    20             <br />
    21 <!--            View Entity Relationship Diagram:
    22             <a href="${createLink(controller:'classDiagram', action:'model', params:[outputFormat: 'pdf', skin: 'classicSpacey', showMethods: 'false', autoUpdate: 'false'])}">pdf</a>
    23             and
    24             <a href="${createLink(controller:'classDiagram', action:'legend', target:'_blank')}">legend</a>
    25             or
    26             <a href="${createLink(controller:'classDiagram', action:'show')}">interactive.</a>-->
    27         </div>
     16            <div class="dialog">
     17                <table>
     18                    <tbody>
     19
     20                        <tr class="prop">
     21                            <td valign="top" class="name">
     22                                <label>Manage:</label>
     23                            </td>
     24                            <td valign="top" class="value">
     25                                <a href="${createLink(controller:'person', action:'list')}">Application users</a>
     26                            </td>
     27                        </tr>
     28
     29                        <tr class="prop">
     30                            <td valign="top" class="name">
     31                                <label>Entity Relationship Diagram:</label>
     32                            </td>
     33                            <td valign="top" class="value">
     34
     35                                <a href="${createLink(controller:'classDiagram', action:'model', params:[outputFormat: 'pdf', skin: 'classicSpaced', showMethods: 'false', autoUpdate: 'false'])}">PDF</a>
     36                                <br />
     37                                <a href="${createLink(controller:'classDiagram', action:'legend', target:'_blank')}">Legend</a>
     38                                <br />
     39                                <a href="${createLink(controller:'classDiagram', action:'show')}">Interactive.</a>
     40                            </td>
     41                        </tr>
     42
     43                    </tbody>
     44                </table>
     45            </div> <!--End dialog-->
     46        </div> <!--End body-->
    2847    </body>
    2948</html>
Note: See TracChangeset for help on using the changeset viewer.