noosfero | Add major changes on Noosfero interface (includes responsivity) (!1329)

Rodrigo Souto gitlab at mg.gitlab.com
Tue Mar 6 11:18:40 BRT 2018


Rodrigo Souto started a new discussion on app/views/profile/_profile_comment_form.html.erb:

> +                                 "reply_content_#{tab_action}_#{activity.id}",
>                                   :cols => 50,
>                                   :rows => 1,
>                                   :class => 'submit-with-keypress',
>                                   :title => _('Leave your comment'),
> -                                 :onfocus => ("if(this.value==this.title){this.value='';this.style.color='#000'};this.style.backgroundImage='url(" + profile_icon(current_person, :icon, false) + ")'" if logged_in?),
> +                                 :onfocus => ("if(this.value==this.title){this.value='';this.style.color='#000'};" if logged_in?),
>                                   :onblur => ("if(this.value==''){this.value=this.title;this.style.color='#ccc'};this.style.backgroundImage='none'" if logged_in?),
> -                                 :value => _('Leave your comment'),
> -                                 :style => 'color: #ccc' %>
> +                                 :value => _('Leave your comment') %>
>          <%= hidden_field_tag :source_id, activity.id, :id => "activity_id_#{activity.id}" %>
>        <% end %>
>      </p>
>    </div>
> -  <div id='profile-wall-message-response-<%=activity.id%>' class='profile-wall-message-response'></div>

Same as above.

---
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/merge_requests/1329#note_61887003
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180306/542c6cc5/attachment.html>


More information about the Noosfero-dev mailing list