Changeset 125315 in spip-zone
- Timestamp:
- Jun 25, 2020, 12:34:41 PM (7 months ago)
- Location:
- _plugins_/formidable_tablesorter/branches/dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable_tablesorter/branches/dev
- Property subgit:lock:384a5bae96b33219fad6d6bbb544ecdff6408204 deleted
-
Property
subgit:lock:368219772f95378dc89ca6ba497c541f7276761b
set to
2020-06-25T14:35:59.644
-
_plugins_/formidable_tablesorter/branches/dev/javascript/formidable_ts.json_fonctions.php
r125313 r125315 391 391 if ($this->crayons) { 392 392 if ($this->type == 'extra') { 393 return '<div class="'.classe_boucle_crayon('formulaires_reponse', $this->nom, $this->id_formulaires_reponse).'">'.$this->value.'</div>';393 $class = classe_boucle_crayon('formulaires_reponse', $this->nom, $this->id_formulaires_reponse); 394 394 } elseif ($this->type == 'champ') { 395 return '<div class="'.\calculer_voir_reponse($this->id_formulaires_reponse, $this->table->id_formulaire, $this->nom, '', 'edit').'">'.$this->value.'</div>'; 396 } 395 $class = \calculer_voir_reponse($this->id_formulaires_reponse, $this->table->id_formulaire, $this->nom, '', 'edit'); 396 } 397 $value = $this->value ? $this->value : '&nbps;'; 398 return "<div class='$class'>$value</div>"; 397 399 } else { 398 400 return $this->value;
Note: See TracChangeset
for help on using the changeset viewer.