forumlist: Inflate/Deflate settings
parent
d72241553e
commit
88224dc06b
|
@ -157,9 +157,14 @@ function forumlist_plugin_settings(&$a,&$s) {
|
||||||
|
|
||||||
|
|
||||||
/* Add some HTML to the existing form */
|
/* Add some HTML to the existing form */
|
||||||
|
$s .= '<span id="settings_forumlist_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose(\'settings_forumlist_expanded\'); openClose(\'settings_forumlist_inflated\');">';
|
||||||
$s .= '<div class="settings-block">';
|
|
||||||
$s .= '<h3>' . t('Forumlist Settings') . '</h3>';
|
$s .= '<h3>' . t('Forumlist Settings') . '</h3>';
|
||||||
|
$s .= '</span>';
|
||||||
|
$s .= '<div id="settings_forumlist_expanded" class="settings-block" style="display: none;">';
|
||||||
|
$s .= '<span class="fakelink" onclick="openClose(\'settings_forumlist_expanded\'); openClose(\'settings_forumlist_inflated\');">';
|
||||||
|
$s .= '<h3>' . t('Forumlist Settings') . '</h3>';
|
||||||
|
$s .= '</span>';
|
||||||
|
|
||||||
$s .= '<div id="forumlist-settings-wrapper">';
|
$s .= '<div id="forumlist-settings-wrapper">';
|
||||||
$s .= '<label id="forumlist-random-label" for="forumlist-random">' . t('Randomise forum list') . '</label>';
|
$s .= '<label id="forumlist-random-label" for="forumlist-random">' . t('Randomise forum list') . '</label>';
|
||||||
$s .= '<input id="forumlist-random" type="checkbox" name="forumlist_random" value="1" ' . $randomise_checked . '/>';
|
$s .= '<input id="forumlist-random" type="checkbox" name="forumlist_random" value="1" ' . $randomise_checked . '/>';
|
||||||
|
|
Loading…
Reference in New Issue