CSS and JS: correction. Plugin user administration

Hans-J.

No avatar

2006-10-12 15:44

Hello,
have some little corrections.

In /js/adminGlobals.js on line 34
it is:

33 s = "MSIE";
34 if ((i = ua.indexOf(s))) {
35 this.isIE = true;

I think it should be:

33 s = "MSIE";
34 if ((i = ua.indexOf(s)) >= 0) {
35 this.isIE = true;


In /templates/admin/style.css on line 24
it is:

23
24 #validate_error{width:500px;border:1px solid #AA0000;color:#AA0000;background:#FFE8E8;padding:10px;font-size:12px;line-height:1,5em;margin:auto;text-align: left;}
25

I think it should be:

23
24 #validate_error{width:500px;border:1px solid #AA0000;color:#AA0000;background:#FFE8E8;padding:10px;font-size:12px;line-height:1.5em;margin:auto;text-align: left;}
25

Does somebody know: is there any plugin to administrate users / clients, especially to get their personal data stored?

Thanks for your help.

Hans-J.

><(((&#186;>`&#183;.¸¸.&#183;´&#175;`&#183;.www.amico-alpha.de¸.&#183;´&#175;`&#183;...¸

wewior (OpenSolution)

Avatar: wewior

2006-10-12 16:54

Hans-J. >> i think that plugin help you ... http://opensolution.org/sklep/?p=productsMore&iProduct=16

Back to top
about us | contact