diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-16 06:52:18 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-07-16 06:52:18 -0700 |
commit | ce2b3d00011ca9ec13eb3db66034b41687fd26ad (patch) | |
tree | c1767f28831035cd6f1fc676f7f71e6fda8dd918 /modules/gallery/views | |
parent | b51b49cb63d990611dacccca5e2a505c6c96357d (diff) |
Remove code that was inadvertently committed.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r-- | modules/gallery/views/form_uploadify.html.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php index 6e18a85c..4f564b07 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -88,7 +88,6 @@ </ul> <? endif ?> -<? if (!empty($album)): ?> <div> <p> <?= t("Photos will be uploaded to album: ") ?> @@ -100,7 +99,6 @@ <li class="g-active"> <?= html::purify($album->title) ?> </li> </ul> </div> -<? endif ?> <div id="g-add-photos-canvas"> <button id="g-add-photos-button" class="g-button ui-state-default ui-corner-all" href="#"><?= t("Select photos...") ?></button> |