- Timestamp:
- 09/09/10 12:11:21 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/modules/a/templates/_slot.php
r2152 r2164 134 134 <?php // It's OK to show the variants menu once we've saved something ?> 135 135 <?php if (!$slot->isNew()): ?> 136 outerWrapper.find('.a-controls li.variant').show(); 136 var singletonArea = outerWrapper.closest('.singleton'); 137 if (singletonArea.length) 138 { 139 singletonArea.find('.a-controls li.variant').show(); 140 } 141 else 142 { 143 outerWrapper.find('.a-controls li.variant').show(); 144 } 137 145 <?php endif ?> 138 146 <?php endforeach ?>

