Subversion Repositories SmartDukaan

Rev

Rev 1082 | Rev 2720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1082 Rev 1378
Line 147... Line 147...
147
				<td>
147
				<td>
148
				#if($media.getType() == "youtube")
148
				#if($media.getType() == "youtube")
149
					$media.getVideoType()
149
					$media.getVideoType()
150
				#end
150
				#end
151
				</td>
151
				</td>
152
                <td><a href="/content/media/$media.getEncodedLabel()?_method=delete&entityID=$action.getEntityID()&slideID=$action.getSlideID()">Delete</a></td>
152
                <td><a href="/content/media/id?_method=delete&entityID=$action.getEntityID()&slideID=$action.getSlideID()&label=$media.getEncodedLabel()">Delete</a></td>
153
            </tr>
153
            </tr>
154
    #end
154
    #end
155
        </tbody>
155
        </tbody>
156
    </table>
156
    </table>
157
</div>
157
</div>