Skip to content

Commit b1a879c

Browse files
authored
Fixed some phtml docblock in folder adminhtml/default/default (#3588)
1 parent f9ba61c commit b1a879c

File tree

11 files changed

+11
-14
lines changed

11 files changed

+11
-14
lines changed

app/design/adminhtml/default/default/template/catalog/product/composite/configure.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16+
<?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Configure $this */ ?>
1617
<div id="popup-window-mask" style="display:none;"></div>
1718
<div id="product_composite_configure" class="product-configure-popup" style="display:none;">
1819
<iframe name="product_composite_configure_iframe" id="product_composite_configure_iframe" src="" style="width:0; height:0; border:0px solid #fff; position:absolute; top:-1000px; left:-1000px" onload="window.productConfigure && productConfigure.onLoadIFrame()"></iframe>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/configurable.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
17-
<?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Configurable */ ?>
16+
<?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Configurable $this */ ?>
1817
<?php $_product = $this->getProduct(); ?>
1918
<?php $_attributes = Mage::helper('core')->decorateArray($this->getAllowAttributes()); ?>
2019
<?php $_skipSaleableCheck = Mage::helper('catalog/product')->getSkipSaleableCheck(); ?>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/grouped.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
17-
<?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Grouped */ ?>
16+
<?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Grouped $this */ ?>
1817
<?php $_skipSaleableCheck = Mage::helper('catalog/product')->getSkipSaleableCheck(); ?>
1918
<div id="catalog_product_composite_configure_fields_grouped" class="grid <?php echo $this->getIsLastFieldset() ? 'last-fieldset' : '' ?>">
2019
<h4><?php echo Mage::helper('catalog')->__('Associated Products') ?></h4>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
17-
<?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Options */ ?>
16+
<?php /** @var Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Options $this */ ?>
1817
<?php $options = Mage::helper('core')->decorateArray($this->getOptions()); ?>
1918
<?php if (count($options)): ?>
2019

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/js.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
16+
<?php /** @var Mage_Core_Block_Template $this */ ?>
1717
<script type="text/javascript">
1818
//<![CDATA[
1919
validateOptionsCallback = function (elmId, result){

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/date.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
<?php /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Date */ ?>
16+
<?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Date $this */ ?>
1717
<?php $_option = $this->getOption(); ?>
1818
<?php $_optionId = $_option->getId(); ?>
1919
<dt class="label"><label<?php if ($_option->getIsRequire()) echo ' class="required"' ?>><?php if ($_option->getIsRequire()) echo '<em>*</em>' ?><?php echo $this->escapeHtml($_option->getTitle()) ?></label>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/default.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
<?php /* @var $this Mage_Adminhtml_Block_Catalog_Product_Composite_Fieldset_Options */ ?>
16+
<?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Default $this */ ?>
1717
<?php $option = $this->getOption(); ?>
1818
<dt>
1919
<label><?php echo $this->escapeHtml($option->getTitle()) ?></label>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/file.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16+
<?php /** @var Mage_Catalog_Block_Product_View_Options_Type_File $this */ ?>
1617
<?php $_option = $this->getOption(); ?>
1718
<?php $_fileInfo = $this->getFileInfo(); ?>
1819
<?php $_fileExists = $_fileInfo->hasData() ? true : false; ?>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/select.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
<?php /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Select */ ?>
16+
<?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Select $this */ ?>
1717
<?php $_option = $this->getOption(); ?>
1818
<dt><label<?php if ($_option->getIsRequire()) echo ' class="required"' ?>><?php if ($_option->getIsRequire()) echo '<em>*</em>' ?><?php echo $this->escapeHtml($_option->getTitle()) ?></label></dt>
1919
<dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>

app/design/adminhtml/default/default/template/catalog/product/composite/fieldset/options/type/text.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @license https://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
1414
*/
1515
?>
16-
<?php /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Text */ ?>
16+
<?php /** @var Mage_Catalog_Block_Product_View_Options_Type_Text $this */ ?>
1717
<?php $_option = $this->getOption(); ?>
1818
<dt><label<?php if ($_option->getIsRequire()) echo ' class="required"' ?>><?php if ($_option->getIsRequire()) echo '<em>*</em>' ?><?php echo $this->escapeHtml($_option->getTitle()) ?></label>
1919
<?php echo $this->getFormatedPrice() ?></dt>

0 commit comments

Comments
 (0)