diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-21 07:07:53 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-21 07:07:53 -0700 |
| commit | a2048ab3038b93925bff9a29cb22366e5670e067 (patch) | |
| tree | e38621f059fb907ed36a5f569448b8e4360c5b35 /modules/gallery/views/form.html.php | |
| parent | 97928804ad5f7b69fefe6ff2b50115af1159dbbc (diff) | |
| parent | e025abea4179bc059b8fef195bafe0c3f60f1220 (diff) | |
Merge branch 'master' into talmdal_dev
Conflicts:
lib/gallery.common.css
Diffstat (limited to 'modules/gallery/views/form.html.php')
| -rw-r--r-- | modules/gallery/views/form.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/form.html.php b/modules/gallery/views/form.html.php index 6bc622fd..abc32164 100644 --- a/modules/gallery/views/form.html.php +++ b/modules/gallery/views/form.html.php @@ -58,7 +58,7 @@ if (!function_exists("DrawForm")) { } if ($input->error_messages()) { foreach ($input->error_messages() as $error_message) { - print "$prefix <p class=\"g-error\">\n"; + print "$prefix <p class=\"g-message g-error\">\n"; print "$prefix $error_message\n"; print "$prefix </p>\n"; } |
