Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1375747
in-commerce
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 1, 12:36 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Tue, Feb 3, 12:36 PM (5 h, 40 m)
Engine
blob
Format
Raw Data
Handle
884464
Attached To
rMINC Modules.In-Commerce
in-commerce
View Options
Index: branches/5.2.x/admin_templates/payments/payments_list.tpl
===================================================================
--- branches/5.2.x/admin_templates/payments/payments_list.tpl (revision 16865)
+++ branches/5.2.x/admin_templates/payments/payments_list.tpl (revision 16866)
@@ -1,48 +1,48 @@
<inp2:m_include t="incs/header"/>
-<inp2:m_RenderElement name="combined_header" prefix="apayments.log" section="in-commerce:paymentlog" title_preset="payments_log"/>
+<inp2:m_RenderElement name="combined_header" prefix="apayments.log" section="in-commerce:paymentlog" title_preset="payments_log" grid="Log"/>
<!-- ToolBar -->
<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td>
<script type="text/javascript">
a_toolbar = new ToolBar();
a_toolbar.AddButton( new ToolBarButton('refresh', '<inp2:m_phrase label="la_ToolTip_Refresh" escape="1"/>', function() {
window.location.href = window.location.href;
}
) );
a_toolbar.AddButton( new ToolBarSeparator('sep2') );
a_toolbar.AddButton( new ToolBarButton('view', '<inp2:m_phrase label="la_ToolTip_View" escape="1"/>', function() {
show_viewmenu(a_toolbar,'view');
}
) );
a_toolbar.Render();
function edit()
{
// required for correct row selection
}
</script>
</td>
<inp2:m_RenderElement name="search_main_toolbar" prefix="apayments.log" grid="Log"/>
</tr>
</tbody>
</table>
<inp2:m_DefineElement name="grid_userlink_td" format="">
<a href="<inp2:UserLink edit_template='users/users_edit'/>" onclick="return direct_edit('<inp2:m_Param name="PrefixSpecial"/>', this.href);" title="<inp2:m_phrase name="la_Edit_User"/>"><inp2:Field field="$field" grid="$grid" format="$format"/></a>
</inp2:m_DefineElement>
<inp2:m_DefineElement name="grid_currency_td" format="">
<inp2:Field field="$field" grid="$grid" format="$format" currency="selected" />
</inp2:m_DefineElement>
<inp2:m_RenderElement name="grid" PrefixSpecial="apayments.log" IdField="AffiliatePaymentId" grid="Log" main_special=""/>
<inp2:m_include t="incs/footer"/>
Event Timeline
Log In to Comment