Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/animations/whitelist_site.xml.tmpl

Issue 5930700549128192: Issue 2568 - Rename images directory for animations from images/ to img/ (Closed)
Patch Set: Created May 26, 2015, 11:06 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/animations/moveicon.xml.tmpl ('k') | static/img/anim_button_disabled_highlight.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/animations/whitelist_site.xml.tmpl
===================================================================
--- a/pages/animations/whitelist_site.xml.tmpl
+++ b/pages/animations/whitelist_site.xml.tmpl
@@ -1,19 +1,19 @@
template=raw
<animation height="250" width="550" xmlns="https://adblockplus.org/animation">
-<object anchor="topleft" id="mouse_pointer" src="{{'images/anim_mouse_pointer.png'|inline_file}}"></object>
-<object anchor="center" id="clickmarker" src="{{'images/anim_clickmarker.png'|inline_file}}"></object>
-<object anchor="-20,56" id="mouse_leftclick" src="{{'images/anim_mouse_leftclick.png'|inline_file}}"></object>
-<object anchor="-20,56" id="mouse_middleclick" src="{{'images/anim_mouse_middleclick.png'|inline_file}}"></object>
-<object anchor="topright" id="toolbarmenu" src="{{'images/anim_toolbarmenu.png'|inline_file}}"></object>
-<object anchor="topright" id="button_highlight" src="{{'images/anim_button_highlight.png'|inline_file}}"></object>
-<object anchor="topright" id="button_whitelist" src="{{'images/anim_button_whitelist.png'|inline_file}}"></object>
-<object anchor="topleft" id="background1" src="{{'images/anim_background1.png'|inline_file}}"></object>
+<object anchor="topleft" id="mouse_pointer" src="{{'img/anim_mouse_pointer.png'|inline_file}}"></object>
+<object anchor="center" id="clickmarker" src="{{'img/anim_clickmarker.png'|inline_file}}"></object>
+<object anchor="-20,56" id="mouse_leftclick" src="{{'img/anim_mouse_leftclick.png'|inline_file}}"></object>
+<object anchor="-20,56" id="mouse_middleclick" src="{{'img/anim_mouse_middleclick.png'|inline_file}}"></object>
+<object anchor="topright" id="toolbarmenu" src="{{'img/anim_toolbarmenu.png'|inline_file}}"></object>
+<object anchor="topright" id="button_highlight" src="{{'img/anim_button_highlight.png'|inline_file}}"></object>
+<object anchor="topright" id="button_whitelist" src="{{'img/anim_button_whitelist.png'|inline_file}}"></object>
+<object anchor="topleft" id="background1" src="{{'img/anim_background1.png'|inline_file}}"></object>
<action>
<show coords="0,0" object="background1"></show>
<move duration="120" fromAnchor="topright" fromCoordsOf="background1" fromOffset="-200,115" object="mouse_pointer" toAnchor="topright" toCoordsOf="background1" toOffset="-13,65"></move>
</action>
<action delay="120">
<show anchor="topright" coordsOf="background1" object="button_highlight" offset="-8,50"></show>
</action>
« no previous file with comments | « pages/animations/moveicon.xml.tmpl ('k') | static/img/anim_button_disabled_highlight.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld