Hi Caty,

On 11/03/2010 01:59 PM, evalica (SVN) wrote:
> Author: evalica
> Date: 2010-11-03 13:59:32 +0100 (Wed, 03 Nov 2010)
> New Revision: 32351
>
> Modified:
>     
> platform/xwiki-applications/trunk/annotations/src/main/resources/AnnotationCode/Script.xml
> Log:
> XSCOLIBRI-243: Change page header shortcuts separator to a more simple one 
> that assures readability

I can see that this commit is actually fixing XAANNOTATIONS-37. As all 
the commits should have the issue they fix in the commit log (or the 
multiple issues they fix), and I will assume that XAANNOTATIONS-37 was 
created after this commit was done, you should edit the commit message 
to reflect this (this will help me find the code that was committed for 
that issue in the jira subversion tab).

See here instructions about how to do that: 
http://subversion.apache.org/faq.html#change-log-msg , knowing that our 
SVN allows revision property modifications.

Thanks,
Anca

> - Changed separator situated after #annotationsshortcut
>
> Modified: 
> platform/xwiki-applications/trunk/annotations/src/main/resources/AnnotationCode/Script.xml
> ===================================================================
> --- 
> platform/xwiki-applications/trunk/annotations/src/main/resources/AnnotationCode/Script.xml
>         2010-11-03 12:58:40 UTC (rev 32350)
> +++ 
> platform/xwiki-applications/trunk/annotations/src/main/resources/AnnotationCode/Script.xml
>         2010-11-03 12:59:32 UTC (rev 32351)
> @@ -665,7 +665,7 @@
>         var shortcutsContainer = $('commentsshortcut').up();
>         var annShortcut = new Element('span', {'id' : 
> 'annotationsshortcut'}).update('<a href="#' + this.annTabname + 
> '">$msg.get("annotations.title")</a> ');
>         shortcutsContainer.insert({top: annShortcut});
> -      var separator = new Element('span', {'class' : 
> 'separator'}).update('|');
> +      var separator = new Element('span', {'class' : 
> 'separator'}).update('·');
>         annShortcut.insert({after : separator});
>
>         annShortcut.observe('click', XWiki.displayDocExtra.bind(XWiki, 
> this.annTabname, 'annotationsinline.vm', true));
>
> _______________________________________________
> notifications mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/notifications
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to