Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 9:21 pm
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Display default, preferences
PostPosted: Fri Nov 09, 2007 3:14 pm 
Offline
User avatar

Joined: Sat Apr 07, 2007 5:01 pm
Posts: 48
Is there a way to change the default of displayed lines in a list, like trunks, customers, etc to either all or 50 or 100?

For example, I select DISPLAY > All
then when I return to the same list I again have to select DISPLAY > All again to see the full list on one page, which is :evil:

I guess, I would need to edit specific lines in the related php file.

Could someone point me to the file and needed mods?

Btw, it would be good if one could customize the display settings and save them as preferences and have that as a UI feature. 8)

rgds, devplan


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 22, 2007 10:16 am 
Offline
Moderator
User avatar

Joined: Thu Jun 22, 2006 2:19 pm
Posts: 2890
Location: Devon, UK
'ALL' is actually interpreted as 5,000 records maximum, and often the PHP resource limits will prevent pages of this size being generated.

However, I think to accomplish what you want you just need edit line 128 of A2Billing_UI/lib/Form/Class.FormHandler.inc.php and increase the value to something realistic:
Code:
var $FG_LIMITE_DISPLAY=250;


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group