/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_indexedsearch" */
  _LOCAL_LANG {
  }
}



[GLOBAL]
includeLibs.directmailsubscribe = EXT:direct_mail_subscription/pi/class.dmailsubscribe.php 
plugin.feadmin.dmailsubscription >
plugin.feadmin.dmailsubscription = USER_INT
plugin.feadmin.dmailsubscription {
  userFunc = user_feAdmin->init
  includeLibs = media/scripts/fe_adminLib.inc
  templateFile =typo3conf/ext/direct_mail_subscription/pi/fe_admin_dmailsubscrip.tmpl

	cObjects {
	  CATLIST = USER
		CATLIST.userFunc = user_dmailsubscribe->makeCheckboxes
		CATLIST {
					 templateFile = typo3conf/ext/direct_mail_subscription/pi/fe_admin_dmailsubscrip.tmpl
					 pid = 
					 hideNonTranslatedCategories = 0
		}
	}
  create.userFunc_afterSave = user_dmailsubscribe->saveRecord

  # Global wraps
  wrap1.wrap = <font face="verdana" size=2 color=black> | </font>
  wrap2.wrap = <font face="verdana" size=1 color=black> | </font>
  color1.wrap = #cccccc
  color2.wrap = #999999
  color3.wrap = #333333

  // Tables + Commands
  table = tt_address

    // Info-mail setup
  setfixed=1
  setfixed.approve {
    _FIELDLIST = uid
    hidden = 0
  }
  setfixed.DELETE = 1
  setfixed.DELETE._FIELDLIST = uid

  delete = 1
  defaultCmd=create

  // Info-mail setup
  infomail = 1
  infomail.default {
    label = FORGOTPASSWORD
  }

  // Edit setup
  edit = 1
  edit.fields = name, email, module_sys_dmail_category, module_sys_dmail_html
  edit.required = name, email
  edit.evalValues {
    email = uniqueLocal, email
  }

  // Create setup
  create = 1
  create.preview = 0
  create.fields = name, hidden, email, module_sys_dmail_category, module_sys_dmail_html
  create.required = name, email
  create.noSpecialLoginForm = 1
    # Initially hide the user until he approves!
  create.overrideValues.hidden = 1
  create.evalValues {
    email = uniqueLocal, email
  }

  authcodeFields = uid
  authcodeFields.addKey = 
  authcodeFields.addDate = 

  evalErrors.email.uniqueLocal = Apparently you're already registered with this email address!
  evalErrors.email.email = This is not a proper email address!

  parseValues.module_sys_dmail_category = checkArray,setEmptyIfAbsent 
  parseValues.module_sys_dmail_html = setEmptyIfAbsent 
  pid = 

  email.from = 
  email.fromName = 
  email.admin = 
  email.field = email
}
[GLOBAL]
## LOGIN BOX
plugin.tx_newloginbox_pi1 {
	storagePid =
	detailsPage =
	showForgotPassword =
	showPermaLogin =
	email_from =
	email_fromName =
	replyTo =
	templateFile = EXT:newloginbox/res/newloginbox_00.html
	// Allowed Referrer-Redirect-Domains:
	domains =
}

plugin.tx_newloginbox_pi1._CSS_DEFAULT_STYLE (