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