From 49f7d6bab1aa6c5a0cdcecfda7bab2a328936d87 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 20 Sep 2012 13:25:54 -0500 Subject: [PATCH] added search to codemirror --- VERSION | 2 +- applications/admin/views/default/edit.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4dcb1e68..fa8769ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-20 11:19:07) stable +Version 2.0.9 (2012-09-20 13:25:48) stable diff --git a/applications/admin/views/default/edit.html b/applications/admin/views/default/edit.html index 755dd0b2..6555ab50 100644 --- a/applications/admin/views/default/edit.html +++ b/applications/admin/views/default/edit.html @@ -19,6 +19,10 @@ + + + + {{elif TEXT_EDITOR == 'ace':}} @@ -246,6 +250,11 @@ window.onload = function() { {{elif TEXT_EDITOR == 'codemirror':}} @@ -253,6 +262,11 @@ window.onload = function() { {{else:}}

{{=T("Key bindings")}}