Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-gift-message
view
adminhtml
templates
giftoptionsform.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
9
?>
10
11
<?php
if
(
$block
->canDisplayGiftmessageForm()): ?>
12
<div
id
=
"gift_options_giftmessage"
class
=
"giftcard-form giftcard-send-form fieldset admin__fieldset"
>
13
<div
class
=
"field admin__field"
>
14
<label
class
=
"admin__field-label"
for
=
"current_item_giftmessage_sender"
><?=
/* @escapeNotVerified */
__
(
'From'
) ?></label>
15
<div
class
=
"control admin__field-control"
>
16
<input type=
"text"
class
=
"input-text admin__control-text"
17
name
=
"current_item_giftmessage_sender"
18
id
=
"current_item_giftmessage_sender"
/>
19
</div>
20
</div>
21
<div
class
=
"field admin__field"
>
22
<label
class
=
"admin__field-label"
for
=
"current_item_giftmessage_recipient"
><?=
/* @escapeNotVerified */
__
(
'To'
) ?></label>
23
<div
class
=
"control admin__field-control"
>
24
<input type=
"text"
25
class
=
"input-text admin__control-text"
26
name
=
"current_item_giftmessage_recipient"
27
id
=
"current_item_giftmessage_recipient"
/>
28
</div>
29
</div>
30
<div
class
=
"field admin__field"
>
31
<label
class
=
"admin__field-label"
for
=
"current_item_giftmessage_message"
><?=
/* @escapeNotVerified */
__
(
'Message'
) ?></label>
32
<div
class
=
"control admin__field-control"
>
33
<textarea
class
=
"textarea admin__control-textarea"
34
cols=
"15"
35
rows=
"2"
36
name
=
"current_item_giftmessage_message"
37
id
=
"current_item_giftmessage_message"
></textarea>
38
</div>
39
</div>
40
</div>
41
<?php
endif
; ?>
endif
if( $block->canDisplayGiftmessageForm())( 'From') ?></label >< div class endif
Definition:
giftoptionsform.phtml:31
__
__()
Definition:
__.php:13
$block
$block
Definition:
block.php:8
name