From af7b0e0ee2cfaef2c3368f6de3b3f58173f8c5de Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Tue, 28 Jul 2015 17:40:15 -0300 Subject: [PATCH] Temporary solution to display report use page content --- style.css | 1 + theme.js | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 60f9c5b..6d1193a 100644 --- a/style.css +++ b/style.css @@ -3261,6 +3261,7 @@ input[type=checkbox] { } #content .main-content .star-rate-data .star-rate-form .star-notice { + display: none; float: left; margin-top: 10px; margin-left: 10px; diff --git a/theme.js b/theme.js index e076d7a..84b7343 100644 --- a/theme.js +++ b/theme.js @@ -184,6 +184,12 @@ $('#link-buscar').click(function(e) { $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato'); + $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie o software'); + $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); + $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); + $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); + $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); + $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); } function add_top_tooltips(){ -- libgit2 0.21.2