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/start.gsp

    r144 r147  
    8989                        <br />
    9090                        <br />
    91                         Static reports
     91                        <div class="dialog">
     92                            <table>
     93                                <tbody>
     94
     95                                    <tr class="prop">
     96                                        <td valign="top" class="name">
     97                                            <label>Static reports:</label>
     98                                        </td>
     99<!--                                        <td valign="top" class="value">
     100                                            <a href="${createLink(action:'changePassword')}"> Password</a>
     101                                            <br />
     102                                            <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a>
     103                                        </td>-->
     104                                    </tr>
     105
     106                                </tbody>
     107                            </table>
     108                        </div> <!--End dialog-->
    92109                    </richui:tabContent>
    93110<!-- End Reports tab  -->
     
    97114                        <br />
    98115                        <br />
    99                         <a href="${createLink(action:'changePassword')}">Change Password</a>
    100                         <br />
    101                         <br />
    102                         <a href="${createLink(action:'changeSessionTimeout')}">Change Session Timeout</a>
     116                        <div class="dialog">
     117                            <table>
     118                                <tbody>
     119
     120                                    <tr class="prop">
     121                                        <td valign="top" class="name">
     122                                            <label>Change:</label>
     123                                        </td>
     124                                        <td valign="top" class="value">
     125                                            <a href="${createLink(action:'changePassword')}"> Password</a>
     126                                            <br />
     127                                            <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a>
     128                                        </td>
     129                                    </tr>
     130
     131                                </tbody>
     132                            </table>
     133                        </div> <!--End dialog-->
    103134                    </richui:tabContent>
    104135<!-- End Options tab -->
Note: See TracChangeset for help on using the changeset viewer.