From d174cd3ac5582755d8ed834e551714371d8af020 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 18 Feb 2012 22:09:08 +0000 Subject: change color scheme on submit buttons for clear theme: white text on dark gray background and orange background on :hover. On many places, the submit buttons are now left aligned (instead of centered) On configuration option screens, the "Reset" button was removed: useless and confusing. Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin theme clear. git-svn-id: http://piwigo.org/svn/trunk@13244 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/configuration.tpl | 3 +-- admin/themes/default/template/intro.tpl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index df4df0157..eab3aa8d3 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -502,9 +502,8 @@ jQuery(document).ready(function(){ {/if} {if !isset($default)} -

+

-

{/if} diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl index 679a3565f..fc460c115 100644 --- a/admin/themes/default/template/intro.tpl +++ b/admin/themes/default/template/intro.tpl @@ -98,7 +98,7 @@ jQuery().ready(function(){
{'Quick Local Synchronization'|@translate} - +
{/if} \ No newline at end of file -- cgit v1.2.3