Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1376341
coupon_clone_selector.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
Sun, Feb 1, 6:06 PM
Size
2 KB
Mime Type
text/html
Expires
Tue, Feb 3, 6:06 PM (2 h, 35 m)
Engine
blob
Format
Raw Data
Handle
884705
Attached To
rMINC Modules.In-Commerce
coupon_clone_selector.tpl
View Options
<
inp2:m_include
t
=
"incs/header"
nobody
=
"yes"
/>
<
body
topmargin
=
"0"
leftmargin
=
"8"
marginheight
=
"0"
marginwidth
=
"8"
bgcolor
=
"#FFFFFF"
>
<
inp2:m_RenderElement
name
=
"blue_bar"
prefix
=
"coup"
title_preset
=
"coupons_clone"
module
=
"in-commerce"
/>
<!-- 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
()
{
submit_event
(
'coup'
,
'OnApplyClone'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel" escape="1"/>'
,
function
()
{
window
.
close
();
}
)
);
a_toolbar
.
Render
();
</
script
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
table
width
=
"100%"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"4"
class
=
"tableborder"
>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
td
>
<
label
for
=
"clone_items_count"
><
inp2:m_phrase
label
=
"la_EnterNumberOfCopies"
/>
:
</
label
>
</
td
>
<
td
>
<
input
name
=
"clone_items_count"
id
=
"clone_items_count"
value
=
"<inp2:coup_LastCloneCount />"
size
=
"5"
>
</
td
>
<
td
>
</
td
>
</
tr
>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color1"
/>
">
<
td
>
<
inp2:m_Phrase
label
=
"la_Expiration"
/>
</
td
>
<
td
>
<
input
type
=
"text"
name
=
"clone_exp_date"
id
=
"clone_exp_date"
value
=
"<inp2:coup_DefaultExpDate />"
datepickerIcon
=
"<inp2:m_ProjectBase/>admin/images/ddarrow.gif"
size
=
"9"
>
<
span
class
=
"small"
>
(mm.dd.yy)
</
span
>
<
script
type
=
"text/javascript"
>
initCalendar
(
"clone_exp_date"
,
"m.d.y"
);
</
script
>
<
input
type
=
"text"
name
=
"clone_exp_time"
id
=
"clone_exp_time"
value
=
"<inp2:coup_DefaultExpTime />"
size
=
"9"
><
span
class
=
"small"
>
(h:mm:ss AM)
</
span
>
<
br
>
</
td
>
<
td
class
=
"error"
><
inp2:coup_Error
field
=
"Expiration"
/></
td
>
</
tr
>
</
table
>
<!-- <inp2:coup_HiddenSelection /> -->
<
inp2:m_include
t
=
"incs/footer"
/>
<
script
type
=
"text/javascript"
>
set_event
(
'coup'
,
''
);
</
script
>
Event Timeline
Log In to Comment