-Preference page now shows a green confirmation success message similar to Manage Users page.

This commit is contained in:
martin 2011-03-30 14:54:31 -04:00
parent e5d4968d1a
commit db3134cea8
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ class PreferenceController extends Zend_Controller_Action
Application_Model_Preference::SetSoundCloudPassword($values["SoundCloudPassword"]);
Application_Model_Preference::SetSoundCloudTags($values["SoundCloudTags"]);
$this->view->statusMsg = "Preferences Updated.";
$this->view->statusMsg = "<div class='success'>Preferences updated.</div>";
}
$this->view->form = $form;