Files
drmaterac.pl/modules/xmlfeeds/views/templates/admin/element/orderBlockSettings.tpl
2025-01-06 20:47:25 +01:00

21 lines
1.5 KiB
Smarty

{*
* 2010-2023 Bl Modules.
*
* If you wish to customize this module for your needs,
* please contact the authors first for more information.
*
* It's not allowed selling, reselling or other ways to share
* this file or any other module files without author permission.
*
* @author Bl Modules
* @copyright 2010-2023 Bl Modules
* @license
*}
<div style="float: left; width: 190px; font-weight: bold;">{l s='Orders branch name:' mod='xmlfeeds'}</div><div style="float: left;"><input type="text" name="orders-branch-name" value="{$branchNamesKey['orders-branch-name']|escape:'htmlall':'UTF-8'}" size="30"/></div>
<div class="cb"></div>
<div style="float: left; width: 190px; font-weight: bold;">{l s='Order branch name:' mod='xmlfeeds'}</div><div style="float: left;"><input type="text" name="order-branch-name" value="{$branchNamesKey['order-branch-name']|escape:'htmlall':'UTF-8'}" size="30"/></div>
<div class="cb"></div>
<div style="float: left; width: 190px; font-weight: bold;">{l s='Products branch name:' mod='xmlfeeds'}</div><div style="float: left;"><input type="text" name="products-branch-name" value="{$branchNamesKey['products-branch-name']|escape:'htmlall':'UTF-8'}" size="30"/></div>
<div class="cb"></div>
<div style="float: left; width: 190px; font-weight: bold;">{l s='Product branch name:' mod='xmlfeeds'}</div><div style="float: left;"><input type="text" name="product-branch-name" value="{$branchNamesKey['product-branch-name']|escape:'htmlall':'UTF-8'}" size="30"/></div>
<br/><br/>