[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] seperation of GUI and the rest (was: CVS update: skolelinux/src/webmin-ldap-skolelinux/lang en



* finnarne@xxxxxxxxxxxxx (finnarne@xxxxxxxxxxxxx) [030806 12:01]:
>   +fileimportdesc=The file has to be in format:<br>field1;field2;...;fieldn<br>field1;field2;...;fieldn<br>" 

i try to get all html traces out of everything that is not a
HTML::Template file. the <br>, but also use of the %in  or
%config hashes in ldap-users.pl are mixing functionality.
ldap-users is for ldap functions, and should not need to know
about webmins web-lib.pl data structures.

This particular fileimport example could be redone in three
strings:

fileimportdesc0=The file has to be in format:
fileimportdesc1=field1;field2;...;fieldn

printed after each other.