2012-01-26, 20:51:26
several27 Wrote:Hi sorry for many problems, but it's my first plugin.
In new version and repair problems and change from id to class. ( calendar.css, calendarMini.css )
Please download http://get-simple.info/extend/plugin/calendar/300/
and thank's for help and test.
Good work! I'm becoming your personal tester :-)
- calendar.php line 15 - update version from 1.1 to correct version number
- in calendarMini - double class don't work properly (I use FF) only first class (RedDay or today)
Quote:<table id="calendarMini">
...<td class="redDay" class="eventIS"><a href="index.php?id=calendario-agenda" >15</a></td>...
...<td class="today" class="eventIS"><a href="index.php?id=calendario-agenda" >26</a></td>...
</table>
I think this is correct code
Quote:<table id="calendarMini">
...<td class="redDay eventIS"><a href="index.php?id=calendario-agenda" >15</a></td>...
...<td class="today eventIS"><a href="index.php?id=calendario-agenda" >26</a></td>...
</table>
Ciao
Michele
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------
Sorry for my English but when I was young
instead of studying I preferred to train in judo.
------