Ignore:
Timestamp:
Oct 17, 2009, 1:41:59 PM (15 years ago)
Author:
gav
Message:

Work on Task searching.
Add calendar view for Tasks.
Cleaner look for search and paginate buttons.
OverlayPane? css and javascript to fix filterPane width on smaller screens and for quick search panes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/person/list.gsp

    r151 r155  
    2222                                removeImgFile="bullet_delete.png"
    2323                                title="Search"/>
     24
     25        <div class="paginateButtons">
     26            <filterpane:filterButton text="Search" appliedText="Change Search" />
     27            Results:${personTotal}
     28        </div>
     29
    2430        <div class="list">
    2531            <table>
     
    5662        <div class="paginateButtons">
    5763            <g:paginate total="${personTotal}" params="${filterParams}" />
    58             <filterpane:filterButton text="Search" appliedText="Change Search" />
    59             Results:${personTotal}
    6064        </div>
    6165
     
    6367                                title="Search"
    6468                                action="list"
     69                                class="overlayPane"
    6570                                excludeProperties="password, sessionTimeout, emailShow"
    6671                                associatedProperties="authorities.authority, personGroups.name"
Note: See TracChangeset for help on using the changeset viewer.