Page MenuHomeIn-Portal Phabricator

action_box.elm.tpl
No OneTemporary

File Metadata

Created
Fri, Feb 7, 7:34 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_RenderElement name="box_element" template="platform/categories/suggest_category" title="lu_SuggestCategory" prefix="bb"/>
<inp2:m_RenderElement name="box_element" template="in-bulletin/topics/new_topic" title="lu_NewTopic" prefix="bb"/>
<inp2:m_if check="m_Param" name="item_actions">
<tr>
<td>-</td>
<td>
<inp2:m_if check="bb_IsFavorite">
<a href="<inp2:bb_FavoriteToggleLink/>">
<inp2:m_phrase name="lu_btn_RemoveFromFavorites"/>
</a>
<inp2:m_else/>
<a href="<inp2:bb_FavoriteToggleLink template="platform/my_account/my_favorites"/>">
<inp2:m_phrase name="lu_btn_AddToFavorites"/>
</a>
</inp2:m_if>
</td>
</tr>
</inp2:m_if>
<inp2:m_if check="m_LoggedIn">
<tr>
<td>
<img src="<inp2:m_TemplatesBase module='In-Portal'/>img/menu-li-2-level.gif" alt="" width="4" height="4" border="0" /><br />
</td>
<td>
<inp2:m_if check="m_Param" name="item_actions">
<a href="<inp2:bb_TopicLink events[bb]='OnToogleTopicPostsSubscribe'/>">
<inp2:m_if check="bb_SubscribedToTopicPosts">
<inp2:m_Phrase name="lu_btn_DontNotifyAboutNewPostsInTopic"/>
<inp2:m_else/>
<inp2:m_Phrase name="lu_btn_NotifyAboutNewPostsInTopic"/>
</inp2:m_if>
</a>
<inp2:m_else/>
<a href="<inp2:m_Link events[bb]='OnToogleCategoryTopicsSubscribe'/>">
<inp2:m_if check="bb_SubscribedToCategoryTopics">
<inp2:m_Phrase name="lu_btn_DontNotifyAboutNewTopicsInCategory"/>
<inp2:m_else/>
<inp2:m_Phrase name="lu_btn_NotifyAboutNewTopicsInCategory"/>
</inp2:m_if>
</a>
</inp2:m_if>
</td>
</tr>
</inp2:m_if>
</table>

Event Timeline