phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Content_UI.inc.php,1.2,1.3


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Content_UI.inc.php,1.2,1.3
Date: Mon, 10 Mar 2003 02:01:28 -0500

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

Modified Files:
        class.Content_UI.inc.php 
Log Message:
show name of contentarea on submit button


Index: class.Content_UI.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Content_UI.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.Content_UI.inc.php    4 Mar 2003 17:26:43 -0000       1.2
--- class.Content_UI.inc.php    10 Mar 2003 07:01:20 -0000      1.3
***************
*** 161,165 ****
                                                                        
$this->inputmoduleselect($permittedmodules) .
                                                                        
'</select><input type="submit" name="btnAddBlock" value="' .
!                                                                       
lang('Add block to content area') .
                                                                        '" 
/></form>') :
                                                                lang('No 
modules permitted for this content area/category')
--- 161,165 ----
                                                                        
$this->inputmoduleselect($permittedmodules) .
                                                                        
'</select><input type="submit" name="btnAddBlock" value="' .
!                                                                       
lang('Add block to content area %1',$contentarea) .
                                                                        '" 
/></form>') :
                                                                lang('No 
modules permitted for this content area/category')





reply via email to

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