From d6f7f9f2952bc8f55f3db167de09ec3f4591a8b2 Mon Sep 17 00:00:00 2001
From: plegall
Date: Thu, 15 Dec 2016 19:02:05 +0100
Subject: [PATCH] feature #567, add icons on buttons
---
.../default/template/album_notification.tpl | 4 +++-
admin/themes/default/template/cat_list.tpl | 19 ++++++++++++-------
admin/themes/default/template/cat_perm.tpl | 5 ++++-
.../default/template/element_set_ranks.tpl | 4 +++-
admin/themes/default/template/rating.tpl | 11 +++++++----
admin/themes/default/template/rating_user.tpl | 10 ++++++++--
admin/themes/default/template/tags.tpl | 7 +++++--
7 files changed, 42 insertions(+), 18 deletions(-)
diff --git a/admin/themes/default/template/album_notification.tpl b/admin/themes/default/template/album_notification.tpl
index 5a1ff943b..8c56544b2 100644
--- a/admin/themes/default/template/album_notification.tpl
+++ b/admin/themes/default/template/album_notification.tpl
@@ -117,7 +117,9 @@ span.errors {
{/if}
-
+
✘ {'No recipient selected'|translate}
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index 87c0b2d70..2a47b3134 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -58,9 +58,9 @@ jQuery(document).ready(function(){
{$CATEGORIES_NAV} › {'Album list management'|@translate}
- {'create a new album'|@translate}
- {if count($categories)}| {'apply automatic sort order'|@translate}{/if}
- {if ($PARENT_EDIT)}| {'edit'|@translate}{/if}
+ {'create a new album'|@translate}
+ {if count($categories)}·{'apply automatic sort order'|@translate}{/if}
+ {if ($PARENT_EDIT)}·{'edit'|@translate}{/if}
-
- {'Cancel'|@translate}
+
+
+ {'Cancel'|@translate}
@@ -95,8 +98,10 @@ jQuery(document).ready(function(){
-
- {'Cancel'|@translate}
+
+ {'Cancel'|@translate}
diff --git a/admin/themes/default/template/cat_perm.tpl b/admin/themes/default/template/cat_perm.tpl
index e90d6dc1a..1da975251 100644
--- a/admin/themes/default/template/cat_perm.tpl
+++ b/admin/themes/default/template/cat_perm.tpl
@@ -171,7 +171,10 @@ jQuery("#selectStatus").change(function() {
-
+
+
+
+
+
+
+
diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl
index 51282c2d0..fb18f69c3 100644
--- a/admin/themes/default/template/tags.tpl
+++ b/admin/themes/default/template/tags.tpl
@@ -3,7 +3,7 @@
{html_style}
.showInfo { text-indent:5px; }
-.buttonLike i { font-size:14px; }
+form fieldset p { margin-left:0; }
{/html_style}
{footer_script require='jquery'}
@@ -320,7 +320,10 @@ jQuery("input[name=confirm_deletion]").change(function() {
-
+
+
{* #permitAction *}