Ignore:
Timestamp:
Apr 7, 2009, 12:21:23 AM (15 years ago)
Author:
gav
Message:

Some CSS adjustments to text color, img border, remove body height:100%, add buttons input.add to CSS.
Move admin stuff to AppAdmin? to make it very clear that it is not for daily use.
TaskDetailed? list and delete now use the IsActive? attribute.
Remove Task.comment size constraint.
Add more help-ballons to TaskDetailed? create.
Clean loose comments from main.gsp and auth.gsp
Use pretty pictures in TaskDetailed? views instead of Edit and Show words.

File:
1 edited

Legend:

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

    r59 r106  
    4646        <div id='login'>
    4747        <h1>Welcome to gnuMims please log in</h1>
    48         The demo users are "admin" and "user" both having password "pass"
     48        The demo users are "manager" and "user" both having password "pass"
    4949
    5050                <div class='inner'>
     
    6262                                        <input type='password' class='text_' name='j_password' id='j_password' />
    6363                                </p>
    64 <!--                            <p>
    65                                         <label for='remember_me'>Remember me</label>
    66                                         <input type='checkbox' class='chk' name='_spring_security_remember_me' id='remember_me'
    67                                         <g:if test='${hasCookie}'>checked='checked'</g:if> />
    68                                 </p>-->
     64
    6965                                <p>
    7066                                        <input type='submit' value='Login' />
Note: See TracChangeset for help on using the changeset viewer.