Skip to content
Snippets Groups Projects

Dev#73871 minsoc xlst etape 2 association fichier xslt

Closed Ghislain Loas requested to merge dev#73871_minsoc_xlst_etape_2_association_fichier_xslt into WIP
Viewing commit ce10614a
Show latest version
2 files
+ 2
2
Preferences
Compare changes
Files
2
@@ -46,7 +46,7 @@ class ZendAfi_Controller_Plugin_Manager_FileManager extends ZendAfi_Controller_P
},
'label' => $this->_('Sélectionner "%s"', $model->getName()),
'anchorOptions' => array_filter(['title' => $this->_('Sélectionner "%s"', $model->getName()),
'onclick' => "$(this).selectItemForCKEditor('" . Class_Url::relative(str_replace(["'", '"'], ['%27', '%22'], $model->getId())) . "');"])],
'onclick' => "$(this).selectItemForCKEditor('" . str_replace(["'", '"'], ['%27', '%22'], $model->getId()) . "');"])],
['url' => ['action' => 'create',
'into' => $model->getId()],