Changeset 2341
- Timestamp:
- 05/15/08 19:32:48 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/default_templates/javascript.mtml
r2325 r2341 402 402 el = document.getElementById('comment-form-external-auth'); 403 403 if (el) 404 el.innerHTML = ' Signing in...<img src="<$mt:StaticWebPath$>images/indicator.white.gif" height="16" width="16" alt="" />';404 el.innerHTML = '<__trans phrase="Signing in..."> <img src="<$mt:StaticWebPath$>images/indicator.white.gif" height="16" width="16" alt="" />'; 405 405 406 406 mtClearUser(); // clear any 'anonymous' user cookie to allow sign in
