equal
deleted
inserted
replaced
211 {'type' : 'yn', |
211 {'type' : 'yn', |
212 'default': True, |
212 'default': True, |
213 'help': 'use cubicweb.old.css instead of 3.9 cubicweb.css', |
213 'help': 'use cubicweb.old.css instead of 3.9 cubicweb.css', |
214 'group': 'web', 'level': 2, |
214 'group': 'web', 'level': 2, |
215 }), |
215 }), |
216 |
|
217 |
|
218 )) |
216 )) |
219 |
217 |
220 def fckeditor_installed(self): |
218 def fckeditor_installed(self): |
221 return exists(self.uiprops['FCKEDITOR_PATH']) |
219 return exists(self.uiprops['FCKEDITOR_PATH']) |
222 |
220 |