fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10452] api: init yui editor


From: Sigurd Nes
Subject: [Fmsystem-commits] [10452] api: init yui editor
Date: Sun, 04 Nov 2012 13:35:56 +0000

Revision: 10452
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10452
Author:   sigurdne
Date:     2012-11-04 13:35:56 +0000 (Sun, 04 Nov 2012)
Log Message:
-----------
api: init yui editor

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.uicommon.inc.php

Modified: trunk/phpgwapi/inc/class.uicommon.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.uicommon.inc.php   2012-11-04 13:35:24 UTC (rev 
10451)
+++ trunk/phpgwapi/inc/class.uicommon.inc.php   2012-11-04 13:35:56 UTC (rev 
10452)
@@ -395,6 +395,11 @@
                        
self::add_stylesheet('phpgwapi/js/yahoo/assets/skins/sam/skin.css');
                        self::add_javascript('yahoo', 'yahoo/editor', 
'simpleeditor-min.js');
                        */
+                       if(!is_array($targets))
+                       {
+                               $targets = array($targets);
+                       }
+
                        $lang_font_style = lang('Font Style');
                        $lang_lists = lang('Lists');
                        $lang_insert_item = lang('Insert Item');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]