Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Issue information

  • #000573

  • Issue

  • 0 - None Assigned

  • Fixed

  • 2.2.1

  • 2.2.2


Issue Confirmations

  • Yes (0)No (0)
Photo

Skin bits with wrong app call

Posted by Loren on 12 October 2011 - 04:32 PM

Skin bits with wrong app call...

In default skin bit VideoView
(garage)

<if test="can_delete_comments:|:$this->memberData['g_vs_m_delete_comments'] OR ( $video['author_id'] == $this->memberData['member_id'] AND $this->memberData['g_vs_delete_comments'] )">
<a href="{parse url="app=garage&amp;module=manage&amp;section=manage&amp;do=delete_comment&amp;comment_id={$r['comment_id']}" base="public"}"  onclick='javascript:return confirm("{$this->lang->words['delete_comment_confirm']}");'><img src='{$this->settings['img_url']}/garage_system/delete.png' alt='{$this->lang->words['delete_comment']}' title='{$this->lang->words['delete_comment']}' /></a>
</if>


and in Mobile skin bit VideoView
(garage)

<if test="can_delete_comments:|:$this->memberData['g_vs_m_delete_comments'] OR ( $video['author_id'] == $this->memberData['member_id'] AND $this->memberData['g_vs_delete_comments'] )">
<a href="{parse url="app=garage&amp;module=manage&amp;section=manage&amp;do=delete_comment&amp;comment_id={$r['comment_id']}" base="public"}"  onclick='javascript:return confirm("{$this->lang->words['delete_comment_confirm']}");'><img src='{$this->settings['img_url']}/garage_system/delete.png' alt='{$this->lang->words['delete_comment']}' title='{$this->lang->words['delete_comment']}' /></a>
</if>

changed status to: Confirmed

changed status to: Fixed
changed fixed-in version to: 2.2.2





0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users