diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-30 05:52:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-30 05:52:31 +0000 |
commit | aab3dc83a3fba9ea084e500247202d2acb714140 (patch) | |
tree | 8134e757c50aec4b43bf2462f360fca6aa024cf5 /templates/show_album_row.inc.php | |
parent | ff77c79a5d4680924369766176a165d7baf27ae7 (diff) | |
download | ampache-aab3dc83a3fba9ea084e500247202d2acb714140.tar.gz ampache-aab3dc83a3fba9ea084e500247202d2acb714140.tar.bz2 ampache-aab3dc83a3fba9ea084e500247202d2acb714140.zip |
test icon for tag add, does not work
Diffstat (limited to 'templates/show_album_row.inc.php')
-rw-r--r-- | templates/show_album_row.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index 56a08091..734bacb1 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -44,6 +44,7 @@ <?php echo get_user_icon('comment',_('Post Shout')); ?> </a> <?php } ?> + <?php echo Ajax::button('?page=tag&action=show_add_tag&type=album&id=' . $album->id,'add_tag',_('Add Tag'),'add_album_tag_' . $album->id); ?> <?php if (Access::check_function('batch_download')) { ?> <a href="<?php echo Config::get('web_path'); ?>/batch.php?action=album&id=<?php echo $album->id; ?>"> <?php echo get_user_icon('batch_download',_('Batch Download')); ?> |