Esempio n. 1
0
                    }
                    ?>
                    <tr >
                        <td style=" vertical-align: middle; "><small><center><?php 
                    echo $row['id'];
                    ?>
</center></small></td>
                        <td style=" vertical-align: middle; "><small><a href="ticket?<?php 
                    echo $row['hash_name'];
                    ?>
"><?php 
                    cutstr(make_html($row['subj'], 'no'));
                    ?>
</a></small></td>
                        <td style=" vertical-align: middle; "><small><?php 
                    name_of_client($row['client_id']);
                    ?>
</small></td>
                        <td style=" vertical-align: middle; "><small><center><time id="c" datetime="<?php 
                    echo $row['date_create'];
                    ?>
"></time></center></small></td>
                        <td style=" vertical-align: middle; "><small><?php 
                    echo nameshort(name_of_user_ret($row['user_init_id']));
                    ?>
</small></td>

                        <td style=" vertical-align: middle; "><small>
                                <?php 
                    echo $to_text;
                    ?>
Esempio n. 2
0
 <time id="c" datetime="<?php 
                echo $row['last_edit'];
                ?>
"></time> <?php 
            }
            ?>
 </small></td>
                </tr>
                <tr>
                    <td><small><strong><?php 
            echo lang('TICKET_t_worker');
            ?>
</strong></small>
                    </td>
                    <td class=""><small><?php 
            echo name_of_client($cid);
            ?>
</small></td>

                    <td style="width:50px;"><small><strong><?php 
            echo lang('TICKET_t_last_up');
            ?>
 </strong></small></td>
                    <td><small><?php 
            if ($row['last_update']) {
                ?>
 <time id="c" datetime="<?php 
                echo $row['last_update'];
                ?>
"></time> <?php 
            }