Пример #1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['success'] = trlKwfStatic('The entry in your guestbook has been acitvated.');
     $ret['placeholder']['toGuestbook'] = trlKwfStatic('Use this link to get to your guestbook:');
     return $ret;
 }
Пример #2
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['viewCache'] = false;
     return $ret;
 }
Пример #3
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['placeholder']['success'] = trlKwfStatic('Your Voucher has been successfully redeemed.');
     return $ret;
 }
Пример #4
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['success'] = trlKwfStatic('Your data has been saved successfully.');
     return $ret;
 }
Пример #5
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     return $ret;
 }
Пример #6
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['placeholder']['success'] = trlKwfStatic('Your E-Mail address has been verified. You will receive our newsletters in future.');
     return $ret;
 }
Пример #7
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['success'] = trlKwfStatic('Your Account has been created successfully. You will receive a confirmation e-mail soon.');
     return $ret;
 }
Пример #8
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['placeholder']['success'] = trlKwfStatic('The Form has been submitted successfully. You will receive an E-Mail with the access link to the protected area.');
     return $ret;
 }
Пример #9
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['success'] = trlKwfStatic('You have been successfully unsubscribed from the newsletter.');
     return $ret;
 }
Пример #10
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     return $ret;
 }
Пример #11
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['assets']['dep'][] = 'KwfOnReadyJQuery';
     return $ret;
 }