Hello,
I have a strange issue that has popped up in my CB admin screens. The display drop down selector on any of the admin pages that display records typically give the options of:
1
2
3
5
10
15
20
30
50
100
200
300
500
1000
2000
5000
On the site I am working on, that display drop down has picked up a bunch of other items in place of the first 8 options I just listed. This is best explained with the source code and the attached screen shots.
<option value="1" id="usersbrowser__limit__cbf0">
This is a message from %s at %s ( %s ) to you:
</option>
<option value="2" id="usersbrowser__limit__cbf1">_UE_SENDEMAILNOTICE_REPLYTO</option>
<option value="3" id="usersbrowser__limit__cbf2">
When replying, please check carefully that the email address of %s is %s.</option>
<option value="5" id="usersbrowser__limit__cbf3">
NOTES:
This user did not see your email address. If you reply the recipient will have your email address.
%s owners cannot accept any responsibility for the contents of the email and of user email addresses.</option>
<option value="10" id="usersbrowser__limit__cbf4">_UE_CONNECTIONMSGPREFIX</option>
<option value="15" id="usersbrowser__limit__cbf5"><div class='delimiterCell'>Edit your newsletter subscriptions</div>
<div class='fieldCell'>In the overview below you see our newsletters available to you. The checkbox in front of each newsletter indicates whether you are subscribed or not. You can change this and press update to change subscriptions to our newsletters. If you have added subscriptions, you will have to confirm this, to be sure that you will receive the newsletters. Please check your email for further details.</div>
</option>
<option value="20" id="usersbrowser__limit__cbf6">_UE_USERNAME_DOESNT_EXISTS</option>
<option value="30" id="usersbrowser__limit__cbf7" selected="selected">_UE_USERNAME_FREE_OK_TO_PROCEED</option>
<option value="50" id="usersbrowser__limit__cbf8">50</option>
This is a multi-lingual site and it does the same thing on the Spanish admin, but it's different items listed.
Do you have an suggestions of how to go about fixing this?