70 parent::__construct($model);
80 $this->model = (object) $model;
90 public function get() {
92 $node = $this->
render(
'element', FALSE);
94 $formInput = LF . html_entity_decode($node->saveXML($node->firstChild), ENT_QUOTES,
'UTF-8') . LF;
99 $content = $message . LF . $formInput . LF . $confirmationButtons;
116 if (isset($this->typoscript[
'message']) && isset($this->typoscript[
'message.'])) {
117 $value = $this->typoscript[
'message.'];
118 $type = $this->typoscript[
'message'];
119 } elseif (isset($this->typoscript[
'message.'])) {
120 $value = $this->typoscript[
'message.'];
123 $value[
'wrap'] =
'<p>|</p>';
127 return $this->localCobj->cObjGetSingle($type, $value);
137 $prefix = $requestHandler->getPrefix();
138 $action = $this->localCobj->getTypoLink_URL(
$GLOBALS[
'TSFE']->
id);
139 $confirmationButtons =
' 140 <form class="csc-form-confirmation" method="post" action="' . $action .
'"> 143 <li class="csc-form-confirmation-false"> 144 <input type="submit" value="' . $this->
getLocalLanguageLabel(
'donotconfirm') .
'" name="' . $prefix .
'[confirmation-false]" /> 146 <li class="csc-form-confirmation-true"> 147 <input type="submit" value="' . $this->
getLocalLanguageLabel(
'confirm') .
'" name="' . $prefix .
'[confirmation-true]" /> 153 return $confirmationButtons;
163 $label = self::LOCALISATION_OBJECT_NAME .
'.' . $type;
164 $message = $this->localizationHandler->getLocalLanguageLabel($label);
static makeInstance($className)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]