</tr>
                        </table>
                        <table cellpadding="0" cellspacing="0">
                        <tr>
                            <?php 
    if ($options["moderation_active"] == 1) {
        ?>
                            <td style="width: 80px; height: 29px;">
                                <span class="paneltext"><?php 
        _e("Moderation", "gd-star-rating");
        ?>
:</span>
                            </td>
                            <td style="width: 140px; height: 29px;" align="right">
                            <?php 
        GDSRHelper::render_moderation_combo("gdsr_comments_moderation_recc", "/", 120, "", true);
        ?>
                            </td><td style="width: 10px"></td>
                            <?php 
    }
    ?>
                            <td style="width: 80px; height: 29px;">
                                <span class="paneltext"><?php 
    _e("Vote Rules", "gd-star-rating");
    ?>
:</span>
                            </td>
                            <td style="width: 140px; height: 29px;" align="right">
                            <?php 
    GDSRHelper::render_rules_combo("gdsr_comments_voterules_recc", "/", 120, "", true);
    ?>
Ejemplo n.º 2
0
    <td align="right" style="height: 25px;" valign="baseline">
    <?php 
    GDSRHelper::render_rules_combo("gdsr_cmm_vote_articles", $cmm_vote_rules, 110);
    ?>
    </td>
    <?php 
    if ($gdsr_options["moderation_active"] == 1) {
        ?>
    </tr><tr>
    <td style="height: 25px;"><label style="font-size: 12px;"><?php 
        _e("Moderate", "gd-star-rating");
        ?>
:</label></td>
    <td align="right" style="height: 25px;" valign="baseline">
    <?php 
        GDSRHelper::render_moderation_combo("gdsr_cmm_mod_articles", $cmm_moderation_rules, 110);
        ?>
    </td>
    <?php 
    }
    ?>
    </tr></table>
    <?php 
}
?>
    <?php 
if ($gdsr_options["timer_active"] == 1) {
    ?>
    <div class="gdsr-table-split-edit"></div>
    <h4 class="gdsr-section-title"><?php 
    _e("Time Restriction", "gd-star-rating");
Ejemplo n.º 3
0
                <td width="200" align="left">
                <?php 
GDSRHelper::render_rules_combo("gdsr_default_vote_comments", $gdsr_options["default_voterules_comments"]);
?>
                </td>
                <td width="10"></td>
            <?php 
if ($gdsr_options["moderation_active"] == 1) {
    ?>
                <td width="150"><?php 
    _e("Moderation rule", "gd-star-rating");
    ?>
:</td>
                <td width="200" align="left">
                <?php 
    GDSRHelper::render_moderation_combo("gdsr_default_mod_comments", $gdsr_options["default_moderation_comments"]);
    ?>
                </td>
            <?php 
}
?>
            </tr>
        </table>
        <div class="gdsr-table-split"></div>
        <table cellpadding="0" cellspacing="0" class="previewtable">
            <tr>
                <td width="150"><?php 
_e("Rating block CSS class", "gd-star-rating");
?>
:</td>
                <td width="200">
Ejemplo n.º 4
0
                <td width="200" align="left">
                <?php 
GDSRHelper::render_rules_combo("gdsr_default_vote_articles", $gdsr_options["default_voterules_articles"]);
?>
                </td>
                <td width="10"></td>
            <?php 
if ($gdsr_options["moderation_active"] == 1) {
    ?>
                <td width="150"><?php 
    _e("Moderation rule", "gd-star-rating");
    ?>
:</td>
                <td width="200" align="left">
                <?php 
    GDSRHelper::render_moderation_combo("gdsr_default_mod_articles", $gdsr_options["default_moderation_articles"]);
    ?>
                </td>
            <?php 
}
?>
            </tr>
        </table>
        <?php 
if ($gdsr_options["timer_active"] == 1) {
    ?>
        <table cellpadding="0" cellspacing="0" class="previewtable">
            <tr>
                <td width="150"><?php 
    _e("Time restriction", "gd-star-rating");
    ?>
Ejemplo n.º 5
0
                <td width="150" height="25"><strong><?php 
_e("Comments Thumbs", "gd-star-rating");
?>
:</strong></td>
                <?php 
if ($gdsr_options["moderation_active"] == 1) {
    ?>
                <td style="width: 80px; height: 25px;">
                    <span class="paneltext"><?php 
    _e("Moderation", "gd-star-rating");
    ?>
:</span>
                </td>
                <td style="width: 140px; height: 25px;" align="right">
                <?php 
    GDSRHelper::render_moderation_combo("gdsr_cmmthumbs_moderation", "/", 120, "", true);
    ?>
                </td><td style="width: 10px"></td>
                <?php 
}
?>
                <td style="width: 80px; height: 25px;">
                    <span class="paneltext"><?php 
_e("Vote Rules", "gd-star-rating");
?>
:</span>
                </td>
                <td style="width: 140px; height: 25px;" align="right">
                <?php 
GDSRHelper::render_rules_combo("gdsr_cmmthumbs_voterules", "/", 120, "", true);
?>