diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml index eef4349..72b59bc 100755 --- a/trunk/locale/en-us.xml +++ b/trunk/locale/en-us.xml @@ -64,6 +64,7 @@ Your comment has been submitted. Your account has been created. Your file has been uploaded. + Your successfully changed your settings. There are no results satisfying your query. diff --git a/trunk/settings.pl b/trunk/settings.pl index 4bc0776..ec86bb7 100644 --- a/trunk/settings.pl +++ b/trunk/settings.pl @@ -12,6 +12,9 @@ if($userinfo->{'username'}) if($query->param('submit')) { $dbh->do(qq{update users set locale = ?, pagesize = ?, cortado = ? where id = ?}, undef, $query->param('locale'), $query->param('pagesize'), $query->param('cortado'), $userinfo->{'id'} ) or die $dbh->errstr; + + $page->{'message'}->{'type'} = "information"; + $page->{'message'}->{'text'} = "information_settings_changed"; } } diff --git a/trunk/xsl/xhtml.xsl b/trunk/xsl/xhtml.xsl index c5bf555..daf2a94 100755 --- a/trunk/xsl/xhtml.xsl +++ b/trunk/xsl/xhtml.xsl @@ -335,6 +335,7 @@ + diff --git a/trunk/xsl/xhtml/upload.xsl b/trunk/xsl/xhtml/upload.xsl index c71889d..3827a0e 100644 --- a/trunk/xsl/xhtml/upload.xsl +++ b/trunk/xsl/xhtml/upload.xsl @@ -604,20 +604,20 @@ - + - - - - diff --git a/trunk/xsl/xhtml/video.xsl b/trunk/xsl/xhtml/video.xsl index 22d7c98..516923a 100644 --- a/trunk/xsl/xhtml/video.xsl +++ b/trunk/xsl/xhtml/video.xsl @@ -12,8 +12,8 @@
- - + +