Changeset 2558
- Timestamp:
- 06/11/08 22:26:17 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-40/tmpl/cms/login.tmpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/tmpl/cms/login.tmpl
r1309 r2558 38 38 <mtapp:statusmsg 39 39 id="delegate_auth_logout" 40 class="info" >40 class="info" can_close="0"> 41 41 <__trans phrase="Your Movable Type session has ended."> 42 42 </mtapp:statusmsg> … … 44 44 <mtapp:statusmsg 45 45 id="session_end_logout" 46 class="info" >46 class="info" can_close="0"> 47 47 <__trans phrase="Your Movable Type session has ended. If you wish to sign in again, you can do so below."> 48 48 </mtapp:statusmsg> … … 52 52 <mtapp:statusmsg 53 53 id="action_logout" 54 class="info" >54 class="info" can_close="0"> 55 55 <__trans phrase="Your Movable Type session has ended. Please sign in again to continue this action."> 56 56 </mtapp:statusmsg> … … 59 59 <mtapp:statusmsg 60 60 id="generic-error" 61 class="error" >61 class="error" can_close="0"> 62 62 <mt:var name="error"> 63 63 </mtapp:statusmsg>
