PEAK XOOPS - Re: Calendar Size in englishin japanese

Re: Calendar Size

List posts in the topic

question Re: Calendar Size

msg# 1.1.1.2
depth:
3
Previous post - Next post | Parent - Children.1 | Posted on 2006/4/10 1:53
PinMaster  上等兵 From: Marseille (France)  Posts: 40
Ok

It is enough to make as usual for an update of module but with my file "piCal-0_8dim.zip".
After update module, take these following contents and to put it in a file css to your choice :
-> in the CSS of your theme
-> in the CSS present in "piCal/images/default/style.css"

CSS code :
/* Calendrier PiCal */
.pical-categoryform {
	width: 100%;
	border: 0px;
}
#pical_calendar_body {
	width: 100%;
	border-collapse: collapse;
	margin:0px;
}
#pical_calendar_copyright { text-align: right; margin: 2px;}
#pical_calendar_print { text-align: right; margin: 2px;}

#pical_monthly {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	border: 0px;
	border-collapse: collapse;
}
#pical_monthly .calbody img { /* Low limit of size for a cell  */
	width: 70px;
	height: 70px;
}
#pical_weekly {

}
#pical_daily {
	width: 100%;
	margin: 0px;
	border: 0px;
}
#pical_daily table {
	width: 100%;
	margin: 0px;
	border: 0px;
}
#pical_calendar_selectday {
	width: 100%;
	border: 0px;
	text-align: center;
}

Here a list of the modified files (PiCal 085a):
- > piCal/class/pical.php
---------> modified Function: get_daily_html, get_monthly_html, of A can there be another but there I acknowledge I forgot it ^^
- > piCal/images/default/daily.tmpl.html
- > piCal/images/default/weekly.tmpl.html
- > piCal/images/default/monthly.tmpl.html
- > piCal/images/default/yearly.tmpl.html
- > piCal/templates/pical_event_list.html

There was a small typing error in the code for a style which was corrected by the same occasion.

I hope that these modifications will be taken in consideration for the next versions of PiCal, to facilitate the follow-up and the updates.

PS : I used google to help myself to write this subject.
Votes:9 Average:1.11

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!