diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 03:54:04 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-08 03:54:04 +0000 |
commit | 2799c89f58d389ac659c0bc414a86cb1454afd75 (patch) | |
tree | 16392f16aec13dafb97768f894312974d83e87f2 /templates/show_video_row.inc.php | |
parent | 059f6d4d5cde3a66b3c1a998ce123e7eb88e7a98 (diff) | |
download | ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.tar.gz ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.tar.bz2 ampache-2799c89f58d389ac659c0bc414a86cb1454afd75.zip |
add length to the video browse, put in some stuff for the now playing table up the config version in prep for another alpha
Diffstat (limited to 'templates/show_video_row.inc.php')
-rw-r--r-- | templates/show_video_row.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_video_row.inc.php b/templates/show_video_row.inc.php index 5618a60d..1b650360 100644 --- a/templates/show_video_row.inc.php +++ b/templates/show_video_row.inc.php @@ -25,4 +25,5 @@ <td class="cel_title"><?php echo $video->f_title; ?></td> <td class="cel_codec"><?php echo $video->f_codec; ?></td> <td class="cel_resolution"><?php echo $video->f_resolution; ?></td> +<td class="cel_length"><?php echo $video->f_length; ?></td> <td class="cel_tags"><?php $video->f_tags; ?></td> |