Commit f3a80a5c54ae7d2c62b6770bce74dedbfd90445b
Committed by
Álvaro Fernando Matos de Souza
1 parent
639ec3a0
Exists in
master_with_pkg_fixes
and in
2 other branches
Change rate this community and submit button translation to follow secom pattern…
… and ajusts css of this button
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
src/noosfero-spb-theme/css/use-report.css
@@ -210,7 +210,7 @@ | @@ -210,7 +210,7 @@ | ||
210 | font-weight: 700; | 210 | font-weight: 700; |
211 | text-transform: uppercase; | 211 | text-transform: uppercase; |
212 | color: #FFF; | 212 | color: #FFF; |
213 | - padding: 5px; | 213 | + padding: 5px 20px; |
214 | height: 31px; | 214 | height: 31px; |
215 | line-height: 20px; | 215 | line-height: 20px; |
216 | font-family: Arial; | 216 | font-family: Arial; |
src/noosfero-spb-theme/theme.js
@@ -225,12 +225,12 @@ $('#link-buscar').click(function(e) { | @@ -225,12 +225,12 @@ $('#link-buscar').click(function(e) { | ||
225 | } | 225 | } |
226 | 226 | ||
227 | function set_use_report_content() { | 227 | function set_use_report_content() { |
228 | - $('.profile-homepage .organization-average-rating-container .rate-this-organization a').html('Avalie o software'); | ||
229 | - $('.make-report-block .make-report-container .button-bar a span').html('Avalie o software'); | 228 | + $('.profile-homepage .organization-average-rating-container .rate-this-organization a').html('Avalie este software'); |
229 | + $('.make-report-block .make-report-container .button-bar a span').html('Avalie este software'); | ||
230 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); | 230 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); |
231 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); | 231 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); |
232 | - $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato'); | ||
233 | - $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie o software'); | 232 | + $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'Enviar'); |
233 | + $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie este software'); | ||
234 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); | 234 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); |
235 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); | 235 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); |
236 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | 236 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); |