Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F925292
shipping_options.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, May 20, 5:11 AM
Size
2 KB
Mime Type
text/html
Expires
Thu, May 22, 5:11 AM (17 h, 38 m)
Engine
blob
Format
Raw Data
Handle
624755
Attached To
rMINC Modules.In-Commerce
shipping_options.tpl
View Options
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
prefix
=
"p"
section
=
"in-portal:browse"
title_preset
=
"shipping_options"
/>
<!-- 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
(
'select'
,
'<inp2:m_phrase label="la_ToolTip_Save" escape="1"/>'
,
function
()
{
document
.
getElementById
(
'<inp2:p_InputName field="ShippingLimitation"/>'
).
value
=
select_to_string
(
'selected_types'
);
submit_event
(
'p'
,
'OnPreSavePopup'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Close" escape="1"/>'
,
function
()
{
window_close
();
}
)
);
a_toolbar
.
Render
();
</
script
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
inp2:p_SaveWarning
name
=
"grid_save_warning"
/>
<
inp2:p_ErrorWarning
name
=
"form_error_warning"
/>
<
div
id
=
"scroll_container"
>
<
table
class
=
"edit-form"
>
<
inp2:m_RenderElement
name
=
"subsection"
title
=
"la_Text_Properties"
/>
<
inp2:m_RenderElement
name
=
"inp_edit_hidden"
prefix
=
"p"
field
=
"ShippingLimitation"
/>
<
inp2:m_RenderElement
name
=
"inp_edit_radio"
prefix
=
"p"
field
=
"ShippingMode"
title
=
"la_fld_ShippingMode"
/>
<
tr
class
=
"<inp2:m_odd_even odd='edit-form-odd' even='edit-form-even'/>"
>
<
inp2:m_inc
param
=
"tab_index"
by
=
"1"
/>
<
td
class
=
"label-cell"
>
<
inp2:m_phrase
label
=
"la_fld_ShippingTypes"
/>
:
</
td
>
<
td
class
=
"control-mid"
>
</
td
>
<
td
class
=
"control-cell"
>
<
table
>
<
tr
>
<
td
>
<
inp2:m_DefineElement
name
=
"shipping_type"
>
<
option
value
=
"<inp2:m_param name="
_Id
"
/>
">
<
inp2:m_param
name
=
"_Name"
/></
option
>
</
inp2:m_DefineElement
>
<
inp2:m_phrase
label
=
"la_fld_AllowedShippingTypes"
/><
br
/>
<
select
id
=
"selected_types"
multiple
=
"multiple"
size
=
"20"
style
=
"width: 200px"
>
<
inp2:p_ListShippingTypes
mode
=
"selected"
render_as
=
"shipping_type"
/>
</
select
>
</
td
>
<
td
align
=
"center"
>
<
input
type
=
"button"
value
=
" «« "
onclick
=
"move_selected('available_types', 'selected_types'); select_sort('selected_types')"
class
=
"button"
><
br
>
<
img
src
=
"img/s.gif"
width
=
"1"
height
=
"4"
alt
=
""
><
br
>
<
input
type
=
"button"
value
=
" »» "
onclick
=
"move_selected('selected_types', 'available_types'); select_sort('available_types');"
class
=
"button"
>
</
td
>
<
td
>
<
inp2:m_phrase
label
=
"la_fld_AvailableShippingTypes"
/><
br
/>
<
select
id
=
"available_types"
multiple
=
"multiple"
size
=
"20"
style
=
"width: 200px"
>
<
inp2:p_ListShippingTypes
mode
=
"available"
render_as
=
"shipping_type"
/>
</
select
>
</
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
inp2:m_RenderElement
name
=
"inp_edit_filler"
/>
</
table
>
</
div
>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment