Changeset 1083 for plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_list_th_tags_list_dropdown.php
- Timestamp:
- 04/27/10 17:54:55 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_list_th_tags_list_dropdown.php
r857 r1083 3 3 <?php $choices = $filters['tags_list']->getWidget()->getChoices() ?> 4 4 <?php $n = 0; ?> 5 <?php $tagSeparator = "<i>,</i>"; ?> 5 6 <?php foreach($choices as $id => $choice): ?> 6 <?php if(strtoupper($choice[0]) == $letter): ?> ,<?php else: ?>7 <?php if(strtoupper($choice[0]) == $letter): ?><?php echo $tagSeparator ?><?php else: ?> 7 8 <?php if(strtoupper($choice[0]) != 'A'): ?></span><?php endif ?> 8 9 <?php $letter = strtoupper($choice[0]) ?>

