From: <du...@us...> - 2012-12-06 01:25:12
|
Revision: 10324 http://sourceforge.net/p/xoops/svn/10324 Author: dugris Date: 2012-12-06 01:25:09 +0000 (Thu, 06 Dec 2012) Log Message: ----------- clean xoops_version.php remove templates in xlanguage fix css Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/css/help.css XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/xoops_version.php XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/css/help.css XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/templates/blocks/xlanguage_block.html XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/xoops_version.php Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/css/help.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/css/help.css 2012-12-05 19:49:43 UTC (rev 10323) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/css/help.css 2012-12-06 01:25:09 UTC (rev 10324) @@ -41,5 +41,4 @@ .help-description { width: 100%; - } \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/xoops_version.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/xoops_version.php 2012-12-05 19:49:43 UTC (rev 10323) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xcaptcha/xoops_version.php 2012-12-06 01:25:09 UTC (rev 10324) @@ -30,7 +30,6 @@ $modversion['image'] = 'images/xcaptcha_logo.png'; $modversion['dirname'] = 'xcaptcha'; - //about $modversion['release_date'] = '2012/10/01'; $modversion['module_website_url'] = 'dugris.xoofoo.org'; @@ -48,12 +47,9 @@ $modversion['paypal']['currency_code'] = 'EUR'; // Admin menu -// Set to 1 if you want to display menu generated by system module $modversion['system_menu'] = 1; -/* - Manage extension - */ +// Manage extension $modversion['extension'] = 1; $modversion['extension_module'][] = 'system'; Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/css/help.css =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/css/help.css 2012-12-05 19:49:43 UTC (rev 10323) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/css/help.css 2012-12-06 01:25:09 UTC (rev 10324) @@ -16,7 +16,7 @@ } .help-item { margin-bottom: 20px; - display: blockj; + display: block; } .help-title { width: 80%; @@ -41,5 +41,4 @@ .help-description { width: 100%; - } \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/templates/blocks/xlanguage_block.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/templates/blocks/xlanguage_block.html 2012-12-05 19:49:43 UTC (rev 10323) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/templates/blocks/xlanguage_block.html 2012-12-06 01:25:09 UTC (rev 10324) @@ -1,13 +1,13 @@ <link rel="stylesheet" href="<{xoImgUrl modules/xlanguage/css/block.css}>" type="text/css" media="screen" /> <{if $block.display == "text"}> - <{include file="db:blocks/xlanguage_block_text.html"}> + <{include file="block:xlanguage|xlanguage_block_text.html"}> <{elseif $block.display == "select"}> - <{include file="db:blocks/xlanguage_block_select.html"}> + <{include file="block:xlanguage|xlanguage_block_select.html"}> <{elseif $block.display == "jquery"}> - <{include file="db:blocks/xlanguage_block_jquery.html"}> + <{include file="block:xlanguage|xlanguage_block_jquery.html"}> <{elseif $block.display == "bootstrap"}> - <{include file="db:blocks/xlanguage_block_bootstrap.html"}> + <{include file="block:xlanguage|xlanguage_block_bootstrap.html"}> <{else}> - <{include file="db:blocks/xlanguage_block_images.html"}> + <{include file="block:xlanguage|xlanguage_block_images.html"}> <{/if}> \ No newline at end of file Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/xoops_version.php =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/xoops_version.php 2012-12-05 19:49:43 UTC (rev 10323) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/xlanguage/xoops_version.php 2012-12-06 01:25:09 UTC (rev 10324) @@ -47,12 +47,9 @@ $modversion['paypal']['currency_code'] = 'EUR'; // Admin menu -// Set to 1 if you want to display menu generated by system module $modversion['system_menu'] = 1; -/* - Manage extension - */ +// Manage extension $modversion['extension'] = 1; $modversion['extension_module'][] = 'system'; @@ -78,27 +75,6 @@ $modversion['blocks'][1]['options'] = 'images| |5'; $modversion['blocks'][1]['template'] = 'xlanguage_block.html'; -// Blocks templates -$cpt = 1; -$modversion['templates'][$cpt]['file'] = 'blocks/xlanguage_block_text.html'; -$modversion['templates'][$cpt]['description'] = ''; - -$cpt++; -$modversion['templates'][$cpt]['file'] = 'blocks/xlanguage_block_images.html'; -$modversion['templates'][$cpt]['description'] = ''; - -$cpt++; -$modversion['templates'][$cpt]['file'] = 'blocks/xlanguage_block_select.html'; -$modversion['templates'][$cpt]['description'] = ''; - -$cpt++; -$modversion['templates'][$cpt]['file'] = 'blocks/xlanguage_block_jquery.html'; -$modversion['templates'][$cpt]['description'] = ''; - -$cpt++; -$modversion['templates'][$cpt]['file'] = 'blocks/xlanguage_block_bootstrap.html'; -$modversion['templates'][$cpt]['description'] = ''; - // Config XoopsLoad::load('xoopslists'); |