- replaced tabs with spaces in fetchmail.php and fetchmail.tpl

- whitespace changes only, no other difference


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@164 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 18 years ago
parent 2f25e8bd42
commit 8fa1a46a2f

@ -76,6 +76,7 @@ if ($new || $edit) $display_status = 0;
$fm_struct=array( // list($editible,$view,$type,$title,$comment) $fm_struct=array( // list($editible,$view,$type,$title,$comment)
# first column: allow editing? # first column: allow editing?
# second column: display field? # second column: display field?
# the others: type title help text (in edit form)
"id" => array(0,0,'id', 'ID', 'Record ID'), "id" => array(0,0,'id', 'ID', 'Record ID'),
"mailbox" => array(1,1,'enum', 'Mailbox', 'Local mailbox'), "mailbox" => array(1,1,'enum', 'Mailbox', 'Local mailbox'),
"src_server" => array(1,1,'text', 'Server', 'Remote Server'), "src_server" => array(1,1,'text', 'Server', 'Remote Server'),

Loading…
Cancel
Save