~leeturner/quam-plures/xmlrpc_off

« back to all changes in this revision

Viewing changes to qp_inc/settings/views/_general.form.php

  • Committer: Lee Turner
  • Date: 2012-07-21 20:40:15 UTC
  • Revision ID: lturner@lee-turners-macbook-pro.local-20120721204015-jg2l75d7b5momf5j
Per xml-rpc api to turn them on and off

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
$Form->hidden( 'action', 'update' );
53
53
$Form->hidden( 'tab', 'general' );
54
54
 
 
55
$Form->begin_fieldset( get_manual_link('remote_publishing').T_('Remote publishing') );
 
56
        $Form->checkbox_input( 'general_xmlrpc_b2', $Settings->get('general_xmlrpc_b2'), T_('Enable B2'), array( 'note' => T_('Enable the B2 XML-RPC publishing protocol.') ) );
 
57
        $Form->checkbox_input( 'general_xmlrpc_blogger', $Settings->get('general_xmlrpc_blogger'), T_('Enable Blogger'), array( 'note' => T_('Enable the Blogger XML-RPC publishing protocol.') ) );
 
58
        $Form->checkbox_input( 'general_xmlrpc_metaweblog', $Settings->get('general_xmlrpc_metaweblog'), T_('Enable MetaWeblog'), array( 'note' => T_('Enable the MetaWeblog XML-RPC publishing protocol.') ) );
 
59
        $Form->checkbox_input( 'general_xmlrpc_mt', $Settings->get('general_xmlrpc_mt'), T_('Enable Movable Type'), array( 'note' => T_('Enable the Movable Type XML-RPC publishing protocol.') ) );
 
60
$Form->end_fieldset();
 
61
 
55
62
$Form->begin_fieldset( get_manual_link( 'blog_by_email' ).T_('Blog by email') );
56
63
        $Form->checkbox_input( 'eblog_enabled', $Settings->get( 'eblog_enabled' ), T_('Enable Blog by email'),
57
64
                array( 'note' => sprintf(T_('Note: This feature needs the php_imap extension (currently %s).' ), extension_loaded( 'imap' ) ? T_('loaded') : T_('NOT loaded')), 'onclick' =>