From: Yves K. <yku...@us...> - 2004-10-26 07:32:52
|
Update of /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30755/xwysiwyg/mod/xwysiwyg/conf Modified Files: boost.php controlpanel.php layout.php users.php Log Message: saved in unix-format Index: controlpanel.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf/controlpanel.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** controlpanel.php 25 Oct 2004 18:11:36 -0000 1.1.1.1 --- controlpanel.php 26 Oct 2004 07:32:42 -0000 1.2 *************** *** 1,20 **** ! <?php ! /** ! * This is a xwysiwyg control panel configuration file. ! * ! * $Id$ ! */ ! ! $image["name"] = "xwysiwyg.gif"; ! $image["alt"] = "xwysiwyg-Manager"; ! ! /* Create a link to your module */ ! $link[] = array ("label"=>"xwysiwyg-Manager", ! "module"=>"xwysiwyg", ! "url"=>"index.php?module=xwysiwyg&action=admin", ! "image"=>$image, ! "admin"=>TRUE, ! "description"=>"Control the use of xwysiwyg in Your phpWebSite", ! "tab"=>"administration"); ! ?> \ No newline at end of file --- 1,20 ---- ! <?php ! /** ! * This is a xwysiwyg control panel configuration file. ! * ! * $Id$ ! */ ! ! $image["name"] = "xwysiwyg.gif"; ! $image["alt"] = "xwysiwyg-Manager"; ! ! /* Create a link to your module */ ! $link[] = array ("label"=>"xwysiwyg-Manager", ! "module"=>"xwysiwyg", ! "url"=>"index.php?module=xwysiwyg&action=admin", ! "image"=>$image, ! "admin"=>TRUE, ! "description"=>"Control the use of xwysiwyg in Your phpWebSite", ! "tab"=>"administration"); ! ?> \ No newline at end of file Index: layout.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf/layout.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** layout.php 25 Oct 2004 18:11:36 -0000 1.1.1.1 --- layout.php 26 Oct 2004 07:32:42 -0000 1.2 *************** *** 1,12 **** ! <?php ! /** ! * This is a xwysiwyg layout configuration file. ! * ! * $Id$ ! */ ! ! /* Adding a content variable for display in the body */ ! $layout_info[] = array ("content_var"=>"CNT_xwysiwyg", ! "transfer_var"=>"body"); ! ?> \ No newline at end of file --- 1,12 ---- ! <?php ! /** ! * This is a xwysiwyg layout configuration file. ! * ! * $Id$ ! */ ! ! /* Adding a content variable for display in the body */ ! $layout_info[] = array ("content_var"=>"CNT_xwysiwyg", ! "transfer_var"=>"body"); ! ?> \ No newline at end of file Index: users.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf/users.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** users.php 25 Oct 2004 18:11:37 -0000 1.1.1.1 --- users.php 26 Oct 2004 07:32:42 -0000 1.2 *************** *** 1,10 **** ! <?php ! /** ! * This is a xwysiwyg user configuration file. ! * ! * $Id$ ! */ ! ! $default_admin_menu = "core"; ! ?> \ No newline at end of file --- 1,10 ---- ! <?php ! /** ! * This is a xwysiwyg user configuration file. ! * ! * $Id$ ! */ ! ! $default_admin_menu = "core"; ! ?> \ No newline at end of file Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/mod/xwysiwyg/conf/boost.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** boost.php 25 Oct 2004 18:11:37 -0000 1.1.1.1 --- boost.php 26 Oct 2004 07:32:42 -0000 1.2 *************** *** 1,25 **** ! <?php ! /** ! * This is a xwysiwyg boost.php configuration file. ! * ! * $Id$ ! */ ! ! $version = "0.1.0"; ! $mod_title = "xwysiwyg"; ! $mod_pname = "xwysiwyg-Manager"; ! $mod_directory = "xwysiwyg"; ! $mod_filename = "index.php"; ! $priority = 50; ! $allow_view = "all"; ! $user_mod = 0; ! $admin_mod = 1; ! $deity_mod = 0; ! $mod_class_files = array("xwysiwyg.php"); ! $mod_sessions = array("PHPWS_xwysiwyg"); ! $active = "on"; ! $branch_allow = 0; ! $install_file = "install.php"; ! $uninstall_file = "uninstall.php"; ! ?> \ No newline at end of file --- 1,25 ---- ! <?php ! /** ! * This is a xwysiwyg boost.php configuration file. ! * ! * $Id$ ! */ ! ! $version = "0.1.0"; ! $mod_title = "xwysiwyg"; ! $mod_pname = "xwysiwyg-Manager"; ! $mod_directory = "xwysiwyg"; ! $mod_filename = "index.php"; ! $priority = 50; ! $allow_view = "all"; ! $user_mod = 0; ! $admin_mod = 1; ! $deity_mod = 0; ! $mod_class_files = array("xwysiwyg.php"); ! $mod_sessions = array("PHPWS_xwysiwyg"); ! $active = "on"; ! $branch_allow = 0; ! $install_file = "install.php"; ! $uninstall_file = "uninstall.php"; ! ?> \ No newline at end of file |