From 0997495c510b646c5a91e35b3faf53136b92df02 Mon Sep 17 00:00:00 2001 From: estadtherr Date: Wed, 8 Nov 2006 02:23:06 +0000 Subject: upgrade to TinyMCE v2.0.8 git-svn-id: https://svn.roundcube.net/trunk@362 208e9e7b-5314-0410-a742-e7e81cd9613c --- .../program/js/tiny_mce/utils/form_utils.js | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'roundcubemail/program/js/tiny_mce/utils/form_utils.js') diff --git a/roundcubemail/program/js/tiny_mce/utils/form_utils.js b/roundcubemail/program/js/tiny_mce/utils/form_utils.js index f1e935809..c502943d2 100644 --- a/roundcubemail/program/js/tiny_mce/utils/form_utils.js +++ b/roundcubemail/program/js/tiny_mce/utils/form_utils.js @@ -1,7 +1,5 @@ /** - * $RCSfile: form_utils.js,v $ - * $Revision: 1.11 $ - * $Date: 2006/04/07 15:53:12 $ + * $Id: form_utils.js 43 2006-08-08 16:10:07Z spocke $ * * Various form utilitiy functions. * @@ -9,18 +7,20 @@ * @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved. */ +var themeBaseURL = tinyMCE.baseURL + '/themes/' + tinyMCE.getParam("theme"); + function getColorPickerHTML(id, target_form_element) { - var html = ""; + var h = ""; - html += ''; - html += ''; + h += ''; + h += ''; - return html; + return h; } function pickColor(e, target_form_element) { @@ -57,7 +57,7 @@ function getBrowserHTML(id, target_form_element, type, prefix) { var html = ""; html += ''; - html += '