summaryrefslogtreecommitdiffstats
path: root/templates/show_album_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-30 05:52:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-30 05:52:31 +0000
commitaab3dc83a3fba9ea084e500247202d2acb714140 (patch)
tree8134e757c50aec4b43bf2462f360fca6aa024cf5 /templates/show_album_row.inc.php
parentff77c79a5d4680924369766176a165d7baf27ae7 (diff)
downloadampache-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.php3
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&amp;id=<?php echo $album->id; ?>">
<?php echo get_user_icon('batch_download',_('Batch Download')); ?>