Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1172834
shipping_custom_list.tpl
No One
Temporary
Actions
Download 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
Tue, Sep 30, 12:52 AM
Size
2 KB
Mime Type
text/html
Expires
Thu, Oct 2, 12:52 AM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
760110
Attached To
rMINC Modules.In-Commerce
shipping_custom_list.tpl
View Options
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
prefix
=
"s"
section
=
"in-commerce:shipping"
pagination
=
"1"
title_preset
=
"shipping_list"
tabs
=
"in-commerce/shipping/shipping_tabs"
/>
<!-- 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
(
'new_item'
,
'<inp2:m_phrase label="la_ToolTip_New_Shipping" escape="1"/>::<inp2:m_phrase label="la_ToolTip_Add" escape="1"/>'
,
function
()
{
std_precreate_item
(
's'
,
'in-commerce/shipping/shipping_edit'
)
}
)
);
function
edit
()
{
std_edit_item
(
's'
,
'in-commerce/shipping/shipping_edit'
);
}
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'edit'
,
'<inp2:m_phrase label="la_ToolTip_Edit" escape="1"/>'
,
edit
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'delete'
,
'<inp2:m_phrase label="la_ToolTip_Delete" escape="1"/>'
,
function
()
{
std_delete_items
(
's'
)
}
)
);
function
clone_items
()
{
submit_event
(
's'
,
'OnMassClone'
);
}
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'clone'
,
'<inp2:m_phrase label="la_ToolTip_Clone" escape="1"/>'
,
clone_items
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep1'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'approve'
,
'<inp2:m_phrase label="la_ToolTip_Approve" escape="1"/>'
,
function
()
{
submit_event
(
's'
,
'OnMassApprove'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'decline'
,
'<inp2:m_phrase label="la_ToolTip_Decline" escape="1"/>'
,
function
()
{
submit_event
(
's'
,
'OnMassDecline'
);
}
)
);
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
();
</
script
>
</
td
>
<
inp2:m_RenderElement
name
=
"search_main_toolbar"
prefix
=
"s"
grid
=
"Default"
/>
</
tr
>
</
tbody
>
</
table
>
<
inp2:m_RenderElement
name
=
"grid"
PrefixSpecial
=
"s"
IdField
=
"ShippingID"
grid
=
"Default"
/>
<
script
type
=
"text/javascript"
>
Grids
[
's'
].
SetDependantToolbarButtons
(
new
Array
(
'edit'
,
'delete'
,
'clone'
,
'approve'
,
'decline'
)
);
</
script
>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment