echo '#' . get_the_id(); ?> </strong></span></div> <div class="col-lg-2 col-md-2 radiotxt"> <span><input type="radio" name="editstatus<?php echo $i; ?> " value="1" id="<?php echo get_the_id(); ?> " checked="checked" /> <label><?php echo $ustr = get_str_editings(); ?> : 1 <?php echo $ustr = get_str_credit(); ?> </label></span> <span><input type="radio" name="editstatus<?php echo $i; ?> " value="0" id="<?php echo get_the_id(); ?> " /> <label><?php echo $ustr = get_str_noediting(); ?> </label></span> </div>
if ($user_ID > 0) { ?> <?php $name = ucfirst(get_user_fname($user_ID)) . ' ' . ucfirst(get_user_lname($user_ID)); ?> <div class="seactbox"><select class="selectpicker" name="userbox" id="userid" onChange="location = this.options[this.selectedIndex].value;"> <option><?php echo $name; ?> </option> <option value=""><?php echo do_shortcode('[usercreditwoocommerce]'); ?> <?php echo get_str_credit(); ?> </option> <option value="<?php echo get_permalink(get_option('woocommerce_myaccount_page_id')); ?> "> <?php echo get_str_profilesettings(); ?> </option> <?php if (ICL_LANGUAGE_CODE == 'fr') { $uploadlink = "multiple-upload-fr";