From: Jan Schneider Date: Mon, 15 Mar 2010 23:05:48 +0000 (+0000) Subject: Tweak import overwrite warning. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=42f71701dfde728af09499cb2c4dddff181fcdd8;p=horde.git Tweak import overwrite warning. --- diff --git a/kronolith/templates/chunks/calendar.php b/kronolith/templates/chunks/calendar.php index 5ce3fa125..b4ae289d8 100644 --- a/kronolith/templates/chunks/calendar.php +++ b/kronolith/templates/chunks/calendar.php @@ -74,10 +74,11 @@ $file_upload = $GLOBALS['browser']->allowFileUploads();

- - - -
+ ', + '') ?> + ', '', '', '') ?> +
diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index a436d4f99..78095a8f0 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -649,8 +649,17 @@ a.kronolithFormCancel { text-decoration: underline; } .kronolithDialogInfo { + background: transparent url('graphics/alerts/message.png') 0 0 no-repeat; + padding-left: 20px; font-style: italic; } +.kronolithDialogWarning { + background: transparent url('graphics/alerts/warning.png') 0 0 no-repeat; + padding-left: 20px; +} +.kronolithDialogWarning strong { + color: #f00; +} /* Navigation bar */ #kronolithBar { @@ -800,6 +809,14 @@ div.kronolithFormActions { .kronolithDialog .tabset .kronolithSeparator { float: left; } +.kronolithDialog hr { + margin: 5px 0; + height: 0; + line-height: 0; + border-width: 1px 0; + border-color: #ccc transparent #fff; + border-style: solid none; +} .kronolithTabsOption { position: relative;