From 26afe7c8f5ca3aa0666393ae0665a9152edb30a5 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 20 Apr 2012 18:06:19 +0000 Subject: [PATCH] update text on software tab --- static/js/pandora/siteDialog.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index cd196a89..aed72ae9 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -26,8 +26,11 @@ pandora.ui.siteDialog = function(section) { + 'open media archive' + '

' + pandora.site.site.name + ' is based on pan.do/ra, ' + 'a free open source framework for media archives.

' - + 'pan.do/ra includes OxJS, a new JavaScript library for web applications.

' - + 'pan.do/ra and OxJS will be released in 2012. More soon...

' + + 'pan.do/ra includes OxJS, ' + + 'a new JavaScript library for web applications.

' + + 'Both pan.do/ra ' + + 'and OxJS ' + + 'will be released in 2012. More soon...' ) .appendTo($content); } else { @@ -97,8 +100,8 @@ pandora.ui.siteDialog = function(section) { .append( $('') .attr({src: '/static/png/' + ( - id == 'software' ? 'software.png' : 'logo.png' - )}) + id == 'software' ? 'software' : 'logo' + ) + '.png'}) .css({width: '256px'}) ), size: 272