Tip: Dirty, but needed hack

WARNING:  Any modifications done by root will void your support!
Corresponding feat.req.

If you are annoyed about only 6 items per page displayed under definitions,
you can override this setting.
Edit /var/sec/chroot-httpd/var/core/js/table.js, add [FONT="Fixedsys"]this.options.numDisplay=1000;[/FONT] after 80th line.


initialize: function(options) {
70 var This = this;
71 this.options = Object.extend({
72 width : 770,
73 height : 558,
74 bgcolors : ['TABLEOBJITEM_odd','TABLEOBJITEM_even'],
75 numDisplay : ( core.userPreferences.items_per_page ? parseInt(core.userPreferences.items_per_page,10) : 25 ),
76 object_usage_information : true,
77 object_members_information : false,
78 confirmDelete : true,
79 skipPageSteps : false
80 }, options || { });
81 this.options.numDisplay=1000;
82 // starting preload form-elements 


Dear developers, can you please provide info, where are default options from? 
[FONT="Fixedsys"]table_init({"width":748,"tint":0,"numDisplay":6,"obj_src":...[/FONT] 

They come from index.plx, which ist binary... and i was unable to find such setting neither in files nor in DB. Hope, this setting is not hardcoded [:)]

Greetz
Vod

P.S. my first post, hope, it's not against rules ;-)