From: <ki...@us...> - 2010-05-30 11:20:20
|
Revision: 520 http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=520&view=rev Author: kilica Date: 2010-05-30 11:20:14 +0000 (Sun, 30 May 2010) Log Message: ----------- Update biznews for cool uri Modified Paths: -------------- modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_list.html modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_view.html modules_biznews/trunk/xoops_trust_path/modules/biznews/xoops_version.php Modified: modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_list.html =================================================================== --- modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_list.html 2010-05-30 10:34:32 UTC (rev 519) +++ modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_list.html 2010-05-30 11:20:14 UTC (rev 520) @@ -49,7 +49,6 @@ </div> <div class="itemFoot"> <span class="itemStats"> - <{if $obj->get('status')!=2}><a href="<{xoops_cooluri dirname=$dirname dataname=story data_id=$obj->getShow('story_id') action=approve}>"><img src="/images/approve.gif" alt="<{$smarty.const._MD_BIZNEWS_LANG_APPROVE}>" /></a><{/if}> <{if $obj->getShow('uid') == $xoops_userid}> <a href="<{xoops_cooluri dirname=$dirname dataname=story data_id=$obj->getShow('story_id') action=edit}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$smarty.const._EDIT}>" /></a> <a href="<{xoops_cooluri dirname=$dirname dataname=story data_id=$obj->getShow('story_id') action=delete}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._DELETE}>" /></a> Modified: modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_view.html =================================================================== --- modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_view.html 2010-05-30 10:34:32 UTC (rev 519) +++ modules_biznews/trunk/xoops_trust_path/modules/biznews/templates/biznews_story_view.html 2010-05-30 11:20:14 UTC (rev 520) @@ -16,9 +16,6 @@ </div> <div class="itemInfo"> <{if $object->getShow('uid') == $xoops_userid}> - <{if $object->getShow('status')!="2"}> - <a href="<{xoops_cooluri dirname=$dirname dataname=story data_id=$object->getShow('story_id') action=approve}>"><img src="images/approve.gif" alt="<{$smarty.const._MD_BIZNEWS_LANG_APPROVE}>" /></a> - <{/if}> <a href="<{xoops_cooluri dirname=$dirname dataname=story data_id=$object->getShow('story_id') action=edit}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$smarty.const._EDIT}>" /></a> <a href="<{xoops_cooluri dirname=$dirname dataname=story data_id=$object->getShow('story_id') action=delete}>"><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._DELETE}>" /></a> <{/if}> Modified: modules_biznews/trunk/xoops_trust_path/modules/biznews/xoops_version.php =================================================================== --- modules_biznews/trunk/xoops_trust_path/modules/biznews/xoops_version.php 2010-05-30 10:34:32 UTC (rev 519) +++ modules_biznews/trunk/xoops_trust_path/modules/biznews/xoops_version.php 2010-05-30 11:20:14 UTC (rev 520) @@ -160,7 +160,7 @@ 'formtype' => 'textbox', 'valuetype' => 'text', 'options' => array(), - 'default' => 'viewer|poster|reviewer|manager' + 'default' => 'viewer|poster|manager|manager' ), array( 'name' => 'editor', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |