Subversion Repositories wpShopGermany4

Rev

Rev 6244 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6244 Rev 6267
Line 151... Line 151...
151
                type: 'textarea'
151
                type: 'textarea'
152
            });
152
            });
153
 
153
 
154
        /* ]]> */</script>
154
        /* ]]> */</script>
155
        
155
        
156
        <div class="wpsg_mod_ordercondition_shipping_<?php echo $oc['id']; ?>" style="display:<?php echo (($oc['type'] === '3')?'block':'none'); ?>;">
156
        <div class="wpsg_mod_ordercondition_shipping_<?php echo $oc['id']; ?>" style="display:<?php echo (($oc['typ'] === '3')?'block':'none'); ?>;">
157
            <?php echo wpsg_drawForm_TextStart(); ?>
157
            <?php echo wpsg_drawForm_TextStart(); ?>
158
            <span class="wpsg_editable" id="oc_shipping_<?php echo $oc['id']; ?>"><?php 
158
            <span class="wpsg_editable" id="oc_shipping_<?php echo $oc['id']; ?>"><?php 
159
            
159
            
160
                foreach (wpsg_trim(explode(',', $oc['shipping'])) as $shipping_id) 
160
                foreach (wpsg_trim(explode(',', $oc['shipping'])) as $shipping_id) 
161
                {  
161
                {