mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-18 18:34:32 -04:00
Minor adjustments changing url from frumph.net to comiceasel.com and some language changes.
This commit is contained in:
+3
-1
@@ -2,7 +2,9 @@
|
||||
|
||||
// actions
|
||||
add_action('admin_menu', 'ceo_add_menu_pages');
|
||||
add_action('wp_dashboard_setup', 'ceo_add_dashboard_widgets' );
|
||||
|
||||
if (ceo_pluginfo('add_dashboard_frumph_feed_widget'))
|
||||
add_action('wp_dashboard_setup', 'ceo_add_dashboard_widgets' );
|
||||
|
||||
// add_action( 'admin_notices', 'ceo_test_information' );
|
||||
|
||||
|
||||
+3
-2
@@ -123,8 +123,9 @@ if ( isset($_POST['_wpnonce']) && wp_verify_nonce($_POST['_wpnonce'], 'update-op
|
||||
|
||||
<div class="ceoadmin-footer">
|
||||
<br />
|
||||
<?php _e('Created, Developed and maintained by','comiceasel'); ?> <a href="http://frumph.net/">Philip M. Hofer</a> <small>(<a href="http://frumph.net/">Frumph</a>)</small><br />
|
||||
<?php _e('If you like the Comic Easel plugin, please donate. It will help in developing new features and versions.','comiceasel'); ?>
|
||||
<a href="http://comiceasel.com"><?php _e('Comic Easel','comiceasel'); ?></a> <?php _e('created, developed and maintained by','comiceasel'); ?> <a href="http://frumph.net/">Philip M. Hofer</a> <small>(<a href="http://frumph.net/">Frumph</a>)</small><br />
|
||||
<?php _e('For technical assistance go to the','comiceasel'); ?> <a href="http://forum.frumph.net"><?php _e('Frumph.NET Forums.','comiceasel'); ?></a><br />
|
||||
<?php _e('If you like the Comic Easel plugin, please donate. It will help in developing new features and versions.','comiceasel'); ?><br />
|
||||
<table style="margin:0 auto;">
|
||||
<tr>
|
||||
<td style="width:200px;">
|
||||
|
||||
+4
-3
@@ -43,16 +43,17 @@ table#comic-nav-wrapper {
|
||||
}
|
||||
|
||||
.mininav-wrapper {
|
||||
font-size: 25px;
|
||||
font-size: 24px;
|
||||
padding-bottom: 1px;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
line-height: 22px
|
||||
line-height: 25px
|
||||
}
|
||||
|
||||
.mininav-prev a, .mininav-next a {
|
||||
width: 14px;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding: 0 5px 4px 5px;
|
||||
}
|
||||
|
||||
.mininav-prev a:hover, .mininav-next a:hover {
|
||||
|
||||
+2
-2
@@ -12,12 +12,12 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr class="alternate">
|
||||
<th scope="row"><label for="add_dashboard_frumph_feed_widget"><?php _e('Enable Dashboard Feed to Frumph.NET','comiceasel'); ?></label></th>
|
||||
<th scope="row"><label for="add_dashboard_frumph_feed_widget"><?php _e('Enable Dashboard Feed to ComicEasel.com','comiceasel'); ?></label></th>
|
||||
<td>
|
||||
<input id="add_dashboard_frumph_feed_widget" name="add_dashboard_frumph_feed_widget" type="checkbox" value="1" <?php checked(true, $ceo_options['add_dashboard_frumph_feed_widget']); ?> />
|
||||
</td>
|
||||
<td>
|
||||
<?php _e('This is a feed that shows what is happening on Frumph.NET','comiceasel'); ?>
|
||||
<?php _e('This is a feed that shows what is happening on ComicEasel.com','comiceasel'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user