| Summary: | HTML Export : better export using appropriate classes | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | Dexter Magnific <dextermagnific> |
| Component: | html export | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | wishlist | CC: | winter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | n/a | |
| Sentry Crash Report: | |||
Version: 3.5.3 (using KDE 3.5.5, Gentoo) Compiler: gcc version 3.4.6 (Gentoo 3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9) OS: Linux (i686) release 2.6.19-gentoo-r1 Hi, I'd like to say that the HTML export process produces poor files in terms of classes. Each element should have its own class like dates, appointment tables, ... e.g. : <table class="appointments" ...> <tr class=appointment"> <td class="starttime"> ... </td> <td class="endtime"> ... </td> <td class="sum"> ... </td> <td class="location"> ... </td> .... Thanks