From ef0c0e337c518d355952bdf7aac15302ef7f449c Mon Sep 17 00:00:00 2001
From: rolux ' + pandora.site.site.name + ' is based on Pan.do/ra, '
+ + ' ' + pandora.site.site.name + ' is based on Pan.do/ra, '
+ 'a free open source framework for media archives.Pan.do/ra
'
+ 'open media archive'
- + '
Pan.do/ra and OxJS will be released in 2012. More soon...
' + + 'Pan.do/ra includes OxJS, a new JavaScript library for web applications.' + + 'Pan.do/ra and OxJS will be released in 2012. More soon...' ) .appendTo($content); } else { diff --git a/static/js/pandora/usersDialog.js b/static/js/pandora/usersDialog.js index 92276a2c..6d1f79db 100644 --- a/static/js/pandora/usersDialog.js +++ b/static/js/pandora/usersDialog.js @@ -137,6 +137,7 @@ pandora.ui.usersDialog = function() { align: 'center', format: function(value, data) { var userLevel = data.useragent.indexOf('Googlebot') > -1 + || data.useragent.indexOf('BingPreview') > -1 ? 'Robot' : Ox.toTitleCase(value); return Ox.Theme.formatColorLevel( userLevels.indexOf(userLevel),