Ticket #562 (closed Patches: fixed)

Opened 3 years ago

Last modified 2 years ago

Wrap List after X many Inbound Routes

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

Description (Last modified by wozto1s)

List of routes on inbound route page, does not wrap or
in other words the list gets very long with more then
30 routes, very much like the extensions list used to.  

I suggest adding a next and previous to extend the list
to add pages.

It would be especially handy when adding many different
routes.

Thanks 

Blearning


Change History

03/30/06 16:28:07 changed by qldrob

Logged In: YES 
user_id=943208

Moved to feature requests

04/11/06 11:54:24 changed by wozto1s

  • description changed.
  • milestone set to 2.2.

04/15/06 19:16:52 changed by wozto1s

  • owner deleted.
  • status changed from assigned to new.

07/05/06 21:25:52 changed by gregmac

  • type changed from Feature Requests to Patches.

REALLY quick possible fix for this:

in htdocs/admin/common/mainstyle.css, add this to the div.rnav section:

    max-height:40em;
    overflow:auto;

This will work in all modern standards-compliant browsers (everything but IE <7)

07/10/06 07:17:41 changed by RobThomas

Personally, I don't care if we break non-standards compliant browsers, as long as we don't break them badly. If doing that (which I can't actually test, due to me not being at home) makes the page _unusuable_ on IE, then we shouldn't. If it's just reduced functionality (eg, it doesn't scroll) then no probs, commit it.

--Rob

07/26/06 02:00:36 changed by gregmac

  • status changed from new to closed.
  • resolution changed from None to fixed.

Added in [2181]

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

  • milestone deleted.

Milestone 2.2 deleted

01/08/07 13:04:59 changed by vgster

  • milestone set to 2.2.