Difference between revisions of "Retain Options"
From GWAVA Technologies Training
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | You can change the number of items displayed to more than 100 by altering the appropriate file. | ||
− | == | + | copy and modify this line in RetainServer/User/search_myoptions.jsp |
+ | <nowiki><option value="100" <%=(myUser.getDisplayNumber()==100) ? "selected" : "" %>>100</option></nowiki> | ||
− | |||
Line 10: | Line 11: | ||
− | + | =====Back to [[Retain Mailbox]]===== | |
− | + | ||
− | + | ||
− | + | ||
− | ===Back to [ | + |
Latest revision as of 17:48, 21 January 2015
You can change the number of items displayed to more than 100 by altering the appropriate file.
copy and modify this line in RetainServer/User/search_myoptions.jsp
<option value="100" <%=(myUser.getDisplayNumber()==100) ? "selected" : "" %>>100</option>