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

Changeset 2176

Show
Ignore:
Timestamp:
09/09/10 17:43:57 (17 months ago)
Author:
rickybanister
Message:

removed no-bg class from 'blog admin' link that was previously white and invisible

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/data/generator/sfDoctrineModule/aBlogAdmin/template/templates/indexSuccess.php

    r2081 r2176  
    2424  <div class="a-subnav-inner"> 
    2525    <ul class="a-ui a-controls a-admin-action-controls"> 
    26                         <li><a href="[?php echo url_for('@<?php echo $this->params['route_prefix']; ?>'); ?]" class="a-btn big no-bg all-posts-btn alt">[?php echo __('<?php echo $this->configuration->getValue('list.title') ?>', array(), 'apostrophe') ?]</a></li>   
     26                        <li><a href="[?php echo url_for('@<?php echo $this->params['route_prefix']; ?>'); ?]" class="a-btn big all-posts-btn">[?php echo __('<?php echo $this->configuration->getValue('list.title') ?>', array(), 'apostrophe') ?]</a></li>     
    2727      [?php include_partial('<?php echo $this->getModuleName() ?>/list_actions', array('helper' => $helper)) ?]    
    2828    </ul>