Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/login/auth.gsp

    r135 r139  
    3131        width: 120px;
    3232}
     33#login .inner .cssform input[type='submit']:link {
     34}
     35#login .inner .cssform input[type='submit']:visited {
     36}
     37#login .inner .cssform input[type='submit']:hover {
     38    background:#bfdaff;
     39}
    3340#login .inner .cssform label {
    3441        font-weight: bold;
     
    5663                                <p>
    5764                                        <label for='j_username'>Login ID</label>
    58                                         <input type='text' class='text_' name='j_username' id='j_username' value='user' />
     65                                        <input type='text' class='text_' name='j_username' id='j_username' value='manager' />
    5966                                </p>
    6067                                <p>
Note: See TracChangeset for help on using the changeset viewer.