View Issue Details

IDProjectCategoryView StatusLast Update
0010665mantisbthtmlpublic2009-10-07 14:19
ReporterBuga Assigned Tothraxisp  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.0rc1 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010665: css/calendar-blue.css not included
Description

Hi,

I enabled the target date feature in Mantis 1.2 RC. if you want to add a date you can use the datepicker next the the input field. Somehow in this realse the css file css/calendar-blue.css wasnt included. Thatswhy it looks quite ugly as there are no colors at all.

TagsNo tags attached.

Relationships

has duplicate 0010790 closedthraxisp improper css styling on date picker popup 

Activities

dhx

dhx

2009-07-01 06:09

reporter   ~0022341

Reminder sent to: grangeway

All yours? :p

Buga

Buga

2009-07-01 07:04

reporter   ~0022344

I checked the code a bid and found this line in the html code

<style type="text/css">@import url(/css/calendar-blue.css);</style>

Somehow it is ignored or the leading / is the prpoblem. I didnt find the part in the php code where this line come from:(

A little workarround is to add the css file in the config_inc.php.

I simply importeded the css file in my separate metatgafile which I load with $g_meta_include_file

example:
$g_meta_include_file = "css/metatags.txt";

metatags.txt:
<link rel="stylesheet" type="text/css" href="css/calendar-blue.css" />

And a little question:
Why is this not added for custom fields of type date?

thraxisp

thraxisp

2009-07-06 23:06

reporter   ~0022434

fixed in master-1.2.x and master

Related Changesets

MantisBT: master b1e8cc05

2009-07-06 21:06

thraxisp


Details Diff
fixed bug 0010665: css/calendar-blue.css not included Affected Issues
0010665
mod - plugins/MantisGraph/pages/bug_graph_page.php Diff File

MantisBT: master-1.2.x 521e8e19

2009-07-06 21:06

thraxisp


Details Diff
fixed bug 0010665: css/calendar-blue.css not included Affected Issues
0010665
mod - plugins/MantisGraph/pages/bug_graph_page.php Diff File