changeset 4628:bf8cd958efa8

page_save.png: use new icon-floppy font
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 15 Jul 2014 15:50:36 -0500
parents 79ead88e8acf
children 834d7bbfb18e
files kallithea/public/images/icons/page_save.png kallithea/templates/changeset/changeset.html kallithea/templates/changeset/diff_block.html kallithea/templates/files/diff_2way.html
diffstat 4 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
Binary file kallithea/public/images/icons/page_save.png has changed
--- a/kallithea/templates/changeset/changeset.html	Tue Jul 15 15:48:15 2014 -0500
+++ b/kallithea/templates/changeset/changeset.html	Tue Jul 15 15:50:36 2014 -0500
@@ -59,7 +59,7 @@
                       <i class="icon-file-powerpoint"></i>
                   </a>
                   <a href="${h.url('changeset_download_home',repo_name=c.repo_name,revision=c.changeset.raw_id,diff='download')}" class="tooltip" title="${h.tooltip(_('Download diff'))}">
-                      <img class="icon" src="${h.url('/images/icons/page_save.png')}"/>
+                      <i class="icon-floppy"></i>
                   </a>
                   ${c.ignorews_url(request.GET)}
                   ${c.context_url(request.GET)}
--- a/kallithea/templates/changeset/diff_block.html	Tue Jul 15 15:48:15 2014 -0500
+++ b/kallithea/templates/changeset/diff_block.html	Tue Jul 15 15:50:36 2014 -0500
@@ -28,7 +28,7 @@
                       <i class="icon-diff"></i>
                   </a>
                   <a href="${h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(path),diff2=cs2,diff1=cs1,diff='download')}" class="tooltip" title="${h.tooltip(_('Download diff'))}">
-                      <img class="icon" src="${h.url('/images/icons/page_save.png')}"/>
+                      <i class="icon-floppy"></i>
                   </a>
                   ${c.ignorews_url(request.GET, h.FID(cs2,path))}
                   ${c.context_url(request.GET, h.FID(cs2,path))}
--- a/kallithea/templates/files/diff_2way.html	Tue Jul 15 15:48:15 2014 -0500
+++ b/kallithea/templates/files/diff_2way.html	Tue Jul 15 15:50:36 2014 -0500
@@ -53,7 +53,7 @@
                           <i class="icon-diff"></i>
                       </a>
                       <a href="${h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(c.node1.path),diff2=c.cs2.raw_id,diff1=c.cs1.raw_id,diff='download')}" class="tooltip" title="${h.tooltip(_('Download diff'))}">
-                          <img class="icon" src="${h.url('/images/icons/page_save.png')}"/>
+                          <i class="icon-floppy"></i>
                       </a>
                       ${h.checkbox('ignorews', label=_('Ignore whitespace'))}
                       ${h.checkbox('edit_mode', label=_('Edit'))}