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/entryDetailed/create.gsp

    r134 r147  
    55        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    66        <meta name="layout" content="main" />
    7         <title>Create Entry</title>         
     7        <title>Create Entry</title>
     8        <nav:resources override="true"/>
     9        <resource:dateChooser />
    810    </head>
    911    <body>
    1012        <div class="nav">
    11             <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
    12             <span class="menuButton"><g:link class="list" action="list">Entry List</g:link></span>
     13            <h1>Create Entry</h1>
    1314        </div>
    1415        <div class="body">
    15             <h1>Create Entry</h1>
    1616            <g:if test="${flash.message}">
    1717            <div class="message">${flash.message}</div>
     
    5151                                </td>
    5252                                <td valign="top" class="value ${hasErrors(bean:entryInstance,field:'dateDone','errors')}">
    53                                     <g:datePicker name="dateDone" value="${entryInstance?.dateDone}" precision="day"></g:datePicker>
     53                                    <richui:dateChooser name="dateDone" format="dd-MM-yyyy" value="${new Date()}" />
    5454                                </td>
    5555                            </tr>
Note: See TracChangeset for help on using the changeset viewer.