Beispiel #1
0
                    <input type="checkbox" value="<?php 
        echo $doc->post_id;
        ?>
" name="iclpost[]" <?php 
        if (isset($_GET['post_id']) || is_array($icl_selected_posts) && in_array($doc->post_id, $icl_selected_posts)) {
            echo 'checked="checked"';
        }
        ?>
 />
                </td>
                <td scope="row" class="post-title column-title">
                    <?php 
        echo TranslationManagement::tm_post_link($doc->post_id);
        ?>
                    <?php 
        $wc = TranslationManagement::estimate_word_count($doc, $icl_translation_filter['from_lang']);
        $wc += TranslationManagement::estimate_custom_field_word_count($doc->post_id, $icl_translation_filter['from_lang']);
        ?>
                    <span id="icl-cw-<?php 
        echo $doc->post_id;
        ?>
" style="display:none"><?php 
        echo $wc;
        $wctotal += $wc;
        ?>
</span>
                    <span class="icl-tr-details">&nbsp;</span>
                    <div class="icl_post_note" id="icl_post_note_<?php 
        echo $doc->post_id;
        ?>
">