Esempio n. 1
0
                            <input type="checkbox" <?php 
        if ('yes' == $c->_options[$locations]) {
            echo "checked=\"checked\"";
        }
        ?>
 name="<?php 
        echo $locations;
        ?>
" value="yes" id="<?php 
        echo $locations;
        ?>
"><label for="<?php 
        echo $locations;
        ?>
"><?php 
        echo str_replace("like_", "", $c->getRightTitle($locations));
        ?>
</label><br />
                            <?php 
    }
    ?>
                        </td>
                    </tr>
                    <tr>
                        <th><label for="like_style"><?php 
    _e('Like button style', 'share-and-follow');
    ?>
</label></th>
                        <td>
                            <select  name="like_style" id="like_style" style="width:200px">
                            <?php 
Esempio n. 2
0
                                <input type="checkbox" <?php 
        if ('yes' == $c->_options[$siteToShow]) {
            echo "checked=\"checked\"";
        }
        ?>
 name="<?php 
        echo $siteToShow;
        ?>
" value="yes" id="<?php 
        echo $siteToShow;
        ?>
"><label for="<?php 
        echo $siteToShow;
        ?>
"><?php 
        echo str_replace("_", " ", $c->getRightTitle($siteToShow));
        ?>
</label></td>
                            <td><input type="text" name="<?php 
        echo $siteToShow;
        ?>
_share_text" id="<?php 
        echo $siteToShow;
        ?>
_share_text" value="<?php 
        echo stripslashes($c->_options[$siteToShow . '_share_text']);
        ?>
" style="width:200px"/></td>
                            <td><input type="text" name="<?php 
        echo $siteToShow;
        ?>