Changeset 4456
- Timestamp:
- 01/04/12 16:01:39 (5 months ago)
- Location:
- plugins/apostrophePlugin/branches/1.5/modules/aMedia/templates
- Files:
-
- 2 modified
-
editSuccess.php (modified) (3 diffs)
-
showSuccess.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/1.5/modules/aMedia/templates/editSuccess.php
r2865 r4456 8 8 <?php use_helper('a') ?> 9 9 10 <?php slot('body_class') ?>a-media<?php end_slot() ?> 10 <?php $body_class = 'a-media a-media-edit'?> 11 <?php $body_class .= ($page->admin) ? ' aMediaAdmin':'' ?> 12 <?php slot('body_class', $body_class) ?> 11 13 12 14 <?php slot('a-page-header') ?> … … 15 17 16 18 <div class="a-media-library"> 17 19 18 20 <?php include_component('aMedia', 'browser') ?> 19 21 … … 27 29 28 30 <div class="a-media-items"> 29 <?php include_partial('aMedia/edit', array('item' => $item, 'form' => $form, 'popularTags' => $popularTags, 'allTags' => $allTags, 'formAction' => url_for(aUrl::addParams("aMedia/edit", array("slug" => $item->getSlug()))))) ?> 31 <?php include_partial('aMedia/edit', array('item' => $item, 'form' => $form, 'popularTags' => $popularTags, 'allTags' => $allTags, 'formAction' => url_for(aUrl::addParams("aMedia/edit", array("slug" => $item->getSlug()))))) ?> 30 32 </div> 31 33 32 34 </div> -
plugins/apostrophePlugin/branches/1.5/modules/aMedia/templates/showSuccess.php
r3192 r4456 10 10 11 11 <?php $body_class = 'a-media a-media-show'?> 12 <?php $body_class .= ($page->admin) ? ' aMediaAdmin':'' ?> 12 13 <?php $body_class .= ($selecting) ? ' a-media-selecting a-previewing':'' ?> 13 14 <?php slot('body_class', $body_class) ?> … … 19 20 <?php end_slot() ?> 20 21 21 <div class="a-media-library"> 22 <div class="a-media-items"> 22 <div class="a-media-library"> 23 <div class="a-media-items"> 23 24 <?php include_partial('aMedia/mediaItem', array('mediaItem' => $mediaItem, 'layout' => $layout, 'i' => $i, 'selecting' => $selecting, 'autoplay' => true)) ?> 24 25 </div>

