当前位置: 首页>>代码示例>>PHP>>正文


PHP CitruscartSelect::btbooleanlist方法代码示例

本文整理汇总了PHP中CitruscartSelect::btbooleanlist方法的典型用法代码示例。如果您正苦于以下问题:PHP CitruscartSelect::btbooleanlist方法的具体用法?PHP CitruscartSelect::btbooleanlist怎么用?PHP CitruscartSelect::btbooleanlist使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在CitruscartSelect的用法示例。


在下文中一共展示了CitruscartSelect::btbooleanlist方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1:

            <td><?php 
echo CitruscartSelect::btbooleanlist('use_captcha', 'class="inputbox"', $this->row->get('use_captcha', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_REVIEW_HELPFULNESS_VOTING');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('review_helpfulness_enable', 'class="inputbox"', $this->row->get('review_helpfulness_enable', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_SHARE_THIS_LINK');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('share_review_enable', 'class="inputbox"', $this->row->get('share_review_enable', '1'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:30,代码来源:products_reviews.php

示例2:

                    	<?php 
}
?>
                        <input type="text" name="exchange_rate" id="exchange_rate" size="10" maxlength="250" value="<?php 
echo $row->exchange_rate;
?>
" />
                    </td>
                </tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="currency_enabled">
						<?php 
echo JText::_('COM_CITRUSCART_ENABLED');
?>
:
						</label>
					</td>
					<td>
						<?php 
echo CitruscartSelect::btbooleanlist('currency_enabled', '', $row->currency_enabled);
?>
					</td>
				</tr>
			</table>
			<input type="hidden" name="id" value="<?php 
echo $row->currency_id;
?>
" />
			<input type="hidden" name="task" value="" />
</form>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form.php

示例3:

:</td>
            <td><input name="ordering" id="ordering" value="<?php 
echo $row->ordering;
?>
" size="10" maxlength="250" type="text" />
            </td>
        </tr>
        <tr>
            <td width="100" align="right" class="key"><label for="currency_enabled"> <?php 
echo JText::_('COM_CITRUSCART_ENABLED');
?>
:
            </label>
            </td>
            <td><?php 
echo CitruscartSelect::btbooleanlist('enabled', '', $row->enabled);
?>
            </td>
        </tr>
    </table>
    <legend>
        <?php 
echo JText::_('COM_CITRUSCART_PARAMETERS');
?>
    </legend>
    <?php 
$path = JPATH_SITE . '/plugins/' . $row->folder . '/' . $row->element . '/jform/' . $row->element . '.xml';
//echo $path;
if (file_exists($path)) {
    $form = JForm::getInstance($row->element, $path);
    $language = JFactory::getLanguage();
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form16.php

示例4:

echo CitruscartSelect::btbooleanlist('display_name_category', '', $row->display_name_category);
?>
    					</td>
    				</tr>
    				<tr>
    					<td style="width: 100px; text-align: right;" class="key">
    						<label for="enabled">
    						<?php 
echo JText::_('COM_CITRUSCART_CATEGORY_NAME_IN_SUBCATEGORIES_LISTING');
?>
:
    						</label>
    					</td>
    					<td>
    						<?php 
echo CitruscartSelect::btbooleanlist('display_name_subcategory', '', $row->display_name_subcategory);
?>
    					</td>
    				</tr>
    				<tr>
    					<td style="width: 100px; text-align: right;" class="key">
    						<label for="category_full_image">
    						<?php 
echo JText::_('COM_CITRUSCART_CURRENT_IMAGE');
?>
:
    						</label>
    					</td>
    					<td>
    						<?php 
jimport('joomla.filesystem.file');
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form.php

示例5: defined

# Websites: http://citruscart.com
# Technical Support:  Forum - http://citruscart.com/forum/index.html
-------------------------------------------------------------------------*/
defined('_JEXEC') or die('Restricted access');
$row = $this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_ENABLE_SHOPPING');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('shop_enabled', '', $this->row->get('shop_enabled', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_SHOP_NAME');
?>
            </th>
            <td><input type="text" name="shop_name" value="<?php 
echo $this->row->get('shop_name', '');
?>
" size="25" />
            </td>
            <td><?php 
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:default_shop.php

示例6:

?>
                        <?php 
echo CitruscartSelect::coupongroup($row['coupon_group'], 'coupon_group', $attribs);
?>
                    </td>
                </tr>
                <tr>
                    <td style="width: 125px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_TYPE');
?>
:
                    </td>
                    <td>
                        <?php 
echo CitruscartSelect::btbooleanlist('coupon_automatic', '', $row['coupon_automatic'], 'Automatic', 'COM_CITRUSCART_USER_SUBMITTED');
?>
                    </td>
                </tr>
                <tr>
                    <td style="width: 125px; text-align: right;" class="key">
                        <?php 
echo JText::_('COM_CITRUSCART_DESCRIPTION');
?>
:
                    </td>
                    <td>
                        <textarea name="coupon_description" rows="10" cols="55"><?php 
echo $row['coupon_description'];
?>
</textarea>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form.php

示例7: defined

# Technical Support:  Forum - http://citruscart.com/forum/index.html
-------------------------------------------------------------------------*/
/** ensure this file is being included by a parent file */
defined('_JEXEC') or die('Restricted access');
$row = $this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DISPLAY_DEFAULT_CATEGORY_IMAGE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('use_default_category_image', '', $this->row->get('use_default_category_image', '1'));
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_PRODUCT_IMAGE_HEIGHT');
?>
            </th>
            <td><input type="text" name="product_img_height" value="<?php 
echo $this->row->get('product_img_height', '');
?>
" />
            </td>
        </tr>
        <tr>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:displaysettings_images.php

示例8:

            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('page_tooltip_config_disabled', 'class="inputbox"', $this->row->get('page_tooltip_config_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_HIDE_TOOLS_NOTE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('page_tooltip_tools_disabled', 'class="inputbox"', $this->row->get('page_tooltip_tools_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_HIDE_USER_DASHBOARD_NOTE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('page_tooltip_users_view_disabled', 'class="inputbox"', $this->row->get('page_tooltip_users_view_disabled', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:admin_tooltips.php

示例9: CitruscartHelperUser

        <legend>
            <?php 
echo JText::_('COM_CITRUSCART_CORE_JOOMLA_USER_INTEGRATION');
?>
        </legend>
        <table class="table table-striped table-bordered" style="width: 100%;">
            <tr>
                <td title="<?php 
echo JText::_('COM_CITRUSCART_CHANGE_JOOMLA_ACL') . '::' . JText::_('COM_CITRUSCART_CHANGE_JOOMLA_ACL_TIP');
?>
" style="width: 125px; text-align: right;" class="key hasTip"><?php 
echo JText::_('COM_CITRUSCART_CHANGE_JOOMLA_ACL');
?>
:</td>
                <td><?php 
echo CitruscartSelect::btbooleanlist('core_user_change_gid', 'class="inputbox"', $row->product_parameters->get('core_user_change_gid'));
?>
                </td>
            </tr>
            <tr>
                <td title="<?php 
echo JText::_('COM_CITRUSCART_NEW_JOOMLA_ACL') . '::' . JText::_('COM_CITRUSCART_NEW_JOOMLA_ACL_TIP');
?>
" style="width: 125px; text-align: right;" class="key hasTip"><?php 
echo JText::_('COM_CITRUSCART_NEW_JOOMLA_ACL');
?>
:</td>
                <td><?php 
Citruscart::load('CitruscartHelperUser', 'helpers.user');
$helper = new CitruscartHelperUser();
echo $helper->getACLSelectList($row->product_parameters->get('core_user_new_gid'));
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form_integrations.php

示例10:

?>
" />
					</td>
				</tr>
                <tr>
                    <td style="width: 100px; text-align: right;" class="key">
                        <label for="enabled">
                        <?php 
echo JText::_('COM_CITRUSCART_ENABLED');
?>
:
                        </label>
                    </td>
                    <td>
                        <?php 
echo CitruscartSelect::btbooleanlist('country_enabled', '', $row->country_enabled);
?>
                    </td>
                </tr>
				<tr>
					<td width="100" align="right" class="key">
						<label for="country_isocode_2">
						<?php 
echo JText::_('COM_CITRUSCART_ISO_CODE_2');
?>
:
						</label>
					</td>
					<td>
						<input type="text" name="country_isocode_2" id="country_isocode_2" size="10" maxlength="250" value="<?php 
echo $row->country_isocode_2;
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form.php

示例11:

:
                </th>
                <td class="dsc-value">
                    <input name="product_class_suffix" id="product_class_suffix" value="<?php 
echo $row->product_class_suffix;
?>
" type="text" class="input-xlarge" />
                </td>
            </tr>
            <tr>
                <td style="vertical-align: top; width: 100px; text-align: right;" class="dsc-key"><?php 
echo JText::_('COM_CITRUSCART_FEATURE_COMPARISON');
?>
:</td>
                <td><?php 
echo CitruscartSelect::btbooleanlist('param_show_product_compare', 'class="inputbox"', $row->product_parameters->get('show_product_compare', '1'));
?>
                </td>
            </tr>
        </table>
</div>
    </div>

<!--
<div style="float: right; width: 50%;">
    <div class="well options">
        <legend>
            <?php 
echo JText::_('COM_CITRUSCART_POST_PURCHASE_ARTICLE');
?>
        </legend>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:form_display.php

示例12:

            <td><?php 
echo JText::_('COM_CITRUSCART_HEIGHT_OF_UI_LIGHTBOXES_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_CONFIG_PROCESS_CONTENT_PLUGIN_PRODUCT_DESC');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('content_plugins_product_desc', 'class="inputbox"', $this->row->get('content_plugins_product_desc', '0'));
?>
            </td>
            <td></td>
        </tr>
         <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_SHOW_CITRUSCART_LINK_IN_FOOTER');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('show_linkback', 'class="inputbox"', $this->row->get('show_linkback', '1'));
?>
            </td>
            <td></td>
        </tr>

    </tbody>
</table>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:30,代码来源:displaysettings_advanced.php

示例13:

echo $this->row->get('eav_textarea_height', '200');
?>
" />
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_EAV_CONTENT_PLUGIN_TEXTAREA');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('eavtext_content_plugin', 'class="inputbox"', $this->row->get('eavtext_content_plugin', '1'));
?>
            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_EAV_INTEGER_THOUSANDS_SEPARATOR');
?>
            </th>
            <td style="width: 150px;"><?php 
echo CitruscartSelect::btbooleanlist('eavinteger_use_thousand_separator', 'class="inputbox"', $this->row->get('eavinteger_use_thousand_separator', '0'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:30,代码来源:advanced_eav.php

示例14:

            </td>
            <td></td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_TAX_GEOZONE');
?>
            </th>
            <td><?php 
echo CitruscartSelect::geozone($this->row->get('default_tax_geozone'), 'default_tax_geozone', 1);
?>
            </td>
            <td><?php 
echo JText::_('COM_CITRUSCART_DEFAULT_TAX_GEOZONE_DESC');
?>
            </td>
        </tr>
        <tr>
            <th style="width: 25%;"><?php 
echo JText::_('COM_CITRUSCART_SHOW_SHIPPING_TAX_ON_ORDER_INVOICES_AND_CHECKOUT');
?>
            </th>
            <td><?php 
echo CitruscartSelect::btbooleanlist('display_shipping_tax', 'class="inputbox"', $this->row->get('display_shipping_tax', '1'));
?>
            </td>
            <td></td>
        </tr>
    </tbody>
</table>
开发者ID:joomlacorner,项目名称:citruscart,代码行数:30,代码来源:orders_taxes.php

示例15: defined

/** ensure this file is being included by a parent file */
defined('_JEXEC') or die('Restricted access');
$row = $this->row;
?>

<table class="table table-striped table-bordered">
    <tbody>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_CITRUSCART_DISABLE_CHANGING_LIST_LIMIT');
?>
            </th>
            <td class="dsc-value">
                <?php 
echo CitruscartSelect::btbooleanlist('disable_changing_list_limit', 'class="inputbox"', $this->row->get('disable_changing_list_limit', '0'));
?>
            </td>
            <td>

            </td>
        </tr>
        <tr>
            <th class="dsc-key">
                <?php 
echo JText::_('COM_CITRUSCART_DEFAULT_LIST_LIMIT');
?>
            </th>
            <td>
                <input type="text" name="default_list_limit" value="<?php 
echo $this->row->get('default_list_limit', JFactory::getApplication()->getCfg('list_limit'));
开发者ID:joomlacorner,项目名称:citruscart,代码行数:31,代码来源:displaysettings_lists.php


注:本文中的CitruscartSelect::btbooleanlist方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。