phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.ManageTranslations_UI.inc.php,


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.ManageTranslations_UI.inc.php,1.1.2.2,1.1.2.3 class.contributor_ManagePage_UI.inc.php,1.7.2.4,1.7.2.5
Date: Tue, 03 Dec 2002 16:58:46 -0500

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv10594

Modified Files:
      Tag: Version-0_9_14-branch
        class.ManageTranslations_UI.inc.php 
        class.contributor_ManagePage_UI.inc.php 
Log Message:
escaping the page's main content in the page editors textarea

Index: class.ManageTranslations_UI.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/inc/Attic/class.ManageTranslations_UI.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** class.ManageTranslations_UI.inc.php 25 Nov 2002 23:22:40 -0000      1.1.2.2
--- class.ManageTranslations_UI.inc.php 3 Dec 2002 21:58:43 -0000       1.1.2.3
***************
*** 306,310 ****
                                                 'lang_pagecontent' => 
lang('Page Content'),
                                                 'showpagecontent' => 
strtr($GLOBALS['phpgw']->strip_html($showlangdata->content),$trans),
!                                                'savepagecontent' => 
strtr($savelangdata->content,$trans),
                                                 'lang_reset' => lang('Reset'),
                                                 'lang_save' => lang('Save')));
--- 306,310 ----
                                                 'lang_pagecontent' => 
lang('Page Content'),
                                                 'showpagecontent' => 
strtr($GLOBALS['phpgw']->strip_html($showlangdata->content),$trans),
!                                                'savepagecontent' => 
strtr($GLOBALS['phpgw']->strip_html($savelangdata->content),$trans),
                                                 'lang_reset' => lang('Reset'),
                                                 'lang_save' => lang('Save')));

Index: class.contributor_ManagePage_UI.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/inc/class.contributor_ManagePage_UI.inc.php,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -C2 -r1.7.2.4 -r1.7.2.5
*** class.contributor_ManagePage_UI.inc.php     22 Nov 2002 06:01:53 -0000      
1.7.2.4
--- class.contributor_ManagePage_UI.inc.php     3 Dec 2002 21:58:43 -0000       
1.7.2.5
***************
*** 151,155 ****
                                'title' =>$this->page->title,
                                'subtitle' => $this->page->subtitle,
!                               'main'=>strtr($this->page->content,$trans),
                                'name'=>$this->page->name,
                                'sort_order'=>$this->page->sort_order,
--- 151,155 ----
                                'title' =>$this->page->title,
                                'subtitle' => $this->page->subtitle,
!                               
'main'=>strtr($GLOBALS['phpgw']->strip_html($this->page->content),$trans),
                                'name'=>$this->page->name,
                                'sort_order'=>$this->page->sort_order,





reply via email to

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