Changeset 1083
- Timestamp:
- 04/27/10 17:54:55 (22 months ago)
- Location:
- plugins/apostropheBlogPlugin/trunk
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk/data/generator/sfDoctrineModule/aBlogAdmin/template/templates/_list_th_tabular.php
r1082 r1083 9 9 <ul class="a-multi-title"> 10 10 <li><a href="#" class="a-btn a-sort-label">[?php echo __('<?php echo $field->getConfig('label') ?>', array(), '<?php echo $this->getI18nCatalogue() ?>') ?]</a> 11 <div class="filternav ">11 <div class="filternav <?php echo aTools::slugify($name); ?>"> 12 12 <hr/> 13 13 <?php if($filterFieldConfig[$name]->isComponent()): ?> -
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]) ?> -
plugins/apostropheBlogPlugin/trunk/web/css/aBlog.css
r1082 r1083 241 241 /* Tags Sort Box */ 242 242 243 .a- tags-sort .filternav243 .a-column-tags_list .filternav 244 244 { 245 245 width: 240px; 246 246 } 247 247 248 .a-tags-sort .filternav span, 249 .a-tags-sort .filternav b, 250 .a-tags-sort .filternav a 251 { 252 float: none !important; 248 .a-column-tags_list .filternav span, 249 .a-column-tags_list .filternav b, 250 .a-column-tags_list .filternav a 251 { 253 252 line-height: 1.1 !important; 254 253 display: inline !important; 255 254 } 256 255 257 .a-tags-sort .filternav span 258 { 259 padding-left: 5px; 260 } 261 262 .a-tags-sort .filternav span.first 263 { 264 padding-left: 0; 265 } 266 267 .a-tags-sort .filternav b 256 .a-column-tags_list .filternav span 257 { 258 width: 100%; 259 margin-top: 5px; 260 } 261 262 .a-column-tags_list .filternav span.first 263 { 264 margin: 0; 265 } 266 267 .a-column-tags_list .filternav b 268 268 { 269 269 font-size: 14px; 270 270 color: #ccc; 271 } 272 273 .a-tags-sort .filternav a 271 padding: 0 5px; 272 } 273 274 .a-column-tags_list .filternav a 274 275 { 275 276 color: #333;

