phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Translations_UI.inc.php,1.1,1.


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Translations_UI.inc.php,1.1,1.2
Date: Fri, 21 Feb 2003 01:28:58 -0500

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

Modified Files:
        class.Translations_UI.inc.php 
Log Message:
small correction of template variables


Index: class.Translations_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Translations_UI.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.Translations_UI.inc.php       17 Jan 2003 03:37:52 -0000      1.1
--- class.Translations_UI.inc.php       21 Feb 2003 06:28:53 -0000      1.2
***************
*** 188,193 ****
                                        'showcatdesc' => 
$showlangdata->description,
                                        'savecatdesc' => 
$savelangdata->description,
!                                       'lang_reset' => lang('Reset'),
!                                       'lang_save' => lang('Save')));
  
                                //Content blocks
--- 188,192 ----
                                        'showcatdesc' => 
$showlangdata->description,
                                        'savecatdesc' => 
$savelangdata->description,
!                               ));
  
                                //Content blocks
***************
*** 249,254 ****
                                        'showpagesubtitle' => 
$showlangdata->subtitle,
                                        'savepagesubtitle' => 
$savelangdata->subtitle,
!                                       'lang_reset' => lang('Reset'),
!                                       'lang_save' => lang('Save')));
  
                                //Content blocks
--- 248,252 ----
                                        'showpagesubtitle' => 
$showlangdata->subtitle,
                                        'savepagesubtitle' => 
$savelangdata->subtitle,
!                               ));
  
                                //Content blocks
***************
*** 321,325 ****
                                $this->t->set_var(Array(
                                        'blockid' => $id,
-                                       'savebutton' => '<input type="submit" 
value="Save" name="btnSaveBlock" />'                                            
  
                                ));
                                $this->t->parse('Tblock','Blocktranslator', 
true);
--- 319,322 ----
***************
*** 354,358 ****
                        
                        $this->t->set_var(Array(
!                               'lang_refresh' => '<input type="submit" 
value="' . lang('Refresh') .'" name="changelanguage">'));
                        $select = '<select name="showlanguage">';
                        foreach ($this->sitelanguages as $lang)
--- 351,359 ----
                        
                        $this->t->set_var(Array(
!                               'lang_refresh' => '<input type="submit" 
value="' . lang('Refresh') .'" name="changelanguage">',
!                               'savebutton' => '<input type="submit" 
value="Save" name="btnSaveBlock" />',
!                               'lang_reset' => lang('Reset'),
!                               'lang_save' => lang('Save')
!                       ));
                        $select = '<select name="showlanguage">';
                        foreach ($this->sitelanguages as $lang)





reply via email to

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