From: <be...@us...> - 2012-06-17 21:17:10
|
Revision: 9666 http://xoops.svn.sourceforge.net/xoops/?rev=9666&view=rev Author: beckmi Date: 2012-06-17 21:17:04 +0000 (Sun, 17 Jun 2012) Log Message: ----------- fixing typos and errors reported by Cesag Modified Paths: -------------- XoopsModules/news/branches/mamba/news/templates/news_article.html Modified: XoopsModules/news/branches/mamba/news/templates/news_article.html =================================================================== --- XoopsModules/news/branches/mamba/news/templates/news_article.html 2012-06-17 20:21:31 UTC (rev 9665) +++ XoopsModules/news/branches/mamba/news/templates/news_article.html 2012-06-17 21:17:04 UTC (rev 9666) @@ -3,8 +3,8 @@ <div class="marg2 pad2"><{include file="db:news_item.html" story=$story}> <{if $xoops_isadmin}> - <a href="<{$xoops_url}>/modules/news/submit.php?op=edit&storyid=<{$story.id}>"><img src="<{xoModuleIcons16 edit.png}>" title="NW_EDIT"></a> - <a href="<{$xoops_url}>/modules/news/admin/index.php?op=delete&storyid=<{$story.id}>"><img src="<{xoModuleIcons16 delete.png}>" title="._NW_DELETE."></a> + <a href="<{$xoops_url}>/modules/news/submit.php?op=edit&storyid=<{$story.id}>"><img src="<{xoModuleIcons16 edit.png}>" title="<{$smarty.const._EDIT}>"></a> + <a href="<{$xoops_url}>/modules/news/admin/index.php?op=delete&storyid=<{$story.id}>"><img src="<{xoModuleIcons16 delete.png}>" title="<{$smarty.const._DELETE}>"></a> <{/if}> <{if $showicons == true}> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |