parent
a8f53d169b
commit
872bd27847
|
@ -1 +0,0 @@
|
|||
<br /><br /><center>View script for controller <b>Library</b> and script/action name <b>delete</b></center>
|
|
@ -1,8 +0,0 @@
|
|||
<?php // libraryTablePartial.phtml ?>
|
||||
<tr id="<?php echo substr($this->ftype, 0, 2) ?>_<?php echo $this->id ?>">
|
||||
<td><?php echo $this->track_title ?></td>
|
||||
<td><?php echo $this->artist_name ?></td>
|
||||
<td><?php echo $this->album_title ?></td>
|
||||
<td><?php echo $this->track_number ?></td>
|
||||
<td><?php echo $this->length ?></td>
|
||||
</tr>
|
|
@ -1 +0,0 @@
|
|||
<br /><br /><center>View script for controller <b>Library</b> and script/action name <b>search</b></center>
|
|
@ -1,3 +0,0 @@
|
|||
<?php
|
||||
|
||||
echo $this->partialLoop('library/libraryTablePartial.phtml', $this->files);
|
Loading…
Reference in New Issue