Changeset 2558

Show
Ignore:
Timestamp:
06/11/08 22:26:17 (20 months ago)
Author:
bchoate
Message:

Removed dismiss button for messages on sign-in screen. BugId:80101

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/tmpl/cms/login.tmpl

    r1309 r2558  
    3838        <mtapp:statusmsg 
    3939            id="delegate_auth_logout" 
    40             class="info"> 
     40            class="info" can_close="0"> 
    4141            <__trans phrase="Your Movable Type session has ended."> 
    4242        </mtapp:statusmsg> 
     
    4444        <mtapp:statusmsg 
    4545            id="session_end_logout" 
    46             class="info"> 
     46            class="info" can_close="0"> 
    4747            <__trans phrase="Your Movable Type session has ended. If you wish to sign in again, you can do so below."> 
    4848        </mtapp:statusmsg> 
     
    5252        <mtapp:statusmsg 
    5353            id="action_logout" 
    54             class="info"> 
     54            class="info" can_close="0"> 
    5555            <__trans phrase="Your Movable Type session has ended. Please sign in again to continue this action."> 
    5656        </mtapp:statusmsg> 
     
    5959            <mtapp:statusmsg 
    6060                id="generic-error" 
    61                 class="error"> 
     61                class="error" can_close="0"> 
    6262                <mt:var name="error"> 
    6363            </mtapp:statusmsg>