diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-17 22:30:44 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-17 22:30:44 +0000 |
commit | 97c98cf59ace088e487e130182ff4dc99d2d408b (patch) | |
tree | 2e18088b883c2fd6940d16cad0239043bf097570 /actions/smssettings.php | |
parent | 3ce45acfa8488a050cf7d68c8e980166f56c5d43 (diff) |
Break up settings into two tabset
Made two tabsets: account and connect. Removed "Invite" from
the global nav to make room.
Diffstat (limited to 'actions/smssettings.php')
-rw-r--r-- | actions/smssettings.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/actions/smssettings.php b/actions/smssettings.php index 6d3c54942..845266d18 100644 --- a/actions/smssettings.php +++ b/actions/smssettings.php @@ -31,7 +31,7 @@ if (!defined('LACONICA')) { exit(1); } -require_once INSTALLDIR.'/lib/settingsaction.php'; +require_once INSTALLDIR.'/lib/connectsettingsaction.php'; /** * Settings for SMS @@ -45,7 +45,7 @@ require_once INSTALLDIR.'/lib/settingsaction.php'; * @see SettingsAction */ -class SmssettingsAction extends SettingsAction +class SmssettingsAction extends ConnectSettingsAction { /** * Title of the page @@ -151,7 +151,6 @@ class SmssettingsAction extends SettingsAction $this->elementStart('fieldset', array('id' => 'settings_sms_preferences')); $this->element('legend', null, _('Preferences')); - $this->elementStart('ul', 'form_datas'); $this->elementStart('li'); $this->checkbox('smsnotify', |