statusnet: inflate/deflate settings

pull/166/head
Michael Vogel 2013-11-30 21:25:39 +01:00
parent 6c0bfcb018
commit 70495489a1
1 changed files with 6 additions and 1 deletions

View File

@ -278,8 +278,13 @@ function statusnet_settings(&$a,&$s) {
$shorteningenabled = get_pconfig(local_user(),'statusnet','intelligent_shortening');
$shorteningchecked = (($shorteningenabled) ? ' checked="checked" ' : '');
$s .= '<div class="settings-block">';
$s .= '<span id="settings_statusnet_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_statusnet_expanded\'); openClose(\'settings_statusnet_inflated\');">';
$s .= '<h3>'. t('StatusNet Posting Settings').'</h3>';
$s .= '</span>';
$s .= '<div id="settings_statusnet_expanded" class="settings-block" style="display: none;">';
$s .= '<span class="fakelink" onclick="openClose(\'settings_statusnet_expanded\'); openClose(\'settings_statusnet_inflated\');">';
$s .= '<h3>'. t('StatusNet Posting Settings').'</h3>';
$s .= '</span>';
if ( (!$ckey) && (!$csecret) ) {
/***