diff --git a/templates/2k11/admin/entries.tpl b/templates/2k11/admin/entries.tpl
index 67628ece..340092e5 100644
--- a/templates/2k11/admin/entries.tpl
+++ b/templates/2k11/admin/entries.tpl
@@ -124,7 +124,7 @@
- {* i18n *}
+ {* i18n *}
{foreach from=$entry_vars.category_options item="entry_cat"}
diff --git a/templates/2k11/admin/font/fontello.eot b/templates/2k11/admin/font/fontello.eot
index e0911da7..3c535ebd 100644
Binary files a/templates/2k11/admin/font/fontello.eot and b/templates/2k11/admin/font/fontello.eot differ
diff --git a/templates/2k11/admin/font/fontello.svg b/templates/2k11/admin/font/fontello.svg
index f22e1ccf..20b65271 100644
--- a/templates/2k11/admin/font/fontello.svg
+++ b/templates/2k11/admin/font/fontello.svg
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/templates/2k11/admin/font/fontello.ttf b/templates/2k11/admin/font/fontello.ttf
index 9a449484..f3a1dc2e 100644
Binary files a/templates/2k11/admin/font/fontello.ttf and b/templates/2k11/admin/font/fontello.ttf differ
diff --git a/templates/2k11/admin/font/fontello.woff b/templates/2k11/admin/font/fontello.woff
index c6af4f5d..d599faaa 100644
Binary files a/templates/2k11/admin/font/fontello.woff and b/templates/2k11/admin/font/fontello.woff differ
diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl
index bd637a2a..6cb07c6f 100644
--- a/templates/2k11/admin/serendipity_editor.js.tpl
+++ b/templates/2k11/admin/serendipity_editor.js.tpl
@@ -975,7 +975,7 @@ $(function() {
$('#edit_entry_category .form_check input[type="checkbox"]').attr('aria-hidden', 'true');
if(localStorage.cat_view_state == "compact") {
$('.mfp-content').addClass('compact_categories');
- $('#toggle_cat_view').find('.icon-toggle-off').removeClass('icon-toggle-off').addClass('icon-toggle-on');
+ $('#toggle_cat_view').find('.icon-th').removeClass('icon-th').addClass('icon-th-list');
}
},
afterClose: function() {
@@ -1000,11 +1000,11 @@ $(function() {
if($target.hasClass('compact_categories')) {
$target.removeClass('compact_categories');
- $el.find('.icon-toggle-on').removeClass('icon-toggle-on').addClass('icon-toggle-off');
+ $el.find('.icon-th-list').removeClass('icon-th-list').addClass('icon-th');
localStorage.cat_view_state = "hierarchical";
} else {
$target.addClass('compact_categories');
- $el.find('.icon-toggle-off').removeClass('icon-toggle-off').addClass('icon-toggle-on');
+ $el.find('.icon-th').removeClass('icon-th').addClass('icon-th-list');
localStorage.cat_view_state = "compact";
}
});
diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css
index 62c1c680..8c5c743a 100644
--- a/templates/2k11/admin/style.css
+++ b/templates/2k11/admin/style.css
@@ -354,11 +354,11 @@ nav ol {
/* ICON FONT: http://fortawesome.github.com/Font-Awesome/ */
@font-face {
font-family: 'fontello';
- src: url('{TEMPLATE_PATH}font/fontello.eot?75326932');
- src: url('{TEMPLATE_PATH}font/fontello.eot?75326932#iefix') format('embedded-opentype'),
- url('{TEMPLATE_PATH}font/fontello.woff?75326932') format('woff'),
- url('{TEMPLATE_PATH}font/fontello.ttf?75326932') format('truetype'),
- url('{TEMPLATE_PATH}font/fontello.svg?75326932#fontello') format('svg');
+ src: url('{TEMPLATE_PATH}font/fontello.eot?15447007');
+ src: url('{TEMPLATE_PATH}font/fontello.eot?15447007#iefix') format('embedded-opentype'),
+ url('{TEMPLATE_PATH}font/fontello.woff?15447007') format('woff'),
+ url('{TEMPLATE_PATH}font/fontello.ttf?15447007') format('truetype'),
+ url('{TEMPLATE_PATH}font/fontello.svg?15447007#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -402,6 +402,7 @@ nav ol {
.icon-attention-circled:before { content: '\e813'; }
.icon-toggle-off:before { content: '\e814'; }
.icon-toggle-on:before { content: '\e815'; }
+.icon-th:before { content: '\e816'; }
.icon-filter:before { content: '\e817'; }
.icon-resize-full:before { content: '\e818'; }
.icon-menu:before { content: '\e819'; }
@@ -420,6 +421,7 @@ nav ol {
.icon-thumbs-down-alt:before { content: '\e826'; }
.icon-left-dir:before { content: '\e827'; }
.icon-right-dir:before { content: '\e828'; }
+.icon-th-list:before { content: '\e829'; }
/* BACKEND HELPER CLASSES */