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,