diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-10 23:27:07 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-10 23:27:07 -0600 |
| commit | 3ac3d1e520f95cc859d990000561dbb727411e0c (patch) | |
| tree | f236c9b6c16fe73a1a08beb6e10003fb015c92c3 /modules/gallery/helpers/album.php | |
| parent | 35f7f653634f295d5fe9ca1443c5e6d481f860fb (diff) | |
| parent | af4411a44750b373916b841e01dac8ab434be68c (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/album.php')
| -rw-r--r-- | modules/gallery/helpers/album.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/album.php b/modules/gallery/helpers/album.php index bae480b7..dfb1e66d 100644 --- a/modules/gallery/helpers/album.php +++ b/modules/gallery/helpers/album.php @@ -152,6 +152,7 @@ class album_Core { module::event("item_edit_form", $parent, $form); + $group = $form->group("buttons")->label(""); $group->hidden("type")->value("album"); $group->submit("")->value(t("Modify")); $form->add_rules_from(ORM::factory("item")); |
