Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30891/templates/default
Modified Files:
day.tpl default.css
Log Message:
Cleaned up allday look on day.php.
Index: day.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/day.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** day.tpl 3 Feb 2004 06:22:30 -0000 1.2
--- day.tpl 4 Feb 2004 05:55:15 -0000 1.3
***************
*** 36,44 ****
<td>
<!-- loop allday on -->
! <div style="height: 18px; padding-top: 4px; border: 1px solid #fff;" class="eventbg_1">
! <center><font class="V10W">{ALLDAY}</font></center>
</div>
! <div style="height: 18px; padding-top: 4px; border: 1px solid #fff;" class="eventbg_1">
! <center><font class="V10W">{ALLDAY}</font></center>
</div>
<!-- loop allday off -->
--- 36,44 ----
<td>
<!-- loop allday on -->
! <div class="alldaybg_1">
! <span class="V10WB">Call at some place</span>
</div>
! <div class="alldaybg_1">
! <span class="V10WB">Some Holiday</span>
</div>
<!-- loop allday off -->
Index: default.css
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/default.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** default.css 2 Feb 2004 23:10:02 -0000 1.5
--- default.css 4 Feb 2004 05:55:15 -0000 1.6
***************
*** 8,12 ****
.tblr {background: url(images/shadow_r.gif) no-repeat; width:8px}
!
--- 8,12 ----
.tblr {background: url(images/shadow_r.gif) no-repeat; width:8px}
! .alldaybg_1 {background: url(images/allday_1.gif) repeat-x; height: 19px; padding-top: 5px; text-align: center;}
|