Author: rjollos
Date: Mon Sep 30 03:37:27 2013
New Revision: 1527436
URL: http://svn.apache.org/r1527436
Log:
0.8dev: Added `trac-target-new` class to //Preferences// links. Refs #677.
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html?rev=1527436&r1=1527435&r2=1527436&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Mon Sep
30 03:37:27 2013
@@ -673,7 +673,7 @@
</tr>
</table>
<p py:if="author_id == 'anonymous'" class="hint">
- <i18n:msg>E-mail address and user name can be saved in the
<a href="${href.prefs()}">Preferences</a>.</i18n:msg>
+ <i18n:msg>E-mail address and user name can be saved in the
<a href="${href.prefs()}" class="trac-target-new">Preferences</a>.</i18n:msg>
</p>
</fieldset>
</div>
Modified:
bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html?rev=1527436&r1=1527435&r2=1527436&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
(original)
+++ bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_wiki_edit_form.html
Mon Sep 30 03:37:27 2013
@@ -67,7 +67,7 @@ $page.text</textarea>
<input id="author" type="text" class="input-xlarge"
name="author" value="$author" />
</label>
<p py:if="author == 'anonymous'" class="hint">
- <i18n:msg>E-mail address and user name can be saved in the <a
href="${href.prefs()}">Preferences</a>.</i18n:msg>
+ <i18n:msg>E-mail address and user name can be saved in the <a
href="${href.prefs()}" class="trac-target-new">Preferences</a>.</i18n:msg>
</p>
</div>
<div class="field">