Skip to content
Snippets Groups Projects

dev #132136 Admin print models: switch from CKEditor to CodeMirror

Merged Laurent requested to merge dev#132136_ into master
All threads resolved!
Files
2
@@ -47,6 +47,7 @@ class ZendAfi_View_Helper_Admin_ConfigLink extends ZendAfi_View_Helper_BaseHelpe
->_tag('a',
Class_Admin_Skin::current()->renderActionIconOn('admin_configuration', $this->view,
['alt' => $this->_('Configuration')]),
['href' => $url]);
['href' => $url,
'title' => $this->_('Configurer ce module')]);
}
}
\ No newline at end of file
}