Exemplo n.º 1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['success'] = trlKwfStatic('Comment was successfully deleted.');
     $ret['flags']['processInput'] = true;
     return $ret;
 }
Exemplo n.º 2
0
 public static function getSettings($param = null)
 {
     $ret = parent::getSettings($param);
     $ret['placeholder']['success'] = trlKwfStatic('Comment was successfully reported.');
     return $ret;
 }
Exemplo n.º 3
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['placeholder']['success'] = trlKwfStatic('Comment was successfully saved.');
     return $ret;
 }