Exemplo n.º 1
0
EZP_CS_Utility::_e('Comma separated list');
?>
</span></div>
                                </div>
                            </td>
                        </tr>                      
                        <tr>
                            <th scope="row">
<?php 
echo EZP_CS_Utility::_e("Analytics Code");
?>
                            </th>
                            <td>
                                <div class="compound-setting">                            
                                    <textarea rows="5" cols="60" name="analytics_code" type="text" ><?php 
echo EZP_CS_Utility::_he($config->analytics_code);
?>
</textarea>                        
                                    <div><span class="description"><?php 
echo EZP_CS_Utility::__('Analytics tracking code') . ' (' . EZP_CS_Utility::__('include') . '&lt;script&gt;&lt;/script&gt;)';
?>
</span></div>
                                </div>
                            </td>
                        </tr>
                    </table>
                </div>
            </div>  

            <div class="postbox" >
                <div class="inside" >
<div class="postbox" >
    <div class="inside" >
        <h3 ><?php 
EZP_CS_Utility::_e("Countdown");
?>
</h3>
        <table class="form-table"> 
            <tr>
                <th scope="row">
                    <?php 
echo EZP_CS_Utility::_e("Due Date");
?>
                </th>
                <td>
                    <div class="compound-setting">                            
                        <input style="width:130px;" id="ezp-countdown-due-date" class="long-input" name="countdown_due_date" type="text" value="<?php 
EZP_CS_Utility::_he($content->countdown_due_date);
?>
" />
                        <div><span class="description"><?php 
EZP_CS_Utility::_e('Countdown timer will display when populated');
?>
</span></div>
                    </div>
                </td>
            </tr>


        </table>
    </div></div>