Closed (fixed)
Project:
Ignore User
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2009 at 01:01 UTC
Updated:
18 Mar 2010 at 19:00 UTC
In admin/build/translate/edit/ cant translate the line because of html div.
<div class="ignore-user-container">!username is on your <a href="!ignore_list">ignore list</a>. Click <a href="!comment" class="ignore-user-content-link">here</a> to view this post.
Looks like div class is unnecessary.
Comments
Comment #1
Ralla commentedThe div is necessary, when clicking the link to show the post, even if user is on ignore. This will slide out the content.
Comment #2
Skirr commentedIt is unnecessary in translatable string (t).
Why not leave only the "!username is on your ignore list. Click here to view this post." And move the
Comment #3
jaydub commented#2 yes you are correct. I will update the t() call to move out the HTML.
Comment #4
jaydub commentedhttp://drupal.org/cvs?commit=337080
http://drupal.org/cvs?commit=337078