Changeset 2631 for branches/release-40/default_templates/javascript.mtml
- Timestamp:
- 06/23/08 23:05:30 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/default_templates/javascript.mtml
r2603 r2631 495 495 } 496 496 if (el) 497 el.innerHTML = '<__trans phrase="Signing in..." escape="js"> < img src="<$mt:StaticWebPath$>images/indicator.white.gif" height="16" width="16" alt="" />';497 el.innerHTML = '<__trans phrase="Signing in..." escape="js"> <div class="status-indicator"> </div>'; 498 498 499 499 mtClearUser(); // clear any 'anonymous' user cookie to allow sign in
