|
From: <luc...@us...> - 2013-10-16 20:08:56
|
Revision: 12182
http://sourceforge.net/p/xoops/svn/12182
Author: luciorota
Date: 2013-10-16 20:08:52 +0000 (Wed, 16 Oct 2013)
Log Message:
-----------
changed image position in templates
Modified Paths:
--------------
XoopsModules/wfdownloads/trunk/wfdownloads/docs/changelog.txt
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_index.html
XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_viewcat.html
XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/docs/changelog.txt
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/docs/changelog.txt 2013-10-16 16:24:12 UTC (rev 12181)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/docs/changelog.txt 2013-10-16 20:08:52 UTC (rev 12182)
@@ -1,4 +1,4 @@
-<b><u>=> Version 3.23 Beta (2013-10-15)</u></b>
+<b><u>=> Version 3.23 Beta (2013-10-16)</u></b>
- standardization of English language files (cesag)
- fixed: typos in english folder (cesag)
- module standardization: header.php, admin/admin_header.php, xoops_version.php
@@ -14,6 +14,7 @@
- fixed: html errors in templates (luciorota)
- fixed: deprecated XoopsTree (mamba)
- fixed: English translations (mamba)
+- added: admin can upload images directly form category/indexpage form (luciorota)
- added: updating to XOOPS 2.5.7 Multi-page help (mamba)
- added: enable/disable reviews system (luciorota)
- added: enable/disable ratings system (luciorota)
@@ -23,7 +24,6 @@
- added: new auto summary option: auto summary if summary field is empty (luciorota)
- added: new auto summary option: plain text or html auto summary (luciorota)
- added: xoops/xlanguage/html tags compatible auto summary generator (luciorota)
-
- added: sort subcategories by cid or title or weight (luciorota)
- added: improved by letters choice bar (luciorota)
- added: wfdownloads_submit.html template for submit.php (luciorota)
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_index.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_index.html 2013-10-16 16:24:12 UTC (rev 12181)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_index.html 2013-10-16 20:08:52 UTC (rev 12182)
@@ -3,14 +3,12 @@
<{if count($categories) gt 0}>
<div>
<h3><{$smarty.const._MD_WFDOWNLOADS_MAINLISTING}></h3>
- <br/>
+ <br />
<!-- Start category loop -->
<{foreach item=category from=$categories}>
<div>
<div>
- <a href="viewcat.php?cid=<{$category.id}>">
- <img src="<{$category.image_URL}>" alt="<{$category.alttext}>" title="<{$category.alttext}>"/>
- <b><{$category.title}></b></a> (<{$category.downloads_count}>)
+ <a href="viewcat.php?cid=<{$category.id}>"><b><{$category.title}></b></a> (<{$category.downloads_count}>)
<{if $isAdmin == true}>
<a href="admin/categories.php?op=category.edit&cid=<{$category.cid}>"><img src="<{xoModuleIcons16 edit.png}>"
title="<{$smarty.const._EDIT}>"
@@ -24,6 +22,8 @@
alt="<{$smarty.const._MD_WFDOWNLOADS_SUBMITDOWNLOAD}>"/></a>
<{/if}>
</div>
+ <img src="<{$category.image_URL}>" alt="<{$category.alttext}>" title="<{$category.alttext}>"/><br />
+
<div title="<{$smarty.const._MD_WFDOWNLOADS_CSUMMARY}>">
<{$category.summary}>
</div>
@@ -37,18 +37,18 @@
</div>
<{/if}>
</div>
- <br/>
+ <br />
<{/foreach}>
<!-- End category loop -->
</div>
-<br/>
+<br />
<div>
<small><{$lang_thereare}></small>
</div>
-<br/>
+<br />
<div>
<small>
@@ -66,12 +66,12 @@
</a>
<{/if}>
-<br/>
+<br />
<div align="<{$catarray.indexfooteralign}>">
<{$catarray.indexfooter}>
</div>
-<br/>
+<br />
<{include file='db:wfdownloads_footer.html'}>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_viewcat.html
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_viewcat.html 2013-10-16 16:24:12 UTC (rev 12181)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/templates/wfdownloads_viewcat.html 2013-10-16 20:08:52 UTC (rev 12182)
@@ -40,9 +40,7 @@
<{foreach item=subcategory from=$subcategories}>
<div>
<div>
- <a href="viewcat.php?cid=<{$subcategory.cid}>">
- <{if $subcategory.image_URL != ''}><img src="<{$subcategory.image_URL}>" alt="<{$subcategory.title}>" title="<{$subcategory.title}>"/> <{/if}>
- <b><{$subcategory.title}></b></a> (<{$subcategory.downloads_count}>)
+ <a href="viewcat.php?cid=<{$subcategory.cid}>"><b><{$subcategory.title}></b></a> (<{$subcategory.downloads_count}>)
<{if $isAdmin == true}>
<a href="admin/categories.php?op=category.edit&cid=<{$subcategory.cid}>"><img src="<{xoModuleIcons16 edit.png}>"
title="<{$smarty.const._EDIT}>"
@@ -57,6 +55,7 @@
alt="<{$smarty.const._MD_WFDOWNLOADS_SUBMITDOWNLOAD}>"/></a>
<{/if}>
</div>
+ <{if $subcategory.image_URL != ''}><img src="<{$subcategory.image_URL}>" alt="<{$subcategory.title}>" title="<{$subcategory.title}>"/><br /><{/if}>
<div title="<{$smarty.const._MD_WFDOWNLOADS_CSUMMARY}>">
<{$subcategory.summary}>
</div>
@@ -244,7 +243,7 @@
</div>
</div>
<{/if}>
- <br/>
+ <br />
<{$pagenav}>
<!-- Start link loop -->
<{foreach item=download from=$downloads}>
Modified: XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php
===================================================================
--- XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php 2013-10-16 16:24:12 UTC (rev 12181)
+++ XoopsModules/wfdownloads/trunk/wfdownloads/xoops_version.php 2013-10-16 20:08:52 UTC (rev 12182)
@@ -42,9 +42,9 @@
$modversion['onUpdate'] = 'include/module.php';
$modversion['onUninstall'] = 'include/module.php';
-$modversion['date'] = '2013-10-15';
-$modversion['release_date'] = '2013/10/15';
-$modversion['releasedate'] = '2013-10-15';
+$modversion['date'] = '2013-10-16';
+$modversion['release_date'] = '2013/10/16';
+$modversion['releasedate'] = '2013-10-16';
$modversion['status'] = 'BETA 1';
$modversion['teammembers'] = "Bender, David, FrankBlack, Xpider, M0nty, Mithrandir, Marcan, felix[fx2024], Sudhaker, Jegelstaff";
|