From 167cbdd17c5bd12cc0616621f0d469ed96b0bd41 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 6 Oct 2015 13:40:06 +0200 Subject: [PATCH] Replace SVG icons with iconfont icons See 2b610dc7917a4038931d5722d3fefa943974b65d --- templates/2k11/admin/entries.inc.tpl | 20 ++++---------------- templates/2k11/admin/media_pane.tpl | 22 ++++------------------ templates/2k11/admin/style.css | 8 -------- 3 files changed, 8 insertions(+), 42 deletions(-) diff --git a/templates/2k11/admin/entries.inc.tpl b/templates/2k11/admin/entries.inc.tpl index 84c12437..41040fdb 100644 --- a/templates/2k11/admin/entries.inc.tpl +++ b/templates/2k11/admin/entries.inc.tpl @@ -1,15 +1,3 @@ - - - - first - - - - last - - - - {if $drawList}

{$CONST.EDIT_ENTRIES}

@@ -132,7 +120,7 @@ {/foreach} }); - +
{if $is_entries} {if NOT $simpleFilters} @@ -192,15 +180,15 @@ {/foreach} {if ($offSet > 0) || ($count > $perPage)} - {math equation="ceil(values/parts)" assign=totalPages values=$totalEntries parts=$perPage} + {math equation="ceil(values/parts)" assign=totalPages values=$totalEntries parts=$perPage} diff --git a/templates/2k11/admin/media_pane.tpl b/templates/2k11/admin/media_pane.tpl index 5ec377c0..abbe9941 100644 --- a/templates/2k11/admin/media_pane.tpl +++ b/templates/2k11/admin/media_pane.tpl @@ -1,17 +1,3 @@ - - - - - first - - - - last - - - - -

{$CONST.MEDIA_LIBRARY}

@@ -68,7 +54,7 @@
- - + -
@@ -77,7 +63,7 @@
- - + -
@@ -212,10 +198,10 @@

{$CONST.PAGE_BROWSE_ENTRIES|sprintf:$media.page:$media.pages:$media.totalImages}

diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 24e4bd52..23fd5738 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -458,14 +458,6 @@ progress div.progress-undefined { .icon-rocket:before { content: '\e82c'; } .icon-to-start:before { content: '\e82d'; } -/* svg based */ -.icon-pagination-first, -.icon-pagination-last { - width: 0.75em; - height: 1em; - vertical-align: text-bottom; -} - /* BACKEND HELPER CLASSES */ .icon_link, .button_link,