Difference between revisions of "Retain Options"
From GWAVA Technologies Training
				
								
				
				
																
				
				
								
				| (One intermediate revision by one user 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> | ||
| − | == | + | |
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | =====Back to [[Retain Mailbox]]===== | ||
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>
