From ead20abebd08faedc8b6dfbc5f1d96e0ae92c34a Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 15 Oct 2014 12:22:10 +0200 Subject: [PATCH] Update support links --- src/sunstone/public/js/plugins/support-tab.js | 92 +++++++++---------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/src/sunstone/public/js/plugins/support-tab.js b/src/sunstone/public/js/plugins/support-tab.js index ff1a6df7ac..fef1629861 100644 --- a/src/sunstone/public/js/plugins/support-tab.js +++ b/src/sunstone/public/js/plugins/support-tab.js @@ -20,28 +20,28 @@ var create_support_request_wizard_html = '
' + '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
' + '
' + '
' + - '' + - '' + + '' + + '' + '
' + '
' + '
' + '
' + - '' + + '' + ''+ '
' + '
' + @@ -195,72 +195,72 @@ var support_buttons = { }; var support_tab = { - //title: ' '+tr("Support"), + //title: ' Support"), title: - ' ' + tr("Support") + '' + + ' Support' + '
'+ ''+ '', table: '\ \ \ \ - \ - \ - \ - \ + \ + \ + \ + \ \ \ \ \
'+tr("ID")+''+tr("Subject")+''+tr("Requested")+''+tr("Status")+'IDSubjectRequestedStatus
', buttons: support_buttons, - search_input: '', - list_header: ' '+tr("Commercial Support Requests"), - info_header: ' '+tr("Commercial Support Request"), + search_input: '', + list_header: ' Commercial Support Requests', + info_header: ' Commercial Support Request', subheader: '
'+ '
'+ - '

'+tr("The Support Subscription provides expert integration and production support on supported platforms and include:")+'

'+ + '

The Support Subscription provides expert integration and production support on supported platforms and include:

'+ '
    '+ - '
  • '+tr("Problem diagnosis, resolution and bug fixing")+'
  • '+ - '
  • '+tr("Solving unexpected problems when using, installing or configuring the software")+'
  • '+ - '
  • '+tr("Guidance about tuning for optimal and scalable performance in your environment")+'
  • '+ - '
  • '+tr("Answering “how to” questions related to standard and intended product usage")+'
  • '+ - '
  • '+tr("Offering hints about how to go around missing features")+'
  • '+ - '
  • '+tr("Answering questions about product adaptation and integration")+'
  • '+ + '
  • Problem diagnosis, resolution and bug fixing
  • '+ + '
  • Solving unexpected problems when using, installing or configuring the software
  • '+ + '
  • Guidance about tuning for optimal and scalable performance in your environment
  • '+ + '
  • Answering “how to” questions related to standard and intended product usage
  • '+ + '
  • Offering hints about how to go around missing features
  • '+ + '
  • Answering questions about product adaptation and integration
  • '+ '
'+ - '

'+ tr("For more info on support subcriptions") + ', '+tr("click here")+'

' + + '

For more info on support subcriptions, click here

' + '
'+ '
'+ '
'+ - ''+tr("Commercial Support")+""+ + 'Commercial Support'+ ''+ '
'+ - '' + + '' + '' + '
'+ '
'+ - '' + + '' + '' + '
'+ '
'+ - '' + + '' + '
'+ '
'+ - '

' + tr("or") + '

' + + '

or

' + '
'+ ''+ ''+ '
'+ @@ -268,7 +268,7 @@ var support_tab = { '
'+ '
'+ '
'+ - '

'+tr("Additional Help Resources")+"

"+ + '

Additional Help Resources

'+ '
'+ '
'+ '
'+ @@ -280,7 +280,7 @@ var support_tab = { ''+ ''+ '
'+ - tr("Documentation")+ + "Documentation"+ ''+ '
'+ '
'+ @@ -290,18 +290,18 @@ var support_tab = { ''+ ''+ '
'+ - tr("Community")+ + "Community"+ ''+ '
'+ ''+ '
'+ - '

'+ tr("This tab can be disabled in the sunstone views configuration files") + '

', + '

This tab can be disabled in the sunstone views configuration files

', forms: { "create_support_request_form": { actions: { create: { - title: tr("Submit a Request"), - submit_text: tr("Submit") + title: "Submit a Request", + submit_text: "Submit" } }, wizard_html: create_support_request_wizard_html, @@ -397,15 +397,15 @@ function updateSupportInfo(request, response){
\ \ \ - \ + \ \ \ \ - \ + \ \ \ \ - \ + \ \ \ \ @@ -419,7 +419,7 @@ function updateSupportInfo(request, response){ if (response["REQUEST"]["comments"]) { $.each(response["REQUEST"]["comments"], function(index, comment){ html += generateAdvancedSection({ - title: '' + (comment["author_id"] == 21231023 ? "OpenNebula Support Team" : "Me") + ' - '+ comment["created_at"] + '', + title: '' + (comment["author_id"] == 21231023 ? "OpenNebula Support Team" : 'Me') + ' - '+ comment["created_at"] + '', html_id: 'advanced_comment_' + response["REQUEST"]["id"] + index, content: '
\
'+$("
").html(comment["html_body"]).text()+'
\ @@ -431,12 +431,12 @@ function updateSupportInfo(request, response){ html += '
\
\
\ - \ + \
\
\
\
\ - \ + \
\
\ ';
'+tr("Information")+'
Information
' + tr("Requested") + 'Requested'+response["REQUEST"]['created_at']+'
' + tr("Status") + 'Status'+response["REQUEST"]['status']+'