Page MenuHomeIn-Portal Phabricator

action_box.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:27 PM

action_box.elm.tpl

<inp2:m_Capture to_var="header">
<inp2:m_phrase name="lu_title_ActionBox"/>
</inp2:m_Capture>
<table width="100%" style="border-width: 0px;">
<inp2:m_if check="m_Param" name="item_actions">
<tr>
<td>-</td>
<td>
<inp2:m_if check="p_IsFavorite">
<a href="<inp2:p_FavoriteToggleLink/>">
<inp2:m_phrase name="lu_btn_RemoveFromWishList"/>
</a>
<inp2:m_else/>
<a href="<inp2:p_FavoriteToggleLink template="platform/my_account/my_favorites"/>">
<inp2:m_phrase name="lu_btn_AddToWishList"/>
</a>
</inp2:m_if>
</td>
</tr>
<tr>
<td>-</td>
<td>
<a href="<inp2:p_ProductLink template="in-commerce/products/add_review"/>"><inp2:m_phrase name="lu_btn_ReviewThisProduct"/></a>
</td>
</tr>
</inp2:m_if>
</table>

Event Timeline