To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/27/10 17:54:55 (2 years ago)
Author:
johnnyoffline
Message:

admin tag dropdown is so ugly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_list_th_tags_list_dropdown.php

    r857 r1083  
    33<?php $choices = $filters['tags_list']->getWidget()->getChoices() ?> 
    44<?php $n = 0; ?> 
     5<?php $tagSeparator = "<i>,</i>"; ?> 
    56<?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: ?> 
    78<?php     if(strtoupper($choice[0]) != 'A'): ?></span><?php endif ?> 
    89<?php   $letter = strtoupper($choice[0]) ?>