1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-12-05 11:22:03 +03:00

- 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
This commit is contained in:
Christian Boltz
2007-10-25 23:12:51 +00:00
parent 2f25e8bd42
commit 8fa1a46a2f
2 changed files with 141 additions and 140 deletions

View File

@@ -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'),