Ticket #1202 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

freepbx html is not compatible with 4.01

Reported by: diego_iastrubni Assigned to: diego_iastrubni
Priority: minor Milestone: 2.2
Component: Web interface Version:
Keywords: Cc:
Confirmation: SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

The HTML code generated by freePBX is not valid. It contains many errors, and a lot of warnings. In this era, we MUST make out web-application standards compatible.

I started working on it this last week, and this bug is my (un)formal way of saying "ok, I will fix it soon".

Change History

10/22/06 17:31:31 changed by gregmac

We'll be doing the new design at some point (maybe not for 2.2 though), so this can probably be fixed at the same time. I would hate to see a lot of effort put into cleaning up the current design only to have it replaced in the near future.

10/22/06 17:31:40 changed by gregmac

  • component changed from - choose - to Web interface.

10/23/06 04:27:01 changed by diego_iastrubni

  • status changed from new to assigned.

changes:

  • usage of "&" instead of "&" in urls
  • left navigation bar's code is "<ul><li><li>...</ul>"
  • no more empty id (id="" is bad)
  • html + php code MUCH cleaner
  • images contain "alt"

Still more to come, the rnav needs to be modified as the left nav (this affects almost all modules and needs some testing).

10/23/06 09:30:02 changed by diego_iastrubni

changes

  • generated html is properly indented
  • generated html contains only one seingle line break (some lines contained 2 before)
  • <hr> cannot be inside <h5>
  • hidden inputs get into <tr><td></td></tr>

10/26/06 11:05:40 changed by diego_iastrubni

core module and main distribution should be now quite valid, and contains clean (tm) html.

made by changeset:2842

11/04/06 20:34:19 changed by RobThomas

  • status changed from assigned to closed.
  • resolution set to fixed.

With this and gregs work, I think we're pretty tidy now.

01/08/07 13:46:44 changed by

  • milestone deleted.

Milestone 2.2 deleted

01/08/07 15:20:17 changed by vgster

  • milestone set to 2.2.