From d04e3894119ade77bfafd02a29cf368efcdde565 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 29 Apr 2012 11:41:34 +0000 Subject: feature 2626: manage inline errors on form submission git-svn-id: http://piwigo.org/svn/trunk@14513 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/configuration.tpl | 18 ++++++++++-------- admin/themes/default/theme.css | 5 ++++- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 288e9f9ff..86f2dc416 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -319,8 +319,6 @@ jQuery(document).ready(function(){ {/literal}{/footer_script} {html_style}{literal} -input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;} -.dErrorDesc {background-color:red; color:white; padding:0 5px;border-radius:10px; font-weight:bold;cursor:help;} .sizeEnable {width:50px;} .sizeEditForm {margin:0 0 10px 20px;} .sizeEdit {display:none;} @@ -489,7 +487,7 @@ jQuery(document).ready(function() {
  • {'pixels'|@translate}
  • @@ -497,7 +495,7 @@ jQuery(document).ready(function() {
  • {'pixels'|@translate}
  • @@ -515,24 +513,28 @@ jQuery(document).ready(function() {


  • - % + % + {if isset($ferrors.watermark.opacity)}!{/if}
  • diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index bf9013184..f56444877 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1107,4 +1107,7 @@ FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;} #positionCustomDetails label { font-weight:normal; -} \ No newline at end of file +} + +input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;} +.dErrorDesc {background-color:red; color:white; padding:0 5px;border-radius:10px; font-weight:bold;cursor:help;} -- cgit v1.2.3