Ticket #1066: podango_message_on_general_settings_page.patch

File podango_message_on_general_settings_page.patch, 1.2 KB (added by ntm, 2 years ago)
  • podpress_admin_general_class.php

     
    312312 
    313313                        echo '  <fieldset class="options">'."\n"; 
    314314                        echo '          <legend>'.__('Podango Integration', 'podpress').' <a href="javascript:void(null);" onclick="javascript: podPressShowHideRow(\'podangoIntegrationHelp\');">(?)</a></legend>'."\n"; 
     315                        echo '          <p class="message error">'.__('Podango Integration does not work and causes probably long page loadings e.g. on the post/page editor pages of this blog. Since 2008/2009 Podango <a href="http://sites.google.com/site/podangohibernate/">is currently on vacation</a> and the API which podPress tries to use is unavailable. That is why it is most likely that you will experience a lot of warning and error messages, too if you activate this feature.', 'podpress').'</p>';                       
    315316                        echo '          <table width="100%" cellspacing="2" cellpadding="5" class="editform">'."\n"; 
    316317                        echo '                  <tr>'."\n"; 
    317318                        echo '                          <th width="33%" valign="top"><label for="enablePodangoIntegration">'.__('Enable Podango Integration', 'podpress').':</label></th>'."\n";