Skip to content

Commit 7613239

Browse files
committed
change line endings for easy patching
1 parent 1bed6e8 commit 7613239

59 files changed

Lines changed: 3554 additions & 3553 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.tpl text eol=lf
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[{d3modcfgcheck modid="d3_ordermanager"}][{/d3modcfgcheck}]
2-
3-
[{if $mod_d3_ordermanager}]
4-
[{if $allitem->oxremark__oxtype->value == "d3om"}][{oxmultilang ident="D3_ORDERMANAGER_REMARK_NOTE"}][{else}][{$smarty.block.parent}][{/if}]
5-
[{else}]
6-
[{$smarty.block.parent}]
1+
[{d3modcfgcheck modid="d3_ordermanager"}][{/d3modcfgcheck}]
2+
3+
[{if $mod_d3_ordermanager}]
4+
[{if $allitem->oxremark__oxtype->value == "d3om"}][{oxmultilang ident="D3_ORDERMANAGER_REMARK_NOTE"}][{else}][{$smarty.block.parent}][{/if}]
5+
[{else}]
6+
[{$smarty.block.parent}]
77
[{/if}]
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
[{block name="ordermanager_admin_action_changedelcost"}]
2-
<dl class="[{$blActionRestriction}]">
3-
<dt>
4-
<input type="hidden" name="value[blActionOrderChangeDeliveryCost_status]" value="0">
5-
<input id="ActionOrderChangeDelCosts" class="edittext ext_edittext" type="checkbox" name="value[blActionOrderChangeDeliveryCost_status]" value='1' [{if $edit->getValue('blActionOrderChangeDeliveryCost_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6-
<label for="ActionOrderChangeDelCosts">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDELCOSTS"}]</label>
7-
</dt>
8-
<dd>
9-
[{if $oView->isEditMode()}]
10-
[{block name="ordermanager_admin_action_changedelcost_editor"}]
11-
<input id="ActionOrderChangeDelCostsValue" type="text" style="text-align: right;" name="value[sActionChangeDelCostValue]" size="10" maxlength="50" value="[{if $edit->getValue('sActionChangeDelCostValue')}][{$edit->getValue('sActionChangeDelCostValue')}][{else}]0.00[{/if}]" [{$blActionRestriction}] [{$readonly}]> <label for="ActionOrderChangeDelCostsValue">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]</label>
12-
[{/block}]
13-
[{else}]
14-
[{block name="ordermanager_admin_action_changedelcost_viewer"}]
15-
[{if $edit->getValue('sActionChangeDelCostValue')}][{$edit->getValue('sActionChangeDelCostValue')}][{else}]0.00[{/if}] [{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]
16-
[{/block}]
17-
[{/if}]
18-
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDELCOSTS_DESC"}]
19-
</dd>
20-
<div class="spacer"></div>
21-
</dl>
1+
[{block name="ordermanager_admin_action_changedelcost"}]
2+
<dl class="[{$blActionRestriction}]">
3+
<dt>
4+
<input type="hidden" name="value[blActionOrderChangeDeliveryCost_status]" value="0">
5+
<input id="ActionOrderChangeDelCosts" class="edittext ext_edittext" type="checkbox" name="value[blActionOrderChangeDeliveryCost_status]" value='1' [{if $edit->getValue('blActionOrderChangeDeliveryCost_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6+
<label for="ActionOrderChangeDelCosts">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDELCOSTS"}]</label>
7+
</dt>
8+
<dd>
9+
[{if $oView->isEditMode()}]
10+
[{block name="ordermanager_admin_action_changedelcost_editor"}]
11+
<input id="ActionOrderChangeDelCostsValue" type="text" style="text-align: right;" name="value[sActionChangeDelCostValue]" size="10" maxlength="50" value="[{if $edit->getValue('sActionChangeDelCostValue')}][{$edit->getValue('sActionChangeDelCostValue')}][{else}]0.00[{/if}]" [{$blActionRestriction}] [{$readonly}]> <label for="ActionOrderChangeDelCostsValue">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]</label>
12+
[{/block}]
13+
[{else}]
14+
[{block name="ordermanager_admin_action_changedelcost_viewer"}]
15+
[{if $edit->getValue('sActionChangeDelCostValue')}][{$edit->getValue('sActionChangeDelCostValue')}][{else}]0.00[{/if}] [{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]
16+
[{/block}]
17+
[{/if}]
18+
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDELCOSTS_DESC"}]
19+
</dd>
20+
<div class="spacer"></div>
21+
</dl>
2222
[{/block}]
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
[{block name="ordermanager_admin_action_changediscount"}]
2-
<dl class="[{$blActionRestriction}]">
3-
<dt>
4-
<input type="hidden" name="value[blActionOrderChangeDiscount_status]" value="0">
5-
<input id="ActionOrderChangeDiscount" class="edittext ext_edittext" type="checkbox" name="value[blActionOrderChangeDiscount_status]" value='1' [{if $edit->getValue('blActionOrderChangeDiscount_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6-
<label for="ActionOrderChangeDiscount">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDISCOUNT"}]</label>
7-
</dt>
8-
<dd>
9-
[{if $oView->isEditMode()}]
10-
[{block name="ordermanager_admin_action_changediscount_editor"}]
11-
<input id="ActionOrderChangeDiscountValue" type="text" style="text-align: right;" name="value[sActionChangeDiscountValue]" size="10" maxlength="50" value="[{if $edit->getValue('sActionChangeDiscountValue')}][{$edit->getValue('sActionChangeDiscountValue')}][{else}]0.00[{/if}]" [{$blActionRestriction}] [{$readonly}]> <label for="ActionOrderChangeDiscountValue">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]</label>
12-
[{/block}]
13-
[{else}]
14-
[{block name="ordermanager_admin_action_changediscount_viewer"}]
15-
[{if $edit->getValue('sActionChangeDiscountValue')}][{$edit->getValue('sActionChangeDiscountValue')}][{else}]0.00[{/if}] [{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]
16-
[{/block}]
17-
[{/if}]
18-
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDISCOUNT_DESC"}]
19-
</dd>
20-
<div class="spacer"></div>
21-
</dl>
1+
[{block name="ordermanager_admin_action_changediscount"}]
2+
<dl class="[{$blActionRestriction}]">
3+
<dt>
4+
<input type="hidden" name="value[blActionOrderChangeDiscount_status]" value="0">
5+
<input id="ActionOrderChangeDiscount" class="edittext ext_edittext" type="checkbox" name="value[blActionOrderChangeDiscount_status]" value='1' [{if $edit->getValue('blActionOrderChangeDiscount_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6+
<label for="ActionOrderChangeDiscount">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDISCOUNT"}]</label>
7+
</dt>
8+
<dd>
9+
[{if $oView->isEditMode()}]
10+
[{block name="ordermanager_admin_action_changediscount_editor"}]
11+
<input id="ActionOrderChangeDiscountValue" type="text" style="text-align: right;" name="value[sActionChangeDiscountValue]" size="10" maxlength="50" value="[{if $edit->getValue('sActionChangeDiscountValue')}][{$edit->getValue('sActionChangeDiscountValue')}][{else}]0.00[{/if}]" [{$blActionRestriction}] [{$readonly}]> <label for="ActionOrderChangeDiscountValue">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]</label>
12+
[{/block}]
13+
[{else}]
14+
[{block name="ordermanager_admin_action_changediscount_viewer"}]
15+
[{if $edit->getValue('sActionChangeDiscountValue')}][{$edit->getValue('sActionChangeDiscountValue')}][{else}]0.00[{/if}] [{oxmultilang ident="D3_ORDERMANAGER_ACTION_GENERALORDERCURR"}]
16+
[{/block}]
17+
[{/if}]
18+
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_ORDERCHANGEDISCOUNT_DESC"}]
19+
</dd>
20+
<div class="spacer"></div>
21+
</dl>
2222
[{/block}]
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
[{block name="ordermanager_admin_action_custaddtogroup"}]
2-
<dl class="[{$blActionRestriction}]">
3-
<dt>
4-
<input type="hidden" name="value[blActionCust2Group_status]" value="0">
5-
<input id="ActionCustAdd2Group" class="edittext ext_edittext" type="checkbox" name="value[blActionCust2Group_status]" value='1' [{if $edit->getValue('blActionCust2Group_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6-
<label for="ActionCustAdd2Group">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_CUSTOMERADD2GROUP"}]</label>
7-
</dt>
8-
<dd>
9-
[{if $oView->isEditMode()}]
10-
[{block name="ordermanager_admin_action_custaddtogroup_editor"}]
11-
<input type="hidden" name="value[sCustAddGroup]" value="">
12-
<label for="sCustAddGroup" style="position: absolute; left: -2000px">[{oxmultilang ident="sCustAddGroup"}]</label>
13-
<SELECT class="editinput" name="value[sCustAddGroup][]" id="sCustAddGroup" size="7" multiple [{$blActionRestriction}] [{$readonly}]>
14-
[{foreach from=$oView->getGroupsList() item="oGroup"}]
15-
<option value="[{$oGroup->getId()}]" [{if is_array($edit->getValue('sCustAddGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustAddGroup'))}]selected[{/if}]>[{$oGroup->getFieldData('oxtitle')}]</option>
16-
[{/foreach}]
17-
</SELECT><br>
18-
[{oxmultilang ident="D3_ORDERMANAGER_REQU_MULTIPLE"}]<br>
19-
[{if !$blActionRestriction}]
20-
<input type="button" href="#" onclick="selectAllListElems(document.getElementById('sCustAddGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_ALL"}]" [{$readonly}]> <input type="button" href="#" onclick="selectNoListElems(document.getElementById('sCustAddGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_NONE"}]" [{$readonly}]>
21-
[{/if}]
22-
[{/block}]
23-
[{else}]
24-
[{block name="ordermanager_admin_action_custaddtogroup_viewer"}]
25-
<ul>
26-
[{foreach from=$oView->getGroupsList() item="oGroup"}]
27-
[{if is_array($edit->getValue('sCustAddGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustAddGroup'))}]
28-
<li>
29-
[{$oGroup->getFieldData('oxtitle')}]
30-
</li>
31-
[{/if}]
32-
[{/foreach}]
33-
</ul>
34-
[{/block}]
35-
[{/if}]
36-
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_CUSTOMERADD2GROUP_DESC"}]
37-
</dd>
38-
<div class="spacer"></div>
39-
</dl>
1+
[{block name="ordermanager_admin_action_custaddtogroup"}]
2+
<dl class="[{$blActionRestriction}]">
3+
<dt>
4+
<input type="hidden" name="value[blActionCust2Group_status]" value="0">
5+
<input id="ActionCustAdd2Group" class="edittext ext_edittext" type="checkbox" name="value[blActionCust2Group_status]" value='1' [{if $edit->getValue('blActionCust2Group_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6+
<label for="ActionCustAdd2Group">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_CUSTOMERADD2GROUP"}]</label>
7+
</dt>
8+
<dd>
9+
[{if $oView->isEditMode()}]
10+
[{block name="ordermanager_admin_action_custaddtogroup_editor"}]
11+
<input type="hidden" name="value[sCustAddGroup]" value="">
12+
<label for="sCustAddGroup" style="position: absolute; left: -2000px">[{oxmultilang ident="sCustAddGroup"}]</label>
13+
<SELECT class="editinput" name="value[sCustAddGroup][]" id="sCustAddGroup" size="7" multiple [{$blActionRestriction}] [{$readonly}]>
14+
[{foreach from=$oView->getGroupsList() item="oGroup"}]
15+
<option value="[{$oGroup->getId()}]" [{if is_array($edit->getValue('sCustAddGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustAddGroup'))}]selected[{/if}]>[{$oGroup->getFieldData('oxtitle')}]</option>
16+
[{/foreach}]
17+
</SELECT><br>
18+
[{oxmultilang ident="D3_ORDERMANAGER_REQU_MULTIPLE"}]<br>
19+
[{if !$blActionRestriction}]
20+
<input type="button" href="#" onclick="selectAllListElems(document.getElementById('sCustAddGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_ALL"}]" [{$readonly}]> <input type="button" href="#" onclick="selectNoListElems(document.getElementById('sCustAddGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_NONE"}]" [{$readonly}]>
21+
[{/if}]
22+
[{/block}]
23+
[{else}]
24+
[{block name="ordermanager_admin_action_custaddtogroup_viewer"}]
25+
<ul>
26+
[{foreach from=$oView->getGroupsList() item="oGroup"}]
27+
[{if is_array($edit->getValue('sCustAddGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustAddGroup'))}]
28+
<li>
29+
[{$oGroup->getFieldData('oxtitle')}]
30+
</li>
31+
[{/if}]
32+
[{/foreach}]
33+
</ul>
34+
[{/block}]
35+
[{/if}]
36+
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_CUSTOMERADD2GROUP_DESC"}]
37+
</dd>
38+
<div class="spacer"></div>
39+
</dl>
4040
[{/block}]
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
[{block name="ordermanager_admin_action_custdelfromgroup"}]
2-
<dl class="[{$blActionRestriction}]">
3-
<dt>
4-
<input type="hidden" name="value[blActionCustFromGroup_status]" value="0">
5-
<input id="ActionCustRemoveFromGroup" class="edittext ext_edittext" type="checkbox" name="value[blActionCustFromGroup_status]" value='1' [{if $edit->getValue('blActionCustFromGroup_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6-
<label for="ActionCustRemoveFromGroup">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_CUSTOMERREMOVEFROMGROUP"}]</label>
7-
</dt>
8-
<dd>
9-
[{if $oView->isEditMode()}]
10-
[{block name="ordermanager_admin_action_custdelfromgroup_editor"}]
11-
<input type="hidden" name="value[sCustRemoveGroup]" value="">
12-
<label for="sCustRemoveGroup" style="position: absolute; left: -2000px">[{oxmultilang ident="sCustRemoveGroup"}]</label>
13-
<SELECT class="editinput" name="value[sCustRemoveGroup][]" id="sCustRemoveGroup" size="7" multiple [{$blActionRestriction}] [{$readonly}]>
14-
[{foreach from=$oView->getGroupsList() item="oGroup"}]
15-
<option value="[{$oGroup->getId()}]" [{if is_array($edit->getValue('sCustRemoveGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustRemoveGroup'))}]selected[{/if}]>[{$oGroup->getFieldData('oxtitle')}]</option>
16-
[{/foreach}]
17-
</SELECT><br>
18-
[{oxmultilang ident="D3_ORDERMANAGER_REQU_MULTIPLE"}]<br>
19-
[{if !$blActionRestriction}]
20-
<input type="button" onclick="selectAllListElems(document.getElementById('sCustRemoveGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_ALL"}]" [{$readonly}]> <input type="button" href="#" onclick="selectNoListElems(document.getElementById('sCustRemoveGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_NONE"}]" [{$readonly}]>
21-
[{/if}]
22-
[{/block}]
23-
[{else}]
24-
[{block name="ordermanager_admin_action_custdelfromgroup_viewer"}]
25-
<ul>
26-
[{foreach from=$oView->getGroupsList() item="oGroup"}]
27-
[{if is_array($edit->getValue('sCustRemoveGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustRemoveGroup'))}]
28-
<li>
29-
[{$oGroup->getFieldData('oxtitle')}]
30-
</li>
31-
[{/if}]
32-
[{/foreach}]
33-
</ul>
34-
[{/block}]
35-
[{/if}]
36-
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_CUSTOMERREMOVEFROMGROUP_DESC"}]
37-
</dd>
38-
<div class="spacer"></div>
39-
</dl>
1+
[{block name="ordermanager_admin_action_custdelfromgroup"}]
2+
<dl class="[{$blActionRestriction}]">
3+
<dt>
4+
<input type="hidden" name="value[blActionCustFromGroup_status]" value="0">
5+
<input id="ActionCustRemoveFromGroup" class="edittext ext_edittext" type="checkbox" name="value[blActionCustFromGroup_status]" value='1' [{if $edit->getValue('blActionCustFromGroup_status') == 1}]checked[{/if}] [{$blActionRestriction}] [{$readonly}]>
6+
<label for="ActionCustRemoveFromGroup">[{oxmultilang ident="D3_ORDERMANAGER_ACTION_CUSTOMERREMOVEFROMGROUP"}]</label>
7+
</dt>
8+
<dd>
9+
[{if $oView->isEditMode()}]
10+
[{block name="ordermanager_admin_action_custdelfromgroup_editor"}]
11+
<input type="hidden" name="value[sCustRemoveGroup]" value="">
12+
<label for="sCustRemoveGroup" style="position: absolute; left: -2000px">[{oxmultilang ident="sCustRemoveGroup"}]</label>
13+
<SELECT class="editinput" name="value[sCustRemoveGroup][]" id="sCustRemoveGroup" size="7" multiple [{$blActionRestriction}] [{$readonly}]>
14+
[{foreach from=$oView->getGroupsList() item="oGroup"}]
15+
<option value="[{$oGroup->getId()}]" [{if is_array($edit->getValue('sCustRemoveGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustRemoveGroup'))}]selected[{/if}]>[{$oGroup->getFieldData('oxtitle')}]</option>
16+
[{/foreach}]
17+
</SELECT><br>
18+
[{oxmultilang ident="D3_ORDERMANAGER_REQU_MULTIPLE"}]<br>
19+
[{if !$blActionRestriction}]
20+
<input type="button" onclick="selectAllListElems(document.getElementById('sCustRemoveGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_ALL"}]" [{$readonly}]> <input type="button" href="#" onclick="selectNoListElems(document.getElementById('sCustRemoveGroup')); return false;" value="[{oxmultilang ident="D3_GENERAL_ORDERMANAGER_SELECT_NONE"}]" [{$readonly}]>
21+
[{/if}]
22+
[{/block}]
23+
[{else}]
24+
[{block name="ordermanager_admin_action_custdelfromgroup_viewer"}]
25+
<ul>
26+
[{foreach from=$oView->getGroupsList() item="oGroup"}]
27+
[{if is_array($edit->getValue('sCustRemoveGroup')) && in_array($oGroup->getId(), $edit->getValue('sCustRemoveGroup'))}]
28+
<li>
29+
[{$oGroup->getFieldData('oxtitle')}]
30+
</li>
31+
[{/if}]
32+
[{/foreach}]
33+
</ul>
34+
[{/block}]
35+
[{/if}]
36+
[{oxinputhelp ident="D3_ORDERMANAGER_ACTION_CUSTOMERREMOVEFROMGROUP_DESC"}]
37+
</dd>
38+
<div class="spacer"></div>
39+
</dl>
4040
[{/block}]

0 commit comments

Comments
 (0)