Subversion Repositories wpShopGermany4

Rev

Rev 5690 | Rev 5934 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5690 Rev 5877
Line 116... Line 116...
116
 
116
 
117
        /* ]]> */</script>
117
        /* ]]> */</script>
118
    
118
    
119
        <?php echo wpsg_drawForm_TextStart(); ?>
119
        <?php echo wpsg_drawForm_TextStart(); ?>
120
        <span class="wpsg_editable" id="oc_text_<?php echo $oc['id']; ?>"><?php echo wpsg_hspc($oc['text']); ?></span>
120
        <span class="wpsg_editable" id="oc_text_<?php echo $oc['id']; ?>"><?php echo wpsg_hspc($oc['text']); ?></span>
121
        <?php echo wpsg_drawForm_TextEnd(__('Bedinungstext', 'wpsg')); ?>
121
        <?php echo wpsg_drawForm_TextEnd(__('Bedingungstext', 'wpsg')); ?>
122
        <script type="text/javascript">/* <![CDATA[ */
122
        <script type="text/javascript">/* <![CDATA[ */
123
 
123
 
124
            jQuery('#oc_text_<?php echo $oc['id']; ?>').wspg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_ordercondition&do=inlinedit&noheader=1', {
124
            jQuery('#oc_text_<?php echo $oc['id']; ?>').wspg_editable('<?php echo WPSG_URL_WP; ?>wp-admin/admin.php?page=wpsg-Admin&action=module&modul=wpsg_mod_ordercondition&do=inlinedit&noheader=1', {
125
                submitdata: {
125
                submitdata: {
126
                    field: 'text',
126
                    field: 'text',