From: <be...@us...> - 2012-06-08 20:29:12
|
Revision: 9625 http://xoops.svn.sourceforge.net/xoops/?rev=9625&view=rev Author: beckmi Date: 2012-06-08 20:29:06 +0000 (Fri, 08 Jun 2012) Log Message: ----------- Fixing Edit link/icon in Topics Modified Paths: -------------- XoopsModules/news/branches/mamba/news/admin/index.php Modified: XoopsModules/news/branches/mamba/news/admin/index.php =================================================================== --- XoopsModules/news/branches/mamba/news/admin/index.php 2012-06-06 07:46:09 UTC (rev 9624) +++ XoopsModules/news/branches/mamba/news/admin/index.php 2012-06-08 20:29:06 UTC (rev 9625) @@ -125,7 +125,7 @@ echo "<td align='center'><b>" . $autostory -> storyid() . "</b> </td><td align='left'><a href='" . XOOPS_URL . "/modules/news/article.php?storyid=" . $autostory->storyid() . "'>" . $autostory->title() . "</a> </td><td align='center'>" . $topic->topic_title() . " - </td><td align='center'><a href='" . XOOPS_URL . "/userinfo.php?uid=" . $autostory->uid() . "'>" . $autostory->uname() . "</a></td><td align='center' class='nw'>" . formatTimestamp($autostory->published(),$dateformat) . "</td><td align='center'>" . $expire . "</td><td align='center'><a href='".XOOPS_URL."/modules/news/submit.php?returnside=1&op=edit&storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/edit.png. ' '. title="._AM_EDIT."> </a> <a href='".XOOPS_URL."/modules/news/admin/index.php?op=delete&storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/delete.png. ' '. title='._AM_DELETE.'></a>"; + </td><td align='center'><a href='" . XOOPS_URL . "/userinfo.php?uid=" . $autostory->uid() . "'>" . $autostory->uname() . "</a></td><td align='center' class='nw'>" . formatTimestamp($autostory->published(),$dateformat) . "</td><td align='center'>" . $expire . "</td><td align='center'><a href='".XOOPS_URL."/modules/news/submit.php?returnside=1&op=edit&storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/edit.png' title="._AM_EDIT."> </a> <a href='".XOOPS_URL."/modules/news/admin/index.php?op=delete&storyid=" . $autostory->storyid() . "'><img src='" . $pathIcon16."/delete.png. ' '. title='._AM_DELETE.'></a>"; echo "</td></tr>\n"; } @@ -234,7 +234,7 @@ </td><td align='left'><a href='" . XOOPS_URL . "/modules/news/article.php?returnside=1&storyid=" . $eachstory -> storyid() . "'>" . $eachstory -> title() . "</a> </td><td align='center'>" . $topic -> topic_title() . " </td><td align='center'><a href='" . XOOPS_URL . "/userinfo.php?uid=" . $eachstory -> uid() . "'>" . $eachstory -> uname() . "</a></td><td align='center' class='nw'>" . $created . "</td><td align='center' class='nw'>" . $expired . "</td><td align='center'> - <a href='".XOOPS_URL."/modules/news/submit.php?returnside=1&op=edit&storyid=" . $eachstory -> storyid() . "'> <img src='" . $pathIcon16."/edit.png.' ' title="._AM_EDIT."></a> + <a href='".XOOPS_URL."/modules/news/submit.php?returnside=1&op=edit&storyid=" . $eachstory -> storyid() . "'> <img src='" . $pathIcon16."/edit.png' title="._AM_EDIT."></a> <a href='".XOOPS_URL."/modules/news/admin/index.php?op=delete&storyid=" . $eachstory -> storyid() . "'><img src='" . $pathIcon16."/delete.png' title='"._AM_DELETE."'></a>"; @@ -669,7 +669,7 @@ while($ok) { if($tmpcpt < $totaltopics) { - $action_edit="<a href=index.php?op=topicsmanager&topic_id=" . $topics_arr[$tmpcpt]['topic_id'] .'><img src='. $pathIcon16.'/edit.png title='._AM_EDIT."></a>"; + $action_edit="<a href=index.php?op=topicsmanager&topic_id=" . $topics_arr[$tmpcpt]['topic_id'] .'><img src='. $pathIcon16.'/edit.png title='._AM_EDIT."></a>"; $action_delete="<a href=index.php?op=delTopic&topic_id=" . $topics_arr[$tmpcpt]['topic_id'].'><img src='. $pathIcon16.'/delete.png title='._AM_DELETE."'></a>"; $parent=' '; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |