text cleanup and add donate link
This commit is contained in:
parent
de31397654
commit
d28fe8eaf3
@ -123,9 +123,11 @@ class PluginWonderful {
|
||||
|
||||
include($target);
|
||||
|
||||
echo '<div style="margin-top: 20px; border-top: solid #E3E3E3 1px">';
|
||||
echo '<div style="margin-top: 20px; border-top: solid #E3E3E3 1px; overflow: hidden">';
|
||||
echo '<form style="float: right; display: inline" action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="hosted_button_id" value="3215507"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt=""><img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>';
|
||||
echo 'Plugin Wonderful Version 0.2 by <a href="http://www.coswellproductions.com/wordpress/">John Bintz</a> | ';
|
||||
echo '<a href="http://www.projectwonderful.com/login.php">Manage your Project Wonderful publisher account</a>';
|
||||
echo '<br style="clear: both" />';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
} else {
|
||||
|
@ -23,7 +23,7 @@
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<input type="submit" value="<?php _e('Change', 'plugin-wonderful') ?>" class="button" />
|
||||
<input type="submit" value="<?php _e('Change and Redownload Adbox Information', 'plugin-wonderful') ?>" class="button" /> <em>(<?php _e('if you\'ve modified adbox settings on Project Wonderful, just click this button to refresh your adbox code.', 'plugin-wonderful') ?>)</em>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -40,7 +40,7 @@
|
||||
<th class="manage-column" align="center"><?php _e('Category', 'plugin-wonderful') ?></th>
|
||||
<th class="manage-column" align="center"><?php _e('Template Tag Identifier', 'plugin-wonderful') ?></th>
|
||||
<th class="manage-column" align="center"><?php _e('Use in RSS Feed?', 'plugin-wonderful') ?></th>
|
||||
<th style="text-align: right !important" width="25%" class="manage-column"><?php _e('Raw Template Tag <em>(for direct use in theme)</em>', 'plugin-wonderful') ?></th>
|
||||
<th style="text-align: right !important" width="30%" class="manage-column"><?php _e('Raw Template Tag <em>(for direct use in theme)</em>', 'plugin-wonderful') ?></th>
|
||||
</tr>
|
||||
<?php
|
||||
$first_adboxid = null;
|
||||
|
Loading…
Reference in New Issue
Block a user